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 rtl-optimization/52983] [4.8 Regression] internal compiler error: in df_uses_record, at df-scan.c:3243


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

Anton Shterenlikht <mexas at bristol dot ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mexas at bristol dot ac.uk

--- Comment #10 from Anton Shterenlikht <mexas at bristol dot ac.uk> 2012-07-15 10:58:05 UTC ---
I think I'm hitting the same error on ia64-portbld-freebsd10.0
(FreeBSD ia64 10.0-CURRENT #6 r237134)

libtool: compile:  /usr/ports/lang/gcc48/work/build/./gcc/xgcc
-B/usr/ports/lang/gcc48/work/build/./gcc/
-B/usr/local/ia64-portbld-freebsd10.0/bin/
-B/usr/local/ia64-portbld-freebsd10.0/lib/ -isystem
/usr/local/ia64-portbld-freebsd10.0/include -isystem
/usr/local/ia64-portbld-freebsd10.0/sys-include -DHAVE_CONFIG_H -I.
-I../.././../gcc-4.8-20120708/libgfortran
-iquote../.././../gcc-4.8-20120708/libgfortran/io
-I../.././../gcc-4.8-20120708/libgfortran/../gcc
-I../.././../gcc-4.8-20120708/libgfortran/../gcc/config -I../.././gcc
-I../.././../gcc-4.8-20120708/libgfortran/../libgcc -I../libgcc -std=gnu99
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra
-Wwrite-strings -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2
-pipe -I/usr/local/include -fno-strict-aliasing -MT iall_i1.lo -MD -MP -MF
.deps/iall_i1.Tpo -c
../.././../gcc-4.8-20120708/libgfortran/generated/iall_i1.c  -fPIC -DPIC -o
.libs/iall_i1.o
../.././../gcc-4.8-20120708/libgfortran/generated/iall_i1.c: In function
'iall_i1':
../.././../gcc-4.8-20120708/libgfortran/generated/iall_i1.c:187:1: internal
compiler error: in df_uses_record, at df-scan.c:3303
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [iall_i1.lo] Error 1


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