This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/25571] New: Internal compiler error in instantiate_virtual_regs_1, at function.c:3971
- From: "alessandro at dastor dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Dec 2005 20:26:44 -0000
- Subject: [Bug c/25571] New: Internal compiler error in instantiate_virtual_regs_1, at function.c:3971
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I try to compile this source (the *.i and the *.c are the same beacuse
there aren't any include or whatever that can be processed by the
preprocessor):
int main(int ac, char **av) {
int eflags;
__asm__("pushfl\n"
"movl *%%esp,%%ebx\n":"=e" (eflags):);
}
I get this output:
# gcc test02.c -o test02 -save-temps
test02.c: In function `main':
test02.c:5: Internal compiler error in instantiate_virtual_regs_1, at
function.c:3971
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
#
--
Summary: Internal compiler error in instantiate_virtual_regs_1,
at function.c:3971
Product: gcc
Version: 3.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alessandro at dastor dot com
GCC build triplet: Linux 2.4.26
GCC host triplet: Linux 2.4.26
GCC target triplet: Linux 2.4.26
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25571