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: Possible new[] regression in 3.4 WRT 3.3.[12]


David Daney wrote:

> The problem is that I have existing code with the parentheses that 
> compiles fine under 3.3.1.

3.3 accepts many ill-formed programs, unfortunately.  GCC 3.4 has a new
C++ parser which is noticeably more conforming to the standard.

> Is it really the right-thing to make it fail under 3.4?

Well, it doesn't matter much if the change is made in GCC 3.4 or 3.5,
does it?  It has to be made one day, and some people will suddenly
notice that their programs are ill-formed. 8->


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