public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37332]  New: ice for legal code
@ 2008-09-02 14:52 dcb314 at hotmail dot com
  2008-09-02 14:54 ` [Bug c++/37332] " dcb314 at hotmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2008-09-02 14:52 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile the Suse Linux package agg-2.5 with the GNU C++
compiler
version 4.4 snapshot 20080829.

The compiler said

distortions.cpp:705: internal compiler error: in make_decl_rtl, at
varasm.c:1297
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Pre-processed source code attached. Compiler flag -O2 required.


-- 
           Summary: ice for legal code
           Product: gcc
           Version: 4.4.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: suse-linux-x86_64


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


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

* [Bug c++/37332] ice for legal code
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
@ 2008-09-02 14:54 ` dcb314 at hotmail dot com
  2008-09-02 15:17 ` [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297 rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dcb314 at hotmail dot com @ 2008-09-02 14:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2008-09-02 14:53 -------
Created an attachment (id=16192)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16192&action=view)
C++ source code


-- 


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


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

* [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
  2008-09-02 14:54 ` [Bug c++/37332] " dcb314 at hotmail dot com
@ 2008-09-02 15:17 ` rguenth at gcc dot gnu dot org
  2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-02 15:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-09-02 15:15 -------
Reducing.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to work|                            |4.3.2
            Summary|ice for legal code          |[4.4 Regression] ICE in
                   |                            |make_decl_rtl, at
                   |                            |varasm.c:1297
   Target Milestone|---                         |4.4.0


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


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

* [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
  2008-09-02 14:54 ` [Bug c++/37332] " dcb314 at hotmail dot com
  2008-09-02 15:17 ` [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297 rguenth at gcc dot gnu dot org
@ 2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
  2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-02 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-09-02 15:58 -------
Created an attachment (id=16195)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16195&action=view)
reduced testcase


-- 


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


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

* [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
@ 2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
  2008-09-06 21:21 ` pinskia at gcc dot gnu dot org
  2008-09-06 21:33 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-09-02 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-09-02 15:59 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-02 15:59:06
               date|                            |


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


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

* [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
@ 2008-09-06 21:21 ` pinskia at gcc dot gnu dot org
  2008-09-06 21:33 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-06 21:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-09-06 21:19 -------
Reducing further.


-- 


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


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

* [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297
  2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  2008-09-06 21:21 ` pinskia at gcc dot gnu dot org
@ 2008-09-06 21:33 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-06 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-09-06 21:32 -------


*** This bug has been marked as a duplicate of 37343 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2008-09-06 21:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-02 14:52 [Bug c++/37332] New: ice for legal code dcb314 at hotmail dot com
2008-09-02 14:54 ` [Bug c++/37332] " dcb314 at hotmail dot com
2008-09-02 15:17 ` [Bug c++/37332] [4.4 Regression] ICE in make_decl_rtl, at varasm.c:1297 rguenth at gcc dot gnu dot org
2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
2008-09-02 16:00 ` rguenth at gcc dot gnu dot org
2008-09-06 21:21 ` pinskia at gcc dot gnu dot org
2008-09-06 21:33 ` 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).