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]

Re: Possible g++ compilation problem.


R. Clayton wrote:
  $ g++ -c junk.cc
  junk.cc: In function `void f(T, ast_node)':
  junk.cc:10: error: syntax error before `>' token

I tried gcc-3.4. It compiles without complaint, so apparently this is already fixed. gcc-3.4 has rewritten C++ parser, and this fixed many C++ parsing problems with gcc-3.3 and earlier.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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