This is the mail archive of the gcc@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: new fails on gcc 3.4, i686-unknown-openbsd3.1


This may be a duplicate reply; some mail weirdness here.

Nevertheless, I think it's a mistake to outright reject programs that
contain such gratuitous semicolons.  Given the number of occurrences
of such constructs in testcases and GCC's libraries, it's obvious that
a lot of code out there will be gratuitously (?) broken by this
change.
I agree, and the new parser (I think) accepts this construct when not
pedantic.  There may be more places where we need to add the leniency
for this; it's certainly something we should accept when not being
pedantic.

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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