This is the mail archive of the gcc@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]

Re: Is the gcc-3_3-branch creation still on target?


On Fri, 4 Oct 2002 19:28:06 +0200
Jan Hubicka <jh@suse.cz> wrote:

> Some of bugs, like 7134 and 7390 are different and I am not sure why
> they has been fixed, but I din't investigated.

7134 has been fixed in mainline in April, and the fix has been merged
back before September 16th. So far I only have two ICEs reported to me
by FreeBSD users: one in XFree86 and one with GCC dumping core on
invalid code. I will try to post a PR for the last one. The XFree86
looks like this:

>I'm getting this when trying to compile XFree86-4-libraries with
> CPUTYPE=k6-2:

 > miPck1Prim.c: In function `CheckFAreaPick1':
 > miPck1Prim.c:337: unable to find a register to spill in class
`FLOAT_REGS' > miPck1Prim.c:337: this is the insn:
 > (insn 266 264 268 (set (subreg:SF (reg/v:DI 29 rmm0 [64]) 0)
 >         (float:SF (mem/s/j:HI (reg/v/f:SI 1 edx [61]) [0
<variable>.x+0 S2 +A16]))) 167 {floathisf2} (insn_list 262 (nil))
 >     (nil))
 > miPck1Prim.c:337: confused by earlier errors, bailing out

Should this have been fixed by disabling moves between MMX and FP
registers? I am just guessing here.

-- 
Alexander Kabaev


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