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]

GCC Bug


* the exact version of GCC;

gcc (GCC) 3.3.1

* the system type;

AIX 5.2.0.0

* the options given when GCC was configured/built;

./configure

* the complete command line that triggers the bug;

make

* the compiler output (error messages, warnings, etc.); and

/home/waldeck/w/inst/oss/gcc-3.3.1/gcc/xgcc
-B/home/waldeck/w/inst/oss/gcc-3.3.1/gcc/ -B/huge/gc331/powerpc-ibm-aix5.2.0.0/bin/
-B/huge/gc331/powerpc-ibm-aix5.2.0.0/lib/ -isystem /huge/gc331/powerpc-ibm-aix5.2.0.0/include -O2 
-DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I. -I./. -I./config -I./../include  -DL_fixunsdfsi -c
./libgcc2.c -o libgcc/./_fixunsdfsi.o
libgcc2.c: In function `__fixunsdfsi':
libgcc2.c:1161: error: unrecognizable insn:
(insn:HI 11 10 12 0 0 (set (reg:CCEQ 122)
        (compare:CCEQ (ior:SI (gt:SI (reg:CCFP 121)
                    (const_int 0 [0x0]))
                (eq:SI (reg:CCFP 121)
                    (const_int 0 [0x0])))
            (const_int 1 [0x1]))) -1 (insn_list 10 (nil))
    (expr_list:REG_DEAD (reg:CCFP 121)
        (nil)))
libgcc2.c:1161: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

* the preprocessed file (*.i*) that triggers the bug, generated by adding
-save-temps to the complete compilation command, or, in the case of a bug
report for the GNAT front end, a complete set of source files (see below).

/home/waldeck/w/inst/oss/gcc-3.3.1/gcc/xgcc -v -save-temps
-B/home/waldeck/w/inst/oss/gcc-3.3.1/gcc/ -B/huge/gc331/powerpc-ibm-aix5.2.0.0/bin/
-B/huge/gc331/powerpc-ibm-aix5.2.0.0/lib/ -isystem
/huge/gc331/powerpc-ibm-aix5.2.0.0/include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I. -I./. -I./config -I./../include 
-DL_fixunsdfsi -c ./libgcc2.c -o libgcc/./_fixunsdfsi.o

attached

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post


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