This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34007] [4.3 Regression] "Error: Branch out of range" compiling fold-const.c in stage 1
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2007 17:11:33 -0000
- Subject: [Bug bootstrap/34007] [4.3 Regression] "Error: Branch out of range" compiling fold-const.c in stage 1
- References: <bug-34007-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from tbm at cyrius dot com 2007-11-06 17:11 -------
(In reply to comment #1)
> Perhaps your bootstrap compiler is faulty.
>
> It would seem that no code from the compiler-being-built is run at this point.
I'm using 4.2.3 20071014 to bootstrap. So you don't see this problem?
Anyway, I can put the assembler file somewhere if that's helpful. I need
to go shopping right now, but I'll try to compile with 4.3 in a bit.
(sid)tbm@appdev:~/build/gcc-snapshot-20071106/build/gcc$ as -EB -O2 -g
-no-mdebug -mabi=32 -KPIC -o fold-const.o fold-const.s
fold-const.s: Assembler messages:
fold-const.s:108768: Error: Branch out of range
(sid)tbm@appdev:~/build/gcc-snapshot-20071106/build/gcc$ ls -l fold-const.s
-rw-r--r-- 1 tbm 1000 6132019 Nov 6 17:08 fold-const.s
(sid)tbm@appdev:~/build/gcc-snapshot-20071106/build/gcc$
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34007