[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 Jim Michaels changed: What|Removed |Added Attachment #26948|0 |1 is obsolete|

[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #3 from Jim Michaels 2012-03-22 06:13:33 UTC --- you are not paying attention to the issue. the issue is that this constant is causing a compiler warning when it should not, and the compiler is treating a valid signed constant as an

[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #4 from Andrew Pinski 2012-03-22 06:15:48 UTC --- (In reply to comment #3) > you are not paying attention to the issue. the issue is that this constant is > causing a compiler warning when it should not, and the compiler is treating

[Bug c++/52662] New: ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-21 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 Bug #: 52662 Summary: ICE in replace_reg_with_saved_mem, at caller-save.c:1125 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug c++/52662] ICE in replace_reg_with_saved_mem, at caller-save.c:1125

2012-03-21 Thread raymond at corvil dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52662 --- Comment #1 from Raymond Russell 2012-03-22 06:28:07 UTC --- The preprocessed output is too large (2028k) to add as an attachment. I don't have anywhere obvious to post it - do you have any suggestions on how to submit it?

[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #5 from Jim Michaels 2012-03-22 06:29:51 UTC --- read my comments in the code. -(2^(32-1)) is a valid constant for 32-bit signed integers. I don't get a warning for that. -(2^(16-1)) is a valid constant for 16-bit signed integers. I

[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #6 from Jim Michaels 2012-03-22 06:38:31 UTC --- Created attachment 26950 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26950 maxint64-bug2.cpp - shows difference between different kinds of integers

[Bug c/52661] negative maxint for long long gives warning

2012-03-21 Thread jmichae3 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52661 --- Comment #7 from Jim Michaels 2012-03-22 06:40:36 UTC --- I didn't intend forthe bug system to glob ontothe filename as a bug number. sorry.

[Bug fortran/52622] ICE in gfortran 4.6.3, x86_64

2012-03-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52622 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

<    1   2