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++/40561] [4.3 Regression] code does not compile -- compiles fine when replacing != with !(==)



------- Comment #10 from mikpe at it dot uu dot se  2010-01-03 23:15 -------
(In reply to comment #9)
> Fascinating indeed.  If someone can bisect where during 4.4 development we
> fixed this again or where during 4.3 development we broke it that would be
> nice.

This test case was fixed for 4.4 by r142961, the fix for PR38564.

This test case fails with a recent 4.3, but r142961 applies cleanly and fixes
the test case. I haven't done any testsuite runs on that combo yet, however.


-- 

mikpe at it dot uu dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu dot se


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


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