This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/23110] New: internal compiler error: in gimplify_expr, at gimplify.c:4307
- From: "76306 dot 1226 at compuserve dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2005 12:14:19 -0000
- Subject: [Bug c/23110] New: internal compiler error: in gimplify_expr, at gimplify.c:4307
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I get this when I compile the below program:
interr.c:2: internal compiler error: in gimplify_expr, at gimplify.c:4307
Command line: 'gcc-4.0.1 interr.c'
GCC configured with: '--program-suffix=-4.0.1'
Similar internal error also occurs on GCC 3.3.2.
int main() {
__asm__("jmp %0" : : "a" (*&&lbl));
lbl:
return 0;
}
--
Summary: internal compiler error: in gimplify_expr, at
gimplify.c:4307
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: 76306 dot 1226 at compuserve dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23110