[Bug c/69828] result of shift operation has wrong type

2016-02-15 Thread tom239 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69828 --- Comment #2 from Tom Ace --- My apologies. I read the language spec before posting but I didn't read carefully enough. I agree with your resolution of the report as invalid. Thanks for the fast response.

[Bug c/69828] New: result of shift operation has wrong type

2016-02-15 Thread tom239 at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: tom239 at gmail dot com Target Milestone: --- The result of a shift operation should have the type of the left operand. That is not the case in a testcase below; the result of the third shift should have a signed type and thus

[Bug c++/49480] New: internal compiler error: output_operand: invalid expression as operand

2011-06-20 Thread tom239 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49480 Summary: internal compiler error: output_operand: invalid expression as operand Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3