public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/17183] New: segfault while compiling a file
@ 2004-08-25 14:05 kapalka at icslab dot agh dot edu dot pl
  2004-08-25 14:07 ` [Bug rtl-optimization/17183] " kapalka at icslab dot agh dot edu dot pl
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kapalka at icslab dot agh dot edu dot pl @ 2004-08-25 14:05 UTC (permalink / raw)
  To: gcc-bugs

I was compiling ROOT v4.00.08a on Itanium 2 platform, Linux system and the 
compiler stopped on the file TROOT.cxx with the following message:

base/src/TROOT.cxx: In function `void 
__static_initialization_and_destruction_0(int, int)':
base/src/TROOT.cxx:1897: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.

To reproduce the bug:

gcc -c TROOT.ii

It fails with gcc 3.5 snapshot 20040808 and snapshot 20040822, but it works with 
gcc 3.4.1 and gcc 3.5 snapshot 20040704.

One of the versions which fail:

Reading specs from /opt/gcc-3.5-20040822/lib/gcc/ia64-unknown-linux-gnu/3.5.0/
specs
Configured with: ../gcc-3.5-20040822/configure --prefix=/opt/gcc-3.5-20040822 : 
(reconfigured) ../gcc-3.5-20040822/configure --prefix=/opt/gcc-3.5-20040822
Thread model: posix
gcc version 3.5.0 20040822 (experimental)

Best regards,

Michal Kapalka

-- 
           Summary: segfault while compiling a file
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kapalka at icslab dot agh dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-redhat-linux
  GCC host triplet: ia64-redhat-linux
GCC target triplet: ia64-redhat-linux


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


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

* [Bug rtl-optimization/17183] segfault while compiling a file
  2004-08-25 14:05 [Bug rtl-optimization/17183] New: segfault while compiling a file kapalka at icslab dot agh dot edu dot pl
@ 2004-08-25 14:07 ` kapalka at icslab dot agh dot edu dot pl
  2004-08-25 15:11 ` [Bug c++/17183] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kapalka at icslab dot agh dot edu dot pl @ 2004-08-25 14:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kapalka at icslab dot agh dot edu dot pl  2004-08-25 14:07 -------
Created an attachment (id=6987)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6987&action=view)
the precompiled source file (compressed, as it's huge)


-- 


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


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

* [Bug c++/17183] segfault while compiling a file
  2004-08-25 14:05 [Bug rtl-optimization/17183] New: segfault while compiling a file kapalka at icslab dot agh dot edu dot pl
  2004-08-25 14:07 ` [Bug rtl-optimization/17183] " kapalka at icslab dot agh dot edu dot pl
@ 2004-08-25 15:11 ` pinskia at gcc dot gnu dot org
  2004-09-17  2:22 ` giovannibajo at libero dot it
  2004-10-31 15:17 ` [Bug c++/17183] [4.0 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25 15:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|rtl-optimization            |c++


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


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

* [Bug c++/17183] segfault while compiling a file
  2004-08-25 14:05 [Bug rtl-optimization/17183] New: segfault while compiling a file kapalka at icslab dot agh dot edu dot pl
  2004-08-25 14:07 ` [Bug rtl-optimization/17183] " kapalka at icslab dot agh dot edu dot pl
  2004-08-25 15:11 ` [Bug c++/17183] " pinskia at gcc dot gnu dot org
@ 2004-09-17  2:22 ` giovannibajo at libero dot it
  2004-10-31 15:17 ` [Bug c++/17183] [4.0 Regression] " pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: giovannibajo at libero dot it @ 2004-09-17  2:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-09-17 02:22 -------
I cannot reproduce this anymore with even 3.5.0 20040901 (experimental), or 
later 4.0.0. Can you try again?

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


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


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

* [Bug c++/17183] [4.0 Regression] segfault while compiling a file
  2004-08-25 14:05 [Bug rtl-optimization/17183] New: segfault while compiling a file kapalka at icslab dot agh dot edu dot pl
                   ` (2 preceding siblings ...)
  2004-09-17  2:22 ` giovannibajo at libero dot it
@ 2004-10-31 15:17 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-31 15:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-31 15:17 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
           Keywords|                            |ice-on-valid-code
         Resolution|                            |FIXED
            Summary|segfault while compiling a  |[4.0 Regression] segfault
                   |file                        |while compiling a file
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-10-31 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-25 14:05 [Bug rtl-optimization/17183] New: segfault while compiling a file kapalka at icslab dot agh dot edu dot pl
2004-08-25 14:07 ` [Bug rtl-optimization/17183] " kapalka at icslab dot agh dot edu dot pl
2004-08-25 15:11 ` [Bug c++/17183] " pinskia at gcc dot gnu dot org
2004-09-17  2:22 ` giovannibajo at libero dot it
2004-10-31 15:17 ` [Bug c++/17183] [4.0 Regression] " 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).