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/7356] syntax errors immediately before an #include are reported for within the included file


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

Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org
      Known to fail|                            |4.3.2

--- Comment #3 from Manuel LÃpez-IbÃÃez <manu at gcc dot gnu.org> 2011-10-19 22:38:51 UTC ---
This is a problem in both C and C++. Those awful "expected... before"
diagnostics...

error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âtypedefâ


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