public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/30458]  New: ice for legal code at -O3
@ 2007-01-13 21:21 dcb314 at hotmail dot com
  2007-01-13 21:22 ` [Bug c++/30458] " dcb314 at hotmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2007-01-13 21:21 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile Suse Linux package bzflag-2.0.8-22
with the new GNU C compiler version 4.3 snapshot 20070112.

The compiler said

TimeBomb.cxx: In function 'bool timeBombBoom()':
TimeBomb.cxx:23: error: address taken, but ADDRESSABLE bit not set
timeBomb

TimeBomb.cxx:23: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Preprocessed source code attached. Flag -O3 required.


-- 
           Summary: ice for legal code at -O3
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: x86_64_suse_linux


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/30458] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
@ 2007-01-13 21:22 ` dcb314 at hotmail dot com
  2007-01-13 21:33 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2007-01-13 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2007-01-13 21:22 -------
Created an attachment (id=12901)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12901&action=view)
C++ source code


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/30458] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
  2007-01-13 21:22 ` [Bug c++/30458] " dcb314 at hotmail dot com
@ 2007-01-13 21:33 ` pinskia at gcc dot gnu dot org
  2007-01-13 21:38 ` dcb314 at hotmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-13 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-01-13 21:33 -------
Can you try after:
http://gcc.gnu.org/ml/gcc-cvs/2007-01/msg00460.html 

?


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/30458] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
  2007-01-13 21:22 ` [Bug c++/30458] " dcb314 at hotmail dot com
  2007-01-13 21:33 ` pinskia at gcc dot gnu dot org
@ 2007-01-13 21:38 ` dcb314 at hotmail dot com
  2007-01-22  1:07 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2007-01-13 21:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dcb314 at hotmail dot com  2007-01-13 21:38 -------
(In reply to comment #2)
> Can you try after:
> http://gcc.gnu.org/ml/gcc-cvs/2007-01/msg00460.html 

I can't process this until the next snapshot, due 20070119.

Is that soon enough ?


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/30458] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2007-01-13 21:38 ` dcb314 at hotmail dot com
@ 2007-01-22  1:07 ` pinskia at gcc dot gnu dot org
  2007-01-22  4:38 ` [Bug c++/30458] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-01-22  4:41 ` [Bug middle-end/30458] " pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-22  1:07 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c++/30458] [4.3 Regression] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2007-01-22  1:07 ` pinskia at gcc dot gnu dot org
@ 2007-01-22  4:38 ` pinskia at gcc dot gnu dot org
  2007-01-22  4:41 ` [Bug middle-end/30458] " pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-22  4:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
            Summary|ice for legal code at -O3   |[4.3 Regression] ice for
                   |                            |legal code at -O3
   Target Milestone|---                         |4.3.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug middle-end/30458] [4.3 Regression] ice for legal code at -O3
  2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2007-01-22  4:38 ` [Bug c++/30458] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-01-22  4:41 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-22  4:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-01-22 04:41 -------
Yes that patch fixed that bug.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-01-22  4:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-13 21:21 [Bug c++/30458] New: ice for legal code at -O3 dcb314 at hotmail dot com
2007-01-13 21:22 ` [Bug c++/30458] " dcb314 at hotmail dot com
2007-01-13 21:33 ` pinskia at gcc dot gnu dot org
2007-01-13 21:38 ` dcb314 at hotmail dot com
2007-01-22  1:07 ` pinskia at gcc dot gnu dot org
2007-01-22  4:38 ` [Bug c++/30458] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-01-22  4:41 ` [Bug middle-end/30458] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).