This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12151] New: GCC 3.2.3 Internal Error Using -m128bit-long-double on x86


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: GCC 3.2.3 Internal Error Using -m128bit-long-double on
                    x86
           Product: gcc
           Version: 3.2.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mtaylor at fit dot edu
                CC: gcc-bugs at gcc dot gnu dot org

I compiled gprof using GCC 3.2.3 with -m128bit-long-double optimization and GCC 
crashed. It also fails on 3.0.4, 3.2.1, and 3.3.1 (6/26/2003 Debian prerelease).

Here is some info/repro:

# gcc -c -m128bit-long-double cg_print.i
cg_print.c: In function `cg_print_function_ordering':
cg_print.c:869: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

# gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/specs
Configured with: /var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/configure --
prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.2 --
includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include --
datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.2 --mandir=/usr/share/gcc-
data/i686-pc-linux-gnu/3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-
gnu/3.2/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-
gnu --with-system-zlib --enable-languages=c --enable-threads=posix --enable-
long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --
enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-
dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3 --with-local-
prefix=/usr/local --disable-nls
Thread model: posix
gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]