[Bug c++/32025] New: left bitshift is broken with 128-bit TIMode

2007-05-21 Thread igor at roundbox dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: igor at roundbox dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32025

[Bug c++/32025] left bitshift is broken with 128-bit TIMode

2007-05-21 Thread igor at roundbox dot com
--- Comment #1 from igor at roundbox dot com 2007-05-21 16:45 --- Created an attachment (id=13596) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13596&action=view) Simple test code to reproduce the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32025

[Bug c++/32025] left bitshift is broken with 128-bit TIMode

2007-05-21 Thread igor at roundbox dot com
-- igor at roundbox dot com changed: What|Removed |Added Severity|normal |major Component|middle-end |c++ http

[Bug middle-end/32025] left bitshift is broken with 128-bit TIMode

2007-05-21 Thread igor at roundbox dot com
--- Comment #4 from igor at roundbox dot com 2007-05-21 19:17 --- Sorry, I should've mentioned that - no -O2, here is my command line: g++ -g test_128.cpp -o test_128 And yes, this does seem to be specific to 4.0.x only - gcc 4.1 works fine. -- http://gcc.gnu.org/bug