Bug 27431 - Internal error compiling qemu-0.8.0
Summary: Internal error compiling qemu-0.8.0
Status: RESOLVED DUPLICATE of bug 16185
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.1.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL: http://thalassa.informatimago.com/gcc...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-04 16:45 UTC by Pascal Bourguignon
Modified: 2006-05-04 17:42 UTC (History)
8 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Bourguignon 2006-05-04 16:45:03 UTC
Bugzilla says:
Comment Too Long
Comments cannot be longer than 65,535 characters.

See: http://thalassa.informatimago.com/gcc-bug.txt

If you ask for *.i files, why don't you provide a upload button in bugzilla?
Comment 1 Bernhard Reutner-Fischer 2006-05-04 17:30:47 UTC
(In reply to comment #0)
> If you ask for *.i files, why don't you provide a upload button in bugzilla?
> 
There is a "Create an attachment" link above.

Comment 2 Drea Pinski 2006-05-04 17:41:40 UTC
register struct CPUX86State *env asm("ebp");
# 46 "/d5/src/emulators/qemu-0.8.0/target-i386/exec.h"
register target_ulong T0 asm("ebx");
register target_ulong T1 asm("esi");
register target_ulong T2 asm("edi");

What does one exact when you are starving the register allocator from 4 registers when x86 only have 6.
Comment 3 Drea Pinski 2006-05-04 17:42:52 UTC

*** This bug has been marked as a duplicate of 16185 ***