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/12004] New: Internal Compiler error compiling binutils 2.14.90.0.5 for s390


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

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

           Summary: Internal Compiler error compiling binutils 2.14.90.0.5
                    for s390
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fb at fbit dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-linux
  GCC host triplet: i686-linux
GCC target triplet: s390-linux

make[1]: Entering directory `/root/s390-binutils/libiberty'
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I.
-I/root/eGuard-devel/binutils-2.14.90.0.5/libiberty/../include  -W -Wall
-Wtraditional -pedantic  /root/eGuard-devel/binutils-2.14.90.0.5/libi
berty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I.
-I/root/eGuard-devel/binutils-2.14.90.0.5/libiberty/../include  -W -Wall
-Wtraditional -pedantic /root/eGuard-devel/binutils-2.14.90.0.5/libiber
ty/regex.c -o regex.o
In file included from /root/eGuard-devel/binutils-2.14.90.0.5/include/xregex.h:26,
                 from /root/eGuard-devel/binutils-2.14.90.0.5/libiberty/regex.c:195:
/root/eGuard-devel/binutils-2.14.90.0.5/include/xregex2.h:551: warning: ISO C90
does not support `static' or type qualifiers in parameter array declarators
In file included from /root/eGuard-devel/binutils-2.14.90.0.5/libiberty/regex.c:649:
/root/eGuard-devel/binutils-2.14.90.0.5/libiberty/regex.c: In function
`byte_at_begline_loc_p':
/root/eGuard-devel/binutils-2.14.90.0.5/libiberty/regex.c:4346: internal
compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [regex.o] Error 1
make[1]: Leaving directory `/root/s390-binutils/libiberty'
make: *** [all-libiberty] Error 2

Output with gcc-option -E available on http://www.xguard.de/regex.E
more infos on request.


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