Bug 192302 - Internal compiler error in instantiate_virtual_regs_1
Summary: Internal compiler error in instantiate_virtual_regs_1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: gcc
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-18 20:51 UTC by Jeff Moyer
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-18 20:58:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
pre-processor output (84.27 KB, text/plain)
2006-05-18 20:51 UTC, Jeff Moyer
no flags Details
test program which elicits the problem behaviour (3.49 KB, text/plain)
2006-05-18 20:51 UTC, Jeff Moyer
no flags Details
required .h file for the reproducer program (5.98 KB, text/plain)
2006-05-18 20:52 UTC, Jeff Moyer
no flags Details

Description Jeff Moyer 2006-05-18 20:51:02 UTC
Description of problem:
When using g++ to compile a simple aio test program, I receive the following error:

]$ g++ -o aiotest aiotest.c -laio
aiotest.c: In function `int __io_getevents_0_4(io_context*, long int, long int, 
   io_event*, timespec*)':
aiotest.c:35: Internal compiler error in instantiate_virtual_regs_1, at 
   function.c:4128
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
Preprocessed source stored into /tmp/ccT3765P.out file, please attach this to
your bugreport.

This happens for ia64, ppc64, s390 and s390x.  x86 and x86_64 do not suffer from
this problem.

Version-Release number of selected component (if applicable):
$ rpm -q gcc
gcc-3.2.3-54

I've attached the file requested by the compiler error text.  I'll also attach a
reproducer .c and .h file.

Comment 1 Jeff Moyer 2006-05-18 20:51:02 UTC
Created attachment 129490 [details]
pre-processor output

Comment 2 Jeff Moyer 2006-05-18 20:51:56 UTC
Created attachment 129491 [details]
test program which elicits the problem behaviour

Comment 3 Jeff Moyer 2006-05-18 20:52:37 UTC
Created attachment 129493 [details]
required .h file for the reproducer program

Comment 4 Jeff Moyer 2006-05-18 20:58:30 UTC
I'm a knucklehead.  I forgot that the test code I provided had x86 assembly!


Note You need to log in before you can comment on or make changes to this bug.