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

            Bug ID: 57232
           Summary: wcstol.c:213:1: internal compiler error
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: daniel.calcoen at cern dot ch

Created attachment 30081
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30081&action=edit
output of the make for newlib, where the error message is

Building my native cross-compiler 

THIS_PLATFORM=i686-pc-linux-gnu
WANTED_COMPILER_PLATFORM=THIS_PLATFORM
WANTED_COMPILER_CODE=rx-elf 

binutils, GMP, MPFR, MPC, 1st part of GCC pass ok
but at the build of newlib I get the message

rx-elf-gcc -B/home/dcalcoen/rx/bld/linux/newlib/rx-elf/64-bit-double/newlib/
-isystem
/home/dcalcoen/rx/bld/linux/newlib/rx-elf/64-bit-double/newlib/targ-include
-isystem /home/dcalcoen/gitMirror/newlib/newlib/libc/include
-B/home/dcalcoen/rx/bld/linux/newlib/rx-elf/64-bit-double/libgloss/rx
-L/home/dcalcoen/rx/bld/linux/newlib/rx-elf/64-bit-double/libgloss/libnosys
-L/home/dcalcoen/gitMirror/newlib/libgloss/rx  -m64bit-doubles
-DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\"
-DPACKAGE_VERSION=\"2.0.0\" -DPACKAGE_STRING=\"newlib\ 2.0.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I.
-I/home/dcalcoen/gitMirror/newlib/newlib/libc/stdlib -ffunction-sections
-fdata-sections  -Os -DREENTRANT_SYSCALLS_PROVIDED -DINTERNAL_NEWLIB
-DDEFINE_MALLOC -DDEFINE_FREE -DDEFINE_REALLOC -DDEFINE_CALLOC -fno-builtin    
 -g -O2  -m64bit-doubles -c -o lib_a-wcstol.o `test -f 'wcstol.c' || echo
'/home/dcalcoen/gitMirror/newlib/newlib/libc/stdlib/'`wcstol.c
/home/dcalcoen/gitMirror/newlib/newlib/libc/stdlib/wcstol.c: In function
"_wcstol_r":
/home/dcalcoen/gitMirror/newlib/newlib/libc/stdlib/wcstol.c:213:1: internal
compiler error: in variable_post_merge_new_vals, at var-tracking.c:4430
 }
 ^
0x8548cfc variable_post_merge_new_vals
    /home/dcalcoen/gitMirror/gcc/gcc/var-tracking.c:4430
0x8685165 htab_traverse_noresize
    /home/dcalcoen/gitMirror/gcc/libiberty/hashtab.c:784
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.

Reply via email to