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++/37217] [4.4 Regression] -Wconversion causes ICE with __builtin_strcmp with one char compare



------- Comment #5 from burnus at gcc dot gnu dot org  2008-08-25 09:31 -------
Manuel, I think it was caused by your check in for:

2008-08-17  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        PR c++/35602
        * c-common.c (conversion_warning): Do not want for artificial
        expressions.

It fits time wise and valgrind points at lines you added there.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org


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


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