public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390
@ 2003-11-17 20:05 thawes at althusius dot net
  2003-11-17 20:09 ` [Bug c/13090] " thawes at althusius dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: thawes at althusius dot net @ 2003-11-17 20:05 UTC (permalink / raw)
  To: gcc-bugs

GCC Version 3.3.2System is Linux on s390 (31 bit system running RedHat 7.2) 
 
Options when building GCC were:  
   ../gcc-3.3.2/configure --prefix=/usr/local/gcc/3.3.2 
   make bootstrap 
   make install 
 
While building PostgreSQL 7.3.4:  gcc -O2 -Wall -Wmissing-prototypes 
-Wmissing-declarations -Wno-error -I./../include -I. -I../../../../src/include  
-DMAJOR_VERSION=2 -DMINOR_VERSION=10 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/usr/
local/pgsql/include\"   -c -o preproc.o preproc.c 
gcc: Internal error: Killed (program cc1) 
Please submit a full bug report.

-- 
           Summary: gcc: Internal error: Killed (program cc1) on Linux s390
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: thawes at althusius dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/13090] gcc: Internal error: Killed (program cc1) on Linux s390
  2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
@ 2003-11-17 20:09 ` thawes at althusius dot net
  2003-11-17 20:10 ` thawes at althusius dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: thawes at althusius dot net @ 2003-11-17 20:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From thawes at althusius dot net  2003-11-17 20:09 -------
Created an attachment (id=5154)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5154&action=view)
preprocessor file

This is the preprocessor file requested from http://gcc.gnu.org/bugs.html

-- 


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


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

* [Bug c/13090] gcc: Internal error: Killed (program cc1) on Linux s390
  2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
  2003-11-17 20:09 ` [Bug c/13090] " thawes at althusius dot net
@ 2003-11-17 20:10 ` thawes at althusius dot net
  2003-11-17 20:17 ` [Bug optimization/13090] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: thawes at althusius dot net @ 2003-11-17 20:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|                            |3.3.2
 GCC target triplet|                            |linux s390 (31 bit)


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


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

* [Bug optimization/13090] gcc: Internal error: Killed (program cc1) on Linux s390
  2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
  2003-11-17 20:09 ` [Bug c/13090] " thawes at althusius dot net
  2003-11-17 20:10 ` thawes at althusius dot net
@ 2003-11-17 20:17 ` pinskia at gcc dot gnu dot org
  2003-11-17 20:23 ` [Bug c/13090] " falk at debian dot org
  2003-11-17 20:33 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-17 20:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-17 20:17 -------
How much memory do you have?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |optimization


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


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

* [Bug c/13090] gcc: Internal error: Killed (program cc1) on Linux s390
  2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
                   ` (2 preceding siblings ...)
  2003-11-17 20:17 ` [Bug optimization/13090] " pinskia at gcc dot gnu dot org
@ 2003-11-17 20:23 ` falk at debian dot org
  2003-11-17 20:33 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: falk at debian dot org @ 2003-11-17 20:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2003-11-17 20:23 -------
I cannot reproduce this on s390-linux with 3.2.3 or 3.3.2, so it's very likely
an out of memory problem. It takes only about 40M to compile, though.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
          Component|optimization                |c


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


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

* [Bug c/13090] gcc: Internal error: Killed (program cc1) on Linux s390
  2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
                   ` (3 preceding siblings ...)
  2003-11-17 20:23 ` [Bug c/13090] " falk at debian dot org
@ 2003-11-17 20:33 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-17 20:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-17 20:33 -------
Closing as it works for Falk and killed means out of memory usually.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2003-11-17 20:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-17 20:05 [Bug c/13090] New: gcc: Internal error: Killed (program cc1) on Linux s390 thawes at althusius dot net
2003-11-17 20:09 ` [Bug c/13090] " thawes at althusius dot net
2003-11-17 20:10 ` thawes at althusius dot net
2003-11-17 20:17 ` [Bug optimization/13090] " pinskia at gcc dot gnu dot org
2003-11-17 20:23 ` [Bug c/13090] " falk at debian dot org
2003-11-17 20: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).