CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

The annotated LST file does not correspond to what the compi

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
vsmguy



Joined: 13 Jan 2007
Posts: 91

View user's profile Send private message Visit poster's website

The annotated LST file does not correspond to what the compi
PostPosted: Sun Mar 04, 2007 3:28 am     Reply with quote

I am not sure if this a bug, but definitely a feature missing from CCS C.

The annotated LST file does not correspond to what the compiler sees, but rather what the user sees.

For example, if I do :

Code:

#define example void main() {

example

   someVar = 1;
...


The annotated LST will contain EXACTLY this, instead of the expected :

Code:

void main() {
   someVar = 1;
...


The compiler sees the code *after* the preprocessor has done with it. This is exactly what should be reported to the user through the LST too.

I am sure I was not able to highlight the importance of this, but for more complicated projects, this will pose a problem for a programmer doing static verification.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group