public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23078] New: m68k ICE
@ 2005-07-26 15:29 wouter at grep dot be
  2005-07-26 15:32 ` [Bug c++/23078] " wouter at grep dot be
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: wouter at grep dot be @ 2005-07-26 15:29 UTC (permalink / raw)
  To: gcc-bugs

g++ -O3 -Iboxes -Ierrors -Ievaluate -Igenerator -Iparser -Ipropagate -Isignals
-Itlib -Idraw    -c -o boxes/boxtype.o boxes/boxtype.cpp
boxes/boxtype.cpp: In function 'void getBoxType(CTree*, int*, int*)':
boxes/boxtype.cpp:74: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[2]: *** [boxes/boxtype.o] Error 1

-- 
           Summary: m68k ICE
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter at grep dot be
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: m68k-linux-gnu
GCC target triplet: m68k-linux-gnu


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


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

* [Bug c++/23078] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
@ 2005-07-26 15:32 ` wouter at grep dot be
  2005-07-26 15:39 ` [Bug target/23078] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: wouter at grep dot be @ 2005-07-26 15:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wouter at grep dot be  2005-07-26 15:29 -------
Created an attachment (id=9364)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9364&action=view)
preprocessed source


-- 


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


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

* [Bug target/23078] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
  2005-07-26 15:32 ` [Bug c++/23078] " wouter at grep dot be
@ 2005-07-26 15:39 ` pinskia at gcc dot gnu dot org
  2005-07-26 22:06 ` schwab at suse dot de
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-26 15:39 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |target


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


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

* [Bug target/23078] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
  2005-07-26 15:32 ` [Bug c++/23078] " wouter at grep dot be
  2005-07-26 15:39 ` [Bug target/23078] " pinskia at gcc dot gnu dot org
@ 2005-07-26 22:06 ` schwab at suse dot de
  2005-07-27  8:31 ` wouter at grep dot be
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: schwab at suse dot de @ 2005-07-26 22:06 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab at suse dot de


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


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

* [Bug target/23078] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (2 preceding siblings ...)
  2005-07-26 22:06 ` schwab at suse dot de
@ 2005-07-27  8:31 ` wouter at grep dot be
  2005-07-28  9:24 ` [Bug target/23078] [4.0 regression] " belyshev at depni dot sinp dot msu dot ru
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: wouter at grep dot be @ 2005-07-27  8:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wouter at grep dot be  2005-07-27 07:50 -------
Error does not occur with g++ 3.4.5

-- 


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (4 preceding siblings ...)
  2005-07-28  9:24 ` [Bug target/23078] [4.0 regression] " belyshev at depni dot sinp dot msu dot ru
@ 2005-07-28  9:24 ` belyshev at depni dot sinp dot msu dot ru
  2005-07-28 12:51 ` schwab at suse dot de
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-07-28  9:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  2005-07-28 09:23 -------
I was unable to reproduce this bug with a cross compiler version 4.0.2 20050728
(prerelease) (m68k-unknown-linux-gnu). Could you please try with current version
from gcc-4_0-branch ?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to work|                            |3.4.5
            Summary|m68k ICE                    |[4.0 regression] m68k ICE


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (3 preceding siblings ...)
  2005-07-27  8:31 ` wouter at grep dot be
@ 2005-07-28  9:24 ` belyshev at depni dot sinp dot msu dot ru
  2005-07-28  9:24 ` belyshev at depni dot sinp dot msu dot ru
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2005-07-28  9:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |belyshev at depni dot sinp
                   |                            |dot msu dot ru


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (5 preceding siblings ...)
  2005-07-28  9:24 ` belyshev at depni dot sinp dot msu dot ru
@ 2005-07-28 12:51 ` schwab at suse dot de
  2005-07-29 22:00 ` schwab at suse dot de
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: schwab at suse dot de @ 2005-07-28 12:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-07-28 12:48 -------
I can't reproduce that natively with gcc 4.0.2 20050726 either.  

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


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (6 preceding siblings ...)
  2005-07-28 12:51 ` schwab at suse dot de
@ 2005-07-29 22:00 ` schwab at suse dot de
  2005-09-23 10:14 ` wouter at grep dot be
  2005-09-23 12:45 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: schwab at suse dot de @ 2005-07-29 22:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schwab at suse dot de  2005-07-29 21:59 -------
I consider this fixed. 

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


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (7 preceding siblings ...)
  2005-07-29 22:00 ` schwab at suse dot de
@ 2005-09-23 10:14 ` wouter at grep dot be
  2005-09-23 12:45 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: wouter at grep dot be @ 2005-09-23 10:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wouter at grep dot be  2005-09-23 10:14 -------
*** Bug 23674 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug target/23078] [4.0 regression] m68k ICE
  2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
                   ` (8 preceding siblings ...)
  2005-09-23 10:14 ` wouter at grep dot be
@ 2005-09-23 12:45 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-23 12:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.2


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


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

end of thread, other threads:[~2005-09-23 12:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26 15:29 [Bug c++/23078] New: m68k ICE wouter at grep dot be
2005-07-26 15:32 ` [Bug c++/23078] " wouter at grep dot be
2005-07-26 15:39 ` [Bug target/23078] " pinskia at gcc dot gnu dot org
2005-07-26 22:06 ` schwab at suse dot de
2005-07-27  8:31 ` wouter at grep dot be
2005-07-28  9:24 ` [Bug target/23078] [4.0 regression] " belyshev at depni dot sinp dot msu dot ru
2005-07-28  9:24 ` belyshev at depni dot sinp dot msu dot ru
2005-07-28 12:51 ` schwab at suse dot de
2005-07-29 22:00 ` schwab at suse dot de
2005-09-23 10:14 ` wouter at grep dot be
2005-09-23 12:45 ` 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).