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++/23799] [4.1 regression] ICE: no-op convert from 8 to 4 bytes in initializer



------- Comment #12 from rguenth at gcc dot gnu dot org  2005-10-06 21:26 -------
For the testcase we get at output_constant time for the

C++ frontend: (intD.2) (long intD.5) &42B->soundNameD.2065[-42]                 
C frontend: (intD.0) (long intD.2) &42B->soundNameD.1608 - 42

the C++ frontend ICEs, the C frontend not (as we have an outer MINUS_EXPR).

Whatever you wanted to fix with your patch will not work in every case - but
you didn't add a testcase. 


-- 


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


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