public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/47230] New: gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."
@ 2011-01-09 13:17 ubizjak at gmail dot com
  2011-01-09 13:47 ` [Bug bootstrap/47230] [4.6 Regression] " ubizjak at gmail dot com
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: ubizjak at gmail dot com @ 2011-01-09 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc fails to bootstrap on alpha in stage2 with
                    "relocation truncated to fit: GPREL16 against ..."
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ubizjak@gmail.com


GCC fails to bootstrap on alphaev68-unknown-linux-gnu in stage2 with:

/home/uros/gcc-build/./prev-gcc/xgcc -B/home/uros/gcc-build/./prev-gcc/
-B/usr/local/alphaev68-unknown-linux-gnu/bin/
-B/usr/local/alphaev68-unknown-linux-gnu/bin/
-B/usr/local/alphaev68-unknown-linux-gnu/lib/ -isystem
/usr/local/alphaev68-unknown-linux-gnu/include -isystem
/usr/local/alphaev68-unknown-linux-gnu/sys-include      -g -O2 -gtoggle
-DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Werror -Wold-style-definition
-Wc++-compat -fno-common  -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc  -o
lto1 \
    lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o main.o tree-browser.o
libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -lcloog -lppl_c
-lppl -lgmpxx -lmpc -lmpfr -lgmp -rdynamic -ldl  -L../zlib -lz
../libcpp/libcpp.a   ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a 
libbackend.a(cfgbuild.o): In function `find_many_sub_basic_blocks':
(.text+0x450): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(cfgbuild.o): In function `find_many_sub_basic_blocks':
(.text+0xdc4): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(cfgcleanup.o): In function `mark_effect':
(.text+0x3e4): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(cfgcleanup.o): In function `try_crossjump_to_edge.isra.24':
(.text+0x1f98): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(cfgcleanup.o): In function `cleanup_cfg':
(.text+0x4870): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(cfgcleanup.o): In function `cleanup_cfg':
(.text+0x4f94): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(combine.o): In function `can_combine_p.isra.17':
(.text+0xae28): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(combine.o): In function `combine_simplify_rtx':
(.text+0x10204): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(combine.o): In function `combine_simplify_rtx':
(.text+0x12640): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(combine.o): In function `simplify_if_then_else':
(.text+0x138f8): relocation truncated to fit: GPREL16 against symbol
`default_target_rtl' defined in .bss section in libbackend.a(emit-rtl.o)
libbackend.a(combine.o): In function `simplify_if_then_else':
(.text+0x13d08): additional relocation overflows omitted from the output
collect2: ld returned 1 exit status
gmake[3]: *** [lto1] Error 1
gmake[3]: Leaving directory `/space/uros/gcc-build/gcc'
gmake[2]: *** [all-stage2-gcc] Error 2
gmake[2]: Leaving directory `/space/uros/gcc-build'
gmake[1]: *** [stage2-bubble] Error 2
gmake[1]: Leaving directory `/space/uros/gcc-build'
gmake: *** [all] Error 2

It looks that "default_target_rtl" symbol can not be reached with GP relative
relocation anymore.


^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2015-03-27 17:09 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09 13:17 [Bug bootstrap/47230] New: gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..." ubizjak at gmail dot com
2011-01-09 13:47 ` [Bug bootstrap/47230] [4.6 Regression] " ubizjak at gmail dot com
2011-01-18 13:49 ` jakub at gcc dot gnu.org
2011-02-21 20:02 ` ubizjak at gmail dot com
2011-03-07 19:08 ` [Bug target/47230] " belyshev at depni dot sinp.msu.ru
2011-03-25 19:53 ` [Bug target/47230] [4.6/4.7 " jakub at gcc dot gnu.org
2011-04-29  8:37 ` ubizjak at gmail dot com
2011-04-29  9:40 ` mikpe at it dot uu.se
2011-04-29 14:02 ` ubizjak at gmail dot com
2011-04-29 17:21 ` mikpe at it dot uu.se
2011-04-29 17:53 ` ubizjak at gmail dot com
2011-06-27 15:31 ` jakub at gcc dot gnu.org
2011-07-08 20:43 ` mattst88 at gmail dot com
2011-07-09  8:23 ` ubizjak at gmail dot com
2011-07-09 20:56 ` mattst88 at gmail dot com
2011-10-26 17:14 ` jakub at gcc dot gnu.org
2012-03-01 14:46 ` jakub at gcc dot gnu.org
2012-03-15 15:15 ` [Bug target/47230] [4.6 " ubizjak at gmail dot com
2012-04-11 20:52 ` mikpe at it dot uu.se
2012-04-12 10:09 ` mikpe at it dot uu.se
2012-04-12 10:25 ` ubizjak at gmail dot com
2013-04-12 16:17 ` jakub at gcc dot gnu.org
2014-07-26 15:11 ` uros at gcc dot gnu.org
2014-07-26 15:18 ` uros at gcc dot gnu.org
2014-07-26 15:24 ` uros at gcc dot gnu.org
2014-07-26 15:39 ` ubizjak at gmail dot com
2015-02-25 20:59 ` uros at gcc dot gnu.org
2015-02-25 21:06 ` ubizjak at gmail dot com
2015-03-27 17:35 ` uros at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).