This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/25151] GCC issues warnings to a syntactically correct expression.



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-11-29 06:28 -------
Note the warning is to warn things like:
a = a++;
which is syntactically correct but semantically questionable.

Note there are a lot of things which are syntactially correct but are
semantically questionable


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
      Known to fail|                            |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25151


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]