------- 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

Reply via email to