This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
I see this maybe related to PR71375 ?
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: dje at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Fri, 21 Oct 2016 12:41:33 -0700
- Subject: I see this maybe related to PR71375 ?
- Authentication-results: sourceware.org; auth=none
After a build of trunk this morning:
f951: internal compiler error: in altivec_init_builtins, at
config/rs6000/rs6000.c:17547
0x10da4df3 altivec_init_builtins
../../trunk/gcc/config/rs6000/rs6000.c:17547
0x10da4df3 rs6000_init_builtins
../../trunk/gcc/config/rs6000/rs6000.c:16823
0x102c8797 gfc_init_builtin_functions
../../trunk/gcc/fortran/f95-lang.c:1244
0x102cb5f7 gfc_create_decls
../../trunk/gcc/fortran/f95-lang.c:181
0x102cb5f7 gfc_be_parse_file
../../trunk/gcc/fortran/f95-lang.c:197
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.
On
Using built-in specs.
COLLECT_GCC=gfc
COLLECT_LTO_WRAPPER=/home/jerryd/gcc/usr/libexec/gcc/powerpc64le-unknown-linux-gnu/7.0.0/lto-wrapper
Target: powerpc64le-unknown-linux-gnu
Configured with: ../trunk/configure --prefix=/home/jerryd/gcc/usr
--enable-languages=c,c++,fortran --disable-libmudflap --enable-libgomp
--disable-bootstrap
Thread model: posix
gcc version 7.0.0 20161021 (experimental) (GCC)
On gcc112 , compile farm, Fedora release 21 (Twenty One)
Jerry