https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
--- Comment #7 from Mikael Pettersson 2011-08-28
10:25:41 UTC ---
I guess !global_regs[regno] vs !fixed_regs[regno] matters for compilation units
that are compiled with -ffixed-$N but where there is no global register
variable declaration for $N
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
--- Comment #6 from licheng.1212 at gmail dot com 2011-08-27 06:12:05 UTC ---
(In reply to comment #5)
> (In reply to comment #4)
> > still hava this problem,please see the latest commit
>
> See PR43700, which I suspect was fixed by r172616 on tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
licheng.1...@gmail.com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
--- Comment #3 from licheng.1212 at gmail dot com 2011-04-27 16:03:56 UTC ---
GCJjava_main.java
Using built-in specs.
Target: mips-elf
Configured with: ../gcc-4.4.2/configure --prefix=/home/lee/gnu_src/dist
--target=mips-elf --with-new
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
--- Comment #2 from licheng.1212 at gmail dot com 2011-04-03 15:43:45 UTC ---
(In reply to comment #1)
> You have to build the java runtime with -ffixed-reg also.
The runtime and all my project also have those options
export CFLAGS="-G0 -Wall -ma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48417
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|