On 25/01/17 18:55, Segher Boessenkool wrote:
On Wed, Jan 25, 2017 at 01:11:49PM +0100, Sebastian Huber wrote:
>I still get a lot of ICEs with the attached two patches (examples):
>/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function
>'__multc3':
>/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: error:
>unrecognizable insn:
> }
> ^
>(insn 59 58 60 2 (set (reg:CCFP 219)
> (compare:CCFP (reg/v:TF 193 [ x ])
> (reg/v:TF 193 [ x ])))
>"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":1990 -1
> (nil))
>/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: internal
>compiler error: in extract_insn, at recog.c:2311
The IEEE128 code almost certainly has some bugs on non-Linux configurations.
You could try debugging it, or you could avoid it (for now) by e.g. making
long double the same as double.
If I set rs6000_long_double_type_size to 64, then I can build all libgcc
multilibs including the one for -m64 -mcpu=e6500. I am a bit surprised
that the GCC support for 64-bit PowerPC is so extremely Linux-dependent.
I guess that I have to figure out all the magic configuration bits to
get everything set up like it is on Linux. It would be nice if the
working Linux configuration bits are the default.
With rs6000_long_double_type_size == 128, then I get the attached ICEs.
I would be glad to get some advice how I can debug them, since I have no
idea how the compiler works actually if it comes to code generation.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64 -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function '__multc3':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: error:
unrecognizable insn:
}
^
(insn 59 58 60 2 (set (reg:CCFP 219)
(compare:CCFP (reg/v:TF 193 [ x ])
(reg/v:TF 193 [ x ])))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":1990 -1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: internal compiler
error: in extract_insn, at recog.c:2311
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x994ed9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0x966797 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x723ca2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x723ca2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x723ca2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: [_multc3.o] Error 1 (ignored)
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64 -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function '__divtc3':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2094:1: error:
unrecognizable insn:
}
^
(insn 30 29 31 2 (set (reg:CCFP 241)
(compare:CCFP (reg:TF 238)
(reg:TF 240)))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":2051 -1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2094:1: internal compiler
error: in extract_insn, at recog.c:2311
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x994ed9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0x966797 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x723ca2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x723ca2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x723ca2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: [_divtc3.o] Error 1 (ignored)
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64 -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_fixtfdi.o -MT _fixtfdi.o -MD -MP -MF _fixtfdi.dep -DL_fixtfdi -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function '__fixtfti':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:1394:1: error:
unrecognizable insn:
}
^
(insn 8 7 9 2 (set (reg:CCFP 163)
(compare:CCFP (reg/v:TF 160 [ a ])
(reg:TF 161)))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":1391 -1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:1394:1: internal compiler
error: in extract_insn, at recog.c:2311
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x994ed9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0x966797 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x723ca2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x723ca2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x723ca2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: [_fixtfdi.o] Error 1 (ignored)
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64 -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_fixunstfdi.o -MT _fixunstfdi.o -MD -MP -MF _fixunstfdi.dep -DL_fixunstfdi -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function
'__fixunstfti':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:1384:1: error:
unrecognizable insn:
}
^
(insn 9 8 10 2 (set (reg:CCFP 170)
(compare:CCFP (reg/v:TF 167 [ a ])
(reg:TF 168)))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":1365 -1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:1384:1: internal compiler
error: in extract_insn, at recog.c:2311
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x994ed9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0x966797 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x723ca2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x723ca2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x723ca2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64
-msoft-float -mno-altivec -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function '__multc3':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: error: unable to
generate reloads for:
}
^
(insn 138 1211 139 16 (set (reg/v:TF 203 [ a ])
(unspec:TF [
(reg:TF 237)
(reg/v:TF 203 [ a ])
(reg:TF 238)
] UNSPEC_COPYSIGN))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":1998 940
{copysigntf3_soft}
(expr_list:REG_DEAD (reg:TF 238)
(nil)))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2035:1: internal compiler
error: in curr_insn_transform, at lra-constraints.c:3773
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x892863 curr_insn_transform
/home/EB/sebastian_h/archive/gcc-git/gcc/lra-constraints.c:3773
0x893746 lra_constraints(bool)
/home/EB/sebastian_h/archive/gcc-git/gcc/lra-constraints.c:4732
0x87d1e1 lra(_IO_FILE*)
/home/EB/sebastian_h/archive/gcc-git/gcc/lra.c:2378
0x833bcf do_reload
/home/EB/sebastian_h/archive/gcc-git/gcc/ira.c:5400
0x833bcf execute
/home/EB/sebastian_h/archive/gcc-git/gcc/ira.c:5584
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[4]: [_multc3.o] Error 1 (ignored)
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -g -O2 -mcpu=e6500 -m64
-msoft-float -mno-altivec -O2
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../newlib/libc/sys/rtems/include
-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc -I. -I. -I../../../../../.././gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/.
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../gcc
-I/home/EB/sebastian_h/archive/gcc-git/libgcc/../include -DHAVE_CC_TLS -o
_divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c -fvisibility=hidden
-DHIDE_EXPORTS
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c: In function '__divtc3':
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2094:1: error: unable to
generate reloads for:
}
^
(insn 189 1186 190 11 (set (reg:TF 167 [ _25 ])
(unspec:TF [
(reg:TF 267)
(reg/v:TF 227 [ c ])
(reg:TF 268)
] UNSPEC_COPYSIGN))
"/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c":2072 940
{copysigntf3_soft}
(expr_list:REG_DEAD (reg:TF 268)
(expr_list:REG_DEAD (reg:TF 267)
(expr_list:REG_DEAD (reg/v:TF 227 [ c ])
(nil)))))
/home/EB/sebastian_h/archive/gcc-git/libgcc/libgcc2.c:2094:1: internal compiler
error: in curr_insn_transform, at lra-constraints.c:3773
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x892863 curr_insn_transform
/home/EB/sebastian_h/archive/gcc-git/gcc/lra-constraints.c:3773
0x893746 lra_constraints(bool)
/home/EB/sebastian_h/archive/gcc-git/gcc/lra-constraints.c:4732
0x87d1e1 lra(_IO_FILE*)
/home/EB/sebastian_h/archive/gcc-git/gcc/lra.c:2378
0x833bcf do_reload
/home/EB/sebastian_h/archive/gcc-git/gcc/ira.c:5400
0x833bcf execute
/home/EB/sebastian_h/archive/gcc-git/gcc/ira.c:5584
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\"
-DPACKAGE_VERSION=\"2.5.0\" -DPACKAGE_STRING=\"newlib\ 2.5.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I.
-I/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common -D_COMPILING_NEWLIB
-DMALLOC_PROVIDED -DEXIT_PROVIDED -DSIGNAL_PROVIDED
-DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_BLKSIZE -DHAVE_FCNTL
-DHAVE_ASSERT_FUNC -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS
-D_NO_SIGSET -D_NO_WORDEXP -D_NO_POPEN -D_NO_POSIX_SPAWN
-D_I386MACH_ALLOW_HW_INTERRUPTS -fno-builtin -g -O2 -mcpu=e6500 -m64 -c
-o lib_a-sqrtl.o `test -f 'sqrtl.c' || echo
'/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/'`sqrtl.c
/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sqrtl.c: In function
'sqrtl':
/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sqrtl.c:192:1: error:
unrecognizable insn:
}
^
(insn 32 31 33 5 (set (reg:CCFP 211)
(compare:CCFP (reg/v:TF 203 [ x ])
(reg:TF 209)))
"/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sqrtl.c":136 -1
(nil))
/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sqrtl.c:192:1: internal
compiler error: in extract_insn, at recog.c:2311
0x994ea5 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0x994ed9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0x966797 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x723ca2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x723ca2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x723ca2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[8]: [lib_a-sqrtl.o] Error 1 (ignored)
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/ -nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\"
-DPACKAGE_VERSION=\"2.5.0\" -DPACKAGE_STRING=\"newlib\ 2.5.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I.
-I/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common -D_COMPILING_NEWLIB
-DMALLOC_PROVIDED -DEXIT_PROVIDED -DSIGNAL_PROVIDED
-DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_BLKSIZE -DHAVE_FCNTL
-DHAVE_ASSERT_FUNC -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS
-D_NO_SIGSET -D_NO_WORDEXP -D_NO_POPEN -D_NO_POSIX_SPAWN
-D_I386MACH_ALLOW_HW_INTERRUPTS -fno-builtin -g -O2 -mcpu=e6500 -m64 -c
-o lib_a-sl_finite.o `test -f 'sl_finite.c' || echo
'/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/'`sl_finite.c
/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sl_finite.c: In
function 'finitel':
/home/EB/sebastian_h/archive/gcc-git/newlib/libm/common/sl_finite.c:22:10:
internal compiler error: in validate_condition_mode, at
config/rs6000/rs6000.c:20551
return __builtin_isfinite (x);
^~~~~~~~~~~~~~~~~~~~~~
0xd5ed1b validate_condition_mode(rtx_code, machine_mode)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:20547
0xd5f12c rs6000_generate_compare
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:24323
0xd63a92 rs6000_emit_sCOND(machine_mode, rtx_def**)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:24736
0xf0998a gen_cstoretf4(rtx_def*, rtx_def*, rtx_def*, rtx_def*)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.md:11703
0x905588 maybe_expand_insn(insn_code, unsigned int, expand_operand*)
/home/EB/sebastian_h/archive/gcc-git/gcc/optabs.c:7057
0x6b2c59 emit_cstore(rtx_def*, insn_code, rtx_code, machine_mode, machine_mode,
int, rtx_def*, rtx_def*, int, machine_mode)
/home/EB/sebastian_h/archive/gcc-git/gcc/expmed.c:5267
0x6b39bf emit_store_flag_1
/home/EB/sebastian_h/archive/gcc-git/gcc/expmed.c:5506
0x6b2e12 emit_store_flag(rtx_def*, rtx_code, rtx_def*, rtx_def*, machine_mode,
int, int)
/home/EB/sebastian_h/archive/gcc-git/gcc/expmed.c:5557
0x6b3e9a emit_store_flag_force(rtx_def*, rtx_code, rtx_def*, rtx_def*,
machine_mode, int, int)
/home/EB/sebastian_h/archive/gcc-git/gcc/expmed.c:5880
0x6d5d4b do_store_flag
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:11453
0x6d5d4b expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:9205
0x6c2de9 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:9730
0x6d4e24 expand_expr
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.h:276
0x6d4e24 expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:9004
0x6c2de9 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:9730
0x6d4b1e expand_expr
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.h:276
0x6d4b1e expand_expr_real_2(separate_ops*, rtx_def*, machine_mode,
expand_modifier)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:8315
0x6c2de9 expand_expr_real_1(tree_node*, rtx_def*, machine_mode,
expand_modifier, rtx_def**, bool)
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.c:9730
0x5b40bd expand_expr
/home/EB/sebastian_h/archive/gcc-git/gcc/expr.h:276
0x5b40bd expand_return
/home/EB/sebastian_h/archive/gcc-git/gcc/cfgexpand.c:3526
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=fundamental_type_info.lo -g -O2 -mcpu=e6500 -m64 -c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++/fundamental_type_info.cc
-o fundamental_type_info.o
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++/fundamental_type_info.cc:35:1:
internal compiler error: in write_builtin_type, at cp/mangle.c:2574
}
^
0x65a189 write_builtin_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:2574
0x65a189 write_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:2172
0x65fda2 mangle_special_for_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:3968
0x5b09fe get_tinfo_decl(tree_node*)
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:417
0x5b3e49 emit_support_tinfo_1
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1492
0x5b404b emit_support_tinfo_1
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1483
0x5b404b emit_support_tinfos()
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1562
0x5564ac c_parse_final_cleanups()
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/decl2.c:4511
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[8]: [fundamental_type_info.lo] Error 1 (ignored)
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=libsupc++convenience.la '-mcpu=e6500' '-m64' -o
libsupc++convenience.la array_type_info.lo atexit_arm.lo atexit_thread.lo
bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo bad_typeid.lo
class_type_info.lo del_op.lo del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo
del_opvnt.lo dyncast.lo eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo
eh_catch.lo eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo
eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo eh_type.lo
eh_unex_handler.lo enum_type_info.lo function_type_info.lo
fundamental_type_info.lo guard.lo guard_error.lo hash_bytes.lo
nested_exception.lo new_handler.lo new_op.lo new_opnt.lo new_opv.lo
new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo
del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo
pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo
si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo
vterminate.lo cp-demangle.lo
libtool: link: `fundamental_type_info.lo' is not a valid libtool object
make[8]: [libsupc++convenience.la] Error 1 (ignored)
/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=libsupc++.la '-mcpu=e6500' '-m64' -o libsupc++.la -rpath
/opt/rtems-4.12/lib64/gcc/powerpc-rtems4.12/7.0.1/me6500/m64 array_type_info.lo
atexit_arm.lo atexit_thread.lo bad_alloc.lo bad_array_length.lo
bad_array_new.lo bad_cast.lo bad_typeid.lo class_type_info.lo del_op.lo
del_ops.lo del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo
eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo eh_exception.lo
eh_globals.lo eh_personality.lo eh_ptr.lo eh_term_handler.lo eh_terminate.lo
eh_tm.lo eh_throw.lo eh_type.lo eh_unex_handler.lo enum_type_info.lo
function_type_info.lo fundamental_type_info.lo guard.lo guard_error.lo
hash_bytes.lo nested_exception.lo new_handler.lo new_op.lo new_opnt.lo
new_opv.lo new_opvnt.lo new_opa.lo new_opant.lo new_opva.lo new_opvant.lo
del_opa.lo del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo del_opvsa.lo
pbase_type_info.lo pmem_type_info.lo pointer_type_info.lo pure.lo
si_class_type_info.lo tinfo.lo tinfo2.lo vec.lo vmi_class_type_info.lo
vterminate.lo cp-demangle.lo
libtool: link: `fundamental_type_info.lo' is not a valid libtool object
make[8]: [libsupc++.la] Error 1 (ignored)
make[8]: Leaving directory
`/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++'
Making all in src
make[8]: Entering directory
`/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src'
Making all in c++98
make[9]: Entering directory
`/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/c++98'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hash_tr1.lo -g -O2 -mcpu=e6500 -m64 -c -o hash_tr1.lo
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash_tr1.cc
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hash_tr1.lo -g -O2 -mcpu=e6500 -m64 -c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash_tr1.cc -o
hash_tr1.o
In file included from
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash_tr1.cc:29:0:
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc:
In member function 'std::size_t std::tr1::hash<_Tp>::operator()(_Tp) const
[with _Tp = long double]':
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc:54:7:
error: unrecognizable insn:
}
^
(insn 10 9 11 2 (set (reg:CCFP 172)
(compare:CCFP (reg/v:TF 169 [ __val ])
(reg:TF 170)))
"/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc":36
-1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc:54:7:
internal compiler error: in extract_insn, at recog.c:2311
0xb73c95 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0xb73cc9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0xb45587 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x90c2f2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x90c2f2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x90c2f2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[9]: [hash_tr1.lo] Error 1 (ignored)
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=math_stubs_long_double.lo -g -O2 -mcpu=e6500 -m64 -c -o
math_stubs_long_double.lo
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=math_stubs_long_double.lo -g -O2 -mcpu=e6500 -m64 -c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc
-o math_stubs_long_double.o
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc:
In function 'long double hypotl(long double, long double)':
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc:146:3:
error: unrecognizable insn:
}
^
(insn 33 32 34 2 (set (reg:CCFP 181)
(compare:CCFP (reg/v:TF 169 [ <retval> ])
(reg:TF 179)))
"/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc":142
-1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++98/math_stubs_long_double.cc:146:3:
internal compiler error: in extract_insn, at recog.c:2311
0xb73c95 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0xb73cc9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0xb45587 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x90c2f2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x90c2f2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x90c2f2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[9]: [math_stubs_long_double.lo] Error 1 (ignored)
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=c++locale.lo -g -O2 -mcpu=e6500 -m64 -fimplicit-templates -c
c++locale.cc
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=c++locale.lo -g -O2 -mcpu=e6500 -m64 -fimplicit-templates -c
c++locale.cc -o c++locale.o
c++locale.cc: In function 'void std::__convert_to_v(const char*, _Tp&,
std::ios_base::iostate&, int* const&) [with _Tp = long double]':
c++locale.cc:217:5: error: unrecognizable insn:
}
^
(insn 62 61 63 7 (set (reg:CCFP 186)
(compare:CCFP (reg:TF 156 [ _2 ])
(reg:TF 184))) "c++locale.cc":203 -1
(nil))
c++locale.cc:217:5: internal compiler error: in extract_insn, at recog.c:2311
0xb73c95 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0xb73cc9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0xb45587 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x90c2f2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x90c2f2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x90c2f2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[9]: [c++locale.lo] Error 1 (ignored)
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=link
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64 -std=gnu++98
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=libc++98convenience.la '-mcpu=e6500' '-m64' -o
libc++98convenience.la bitmap_allocator.lo pool_allocator.lo mt_allocator.lo
codecvt.lo complex_io.lo globals_io.lo hash_tr1.lo hashtable_tr1.lo
ios_failure.lo ios_init.lo ios_locale.lo list.lo list-aux.lo list-aux-2.lo
list_associated.lo list_associated-2.lo locale.lo locale_init.lo
locale_facets.lo localename.lo math_stubs_float.lo math_stubs_long_double.lo
stdexcept.lo strstream.lo tree.lo istream.lo istream-string.lo streambuf.lo
valarray.lo cow-istream-string.lo collate_members_cow.lo
messages_members_cow.lo monetary_members_cow.lo numeric_members_cow.lo
atomicity.lo codecvt_members.lo collate_members.lo messages_members.lo
monetary_members.lo numeric_members.lo time_members.lo basic_file.lo
c++locale.lo allocator-inst.lo concept-inst.lo ext-inst.lo misc-inst.lo
parallel_settings.lo
libtool: link: `hash_tr1.lo' is not a valid libtool object
make[9]: [libc++98convenience.la] Error 1 (ignored)
make[9]: Leaving directory
`/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/c++98'
Making all in c++11
make[9]: Entering directory
`/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/c++11'
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++11
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hash_c++0x.lo -g -O2 -mcpu=e6500 -m64 -c -o hash_c++0x.lo
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++11
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hash_c++0x.lo -g -O2 -mcpu=e6500 -m64 -c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc -o
hash_c++0x.o
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc: In
member function 'std::size_t std::hash<long double>::operator()(long double)
const':
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc:56:3:
error: unrecognizable insn:
}
^
(insn 10 9 11 2 (set (reg:CCFP 172)
(compare:CCFP (reg/v:TF 169 [ __val ])
(reg:TF 170)))
"/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc":38
-1
(nil))
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hash_c++0x.cc:56:3:
internal compiler error: in extract_insn, at recog.c:2311
0xb73c95 _fatal_insn(char const*, rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:108
0xb73cc9 _fatal_insn_not_found(rtx_def const*, char const*, int, char const*)
/home/EB/sebastian_h/archive/gcc-git/gcc/rtl-error.c:116
0xb45587 extract_insn(rtx_insn*)
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.c:2311
0x90c2f2 instantiate_virtual_regs_in_insn
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1589
0x90c2f2 instantiate_virtual_regs
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:1957
0x90c2f2 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/function.c:2006
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[9]: [hash_c++0x.lo] Error 1 (ignored)
/bin/sh ../../libtool --tag CXX --tag disable-shared --mode=compile
/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc -shared-libgcc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++11
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hashtable_c++0x.lo -g -O2 -mcpu=e6500 -m64 -fimplicit-templates
-c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hashtable_c++0x.cc
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++ -std=gnu++11
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=hashtable_c++0x.lo -g -O2 -mcpu=e6500 -m64 -fimplicit-templates
-c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hashtable_c++0x.cc
-o hashtable_c++0x.o
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hashtable_c++0x.cc:
In member function 'std::pair<bool, long unsigned int>
std::__detail::_Prime_rehash_policy::_M_need_rehash(std::size_t, std::size_t,
std::size_t) const':
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/src/c++11/hashtable_c++0x.cc:94:3:
internal compiler error: in validate_condition_mode, at
config/rs6000/rs6000.c:20551
_Prime_rehash_policy::
^~~~~~~~~~~~~~~~~~~~
0xf3ce1b validate_condition_mode(rtx_code, machine_mode)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:20547
0xf3d22c rs6000_generate_compare
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:24323
0xf41e26 rs6000_emit_cbranch(machine_mode, rtx_def**)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.c:24797
0x10e672a gen_cbranchtf4(rtx_def*, rtx_def*, rtx_def*, rtx_def*)
/home/EB/sebastian_h/archive/gcc-git/gcc/config/rs6000/rs6000.md:11411
0xaea9b4 insn_gen_fn::operator()(rtx_def*, rtx_def*, rtx_def*, rtx_def*) const
/home/EB/sebastian_h/archive/gcc-git/gcc/recog.h:303
0xaea9b4 emit_cmp_and_jump_insn_1
/home/EB/sebastian_h/archive/gcc-git/gcc/optabs.c:3996
0xaea9b4 emit_cmp_and_jump_insns(rtx_def*, rtx_def*, rtx_code, rtx_def*,
machine_mode, int, rtx_def*, int)
/home/EB/sebastian_h/archive/gcc-git/gcc/optabs.c:4052
0x812f27 do_compare_rtx_and_jump(rtx_def*, rtx_def*, rtx_code, int,
machine_mode, rtx_def*, rtx_code_label*, rtx_code_label*, int)
/home/EB/sebastian_h/archive/gcc-git/gcc/dojump.c:1145
0x813ef1 do_compare_and_jump
/home/EB/sebastian_h/archive/gcc-git/gcc/dojump.c:1224
0x815a18 do_jump_1(tree_code, tree_node*, tree_node*, rtx_code_label*,
rtx_code_label*, int)
/home/EB/sebastian_h/archive/gcc-git/gcc/dojump.c:276
0x79d28a expand_gimple_cond
/home/EB/sebastian_h/archive/gcc-git/gcc/cfgexpand.c:2479
0x79d28a expand_gimple_basic_block
/home/EB/sebastian_h/archive/gcc-git/gcc/cfgexpand.c:5612
0x7a1e26 execute
/home/EB/sebastian_h/archive/gcc-git/gcc/cfgexpand.c:6357
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
libtool: compile: /build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc/xgcc
-shared-libgcc -B/build/git-build/b-gcc-git-powerpc-rtems4.12/./gcc -nostdinc++
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/libstdc++-v3/src
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/libstdc++-v3/src/.libs
-L/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/libstdc++-v3/libsupc++/.libs
-nostdinc
-B/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/newlib/
-isystem
/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/newlib/targ-include
-isystem /home/EB/sebastian_h/archive/gcc-git/newlib/libc/include
-B/opt/rtems-4.12/powerpc-rtems4.12/bin/
-B/opt/rtems-4.12/powerpc-rtems4.12/lib/ -isystem
/opt/rtems-4.12/powerpc-rtems4.12/include -isystem
/opt/rtems-4.12/powerpc-rtems4.12/sys-include -mcpu=e6500 -m64 -msoft-float
-mno-altivec -I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/../libgcc
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/libstdc++-v3/include/powerpc-rtems4.12
-I/build/git-build/b-gcc-git-powerpc-rtems4.12/powerpc-rtems4.12/me6500/m64/nof/noaltivec/libstdc++-v3/include
-I/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-frandom-seed=fundamental_type_info.lo -g -O2 -mcpu=e6500 -m64 -msoft-float
-mno-altivec -c
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++/fundamental_type_info.cc
-o fundamental_type_info.o
/home/EB/sebastian_h/archive/gcc-git/libstdc++-v3/libsupc++/fundamental_type_info.cc:35:1:
internal compiler error: in write_builtin_type, at cp/mangle.c:2574
}
^
0x65a189 write_builtin_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:2574
0x65a189 write_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:2172
0x65fda2 mangle_special_for_type
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/mangle.c:3968
0x5b09fe get_tinfo_decl(tree_node*)
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:417
0x5b3e49 emit_support_tinfo_1
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1492
0x5b404b emit_support_tinfo_1
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1483
0x5b404b emit_support_tinfos()
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/rtti.c:1562
0x5564ac c_parse_final_cleanups()
/home/EB/sebastian_h/archive/gcc-git/gcc/cp/decl2.c:4511
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.