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 bootstrap/21481] New: Bootstrap is broken of FreeBSD by changes to crtstuff.c


Last working build gives

troutmask:sgk[236] ~/work/41/bin/gcc --version
gcc (GCC) 4.1.0 20050425 (experimental)

./xgcc -B./ -B/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/bin/ -isystem
/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/include -isystem
/usr/home/sgk/work/41/amd64-unknown-freebsd6.0/sys-include
-L/usr/home/sgk/gcc/obj41/gcc/../ld -O2  -save-temps -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../gcc41/gcc -I../../gcc41/gcc/.
-I../../gcc41/gcc/../include -I./../intl -I../../gcc41/gcc/../libcpp/include
-I/usr/local/include   -g0 -finhibit-size-directive -fno-inline-functions
-fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
   -c ../../gcc41/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../gcc41/gcc/crtstuff.c:332: internal compiler error: in named_section_real,
at varasm.c:425

Probable cause:

2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
            Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
        * aclocal.m4 (GCC_TARGET_TEMPLATE, AH_TEMPLATE): New.
        * configure.ac (enable_checking): Fix typos in runtime_checking.
        (ENABLE_RUNTIME_CHECKING): Mark as target template.
        (xm_file): Prepend auto-host.h
        (HAVE_GAS_HIDDEN, HAVE_LD_EH_FRAME_HDR): Mark as target template.
        * mkconfig.sh: Do not automatically define USED_FOR_TARGET in
        tconfig.h.
        * crtstuff.c: Do not include auto-host.h.

-- 
           Summary: Bootstrap is broken of FreeBSD by changes to crtstuff.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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