public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "macdonellba+gcc at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/39142]  New: Compilation fails with specialised optimisations.
Date: Mon, 09 Feb 2009 18:08:00 -0000	[thread overview]
Message-ID: <bug-39142-17287@http.gcc.gnu.org/bugzilla/> (raw)

Command line:

gcc -I../include -I. -O2 -mtune=generic -march=i686 -Wall -W -Wno-unused -O1
-fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict-aliasing
-fwrapv -fmodulo-sched -freschedule-modulo-scheduled-loops -fomit-frame-pointer
-fPIC -fno-common -mieee-fp -DHAVE_CONFIG_H -D___GAMBCDIR="\"/usr\""
-D___GAMBCDIR_BIN="\"/usr/bin\"" -D___GAMBCDIR_INCLUDE="\"/usr/include\""
-D___GAMBCDIR_LIB="\"/usr/lib\"" -D___SYS_TYPE_CPU="\"i686\""
-D___SYS_TYPE_VENDOR="\"pc\"" -D___SYS_TYPE_OS="\"linux-gnu\"" -D___PRIMAL
-D___LIBRARY -v -save-temps -c _io.c


Output:

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix
--mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit
--disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
--disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.3.3 (GCC) 
COLLECT_GCC_OPTIONS='-I../include' '-I.' '-O2' '-mtune=generic' '-march=i686'
'-Wall' '-W' '-Wno-unused' '-O1' '-fno-math-errno' '-fschedule-insns2'
'-fno-trapping-math' '-fno-strict-aliasing' '-fwrapv' '-fmodulo-sched'
'-freschedule-modulo-scheduled-loops' '-fomit-frame-pointer' '-fPIC'
'-fno-common' '-mieee-fp' '-DHAVE_CONFIG_H' '-D___GAMBCDIR="/usr"'
'-D___GAMBCDIR_BIN="/usr/bin"' '-D___GAMBCDIR_INCLUDE="/usr/include"'
'-D___GAMBCDIR_LIB="/usr/lib"' '-D___SYS_TYPE_CPU="i686"'
'-D___SYS_TYPE_VENDOR="pc"' '-D___SYS_TYPE_OS="linux-gnu"' '-D___PRIMAL'
'-D___LIBRARY' '-v' '-save-temps' '-c'
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/cc1 -E -quiet -v -I../include -I.
-DHAVE_CONFIG_H -D___GAMBCDIR="/usr" -D___GAMBCDIR_BIN="/usr/bin"
-D___GAMBCDIR_INCLUDE="/usr/include" -D___GAMBCDIR_LIB="/usr/lib"
-D___SYS_TYPE_CPU="i686" -D___SYS_TYPE_VENDOR="pc" -D___SYS_TYPE_OS="linux-gnu"
-D___PRIMAL -D___LIBRARY _io.c -mtune=generic -march=i686 -mieee-fp -Wall -W
-Wno-unused -fno-math-errno -fschedule-insns2 -fno-trapping-math
-fno-strict-aliasing -fwrapv -fmodulo-sched -freschedule-modulo-scheduled-loops
-fomit-frame-pointer -fPIC -fno-common -O2 -O1 -fpch-preprocess -o _io.i
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.3.3/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 ../include
 .
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/include-fixed
 /usr/include
End of search list.
COLLECT_GCC_OPTIONS='-I../include' '-I.' '-O2' '-mtune=generic' '-march=i686'
'-Wall' '-W' '-Wno-unused' '-O1' '-fno-math-errno' '-fschedule-insns2'
'-fno-trapping-math' '-fno-strict-aliasing' '-fwrapv' '-fmodulo-sched'
'-freschedule-modulo-scheduled-loops' '-fomit-frame-pointer' '-fPIC'
'-fno-common' '-mieee-fp' '-DHAVE_CONFIG_H' '-D___GAMBCDIR="/usr"'
'-D___GAMBCDIR_BIN="/usr/bin"' '-D___GAMBCDIR_INCLUDE="/usr/include"'
'-D___GAMBCDIR_LIB="/usr/lib"' '-D___SYS_TYPE_CPU="i686"'
'-D___SYS_TYPE_VENDOR="pc"' '-D___SYS_TYPE_OS="linux-gnu"' '-D___PRIMAL'
'-D___LIBRARY' '-v' '-save-temps' '-c'
 /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/cc1 -fpreprocessed _io.i -quiet -dumpbase
_io.c -mtune=generic -march=i686 -mieee-fp -auxbase _io -O2 -O1 -Wall -W
-Wno-unused -version -fno-math-errno -fschedule-insns2 -fno-trapping-math
-fno-strict-aliasing -fwrapv -fmodulo-sched -freschedule-modulo-scheduled-loops
-fomit-frame-pointer -fPIC -fno-common -o _io.s
GNU C (GCC) version 4.3.3 (i686-pc-linux-gnu)
        compiled by GNU C version 4.3.3, GMP version 4.2.4, MPFR version 2.3.2.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64360
Compiler executable checksum: a9280a9b830968ecc06cd749b0fe5f7f
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: Compilation fails with specialised optimisations.
           Product: gcc
           Version: 4.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: macdonellba+gcc at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


             reply	other threads:[~2009-02-09 18:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-09 18:08 macdonellba+gcc at gmail dot com [this message]
2009-02-09 18:10 ` [Bug c/39142] " paolo dot carlini at oracle dot com
2009-02-09 18:13 ` macdonellba+gcc at gmail dot com
2009-02-09 18:15 ` paolo dot carlini at oracle dot com
2009-02-09 22:54 ` macdonellba+gcc at gmail dot com
2009-02-10  0:35 ` paolo dot carlini at oracle dot com
2009-02-10 10:12 ` [Bug middle-end/39142] " rguenth at gcc dot gnu dot org
2009-02-10 10:21 ` paolo dot carlini at oracle dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-39142-17287@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).