[Bug target/18910] [4.0 Regression] unrecognisable insn in regclass on x86/amd64
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Dec 10 11:35:00 GMT 2004
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-10 11:35 -------
Not the same but maybe related:
1 static __thread void *foo [2];
2
3 test1 ()
4 {
5 void **D, **ivtmp12;
6 L0:;
7 D = &foo[2];
8 if (D != ivtmp12) goto L0;
9 }
$ ./cc1 f.c
test1
f.c: In function 'test1':
f.c:9: error: impossible constraint in 'asm'
What asm...?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18910
More information about the Gcc-bugs
mailing list