[Bug target/29611] Compiler error in inline assembly

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-27 05:23 --- This is not really a bug, since using "i" is not the correct constraint anyways. *** This bug has been marked as a duplicate of 27528 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug target/29611] Compiler error in inline assembly

2006-10-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-27 05:19 --- do { __asm__ __volatile__( "1: twi 31,0,0\n" ".section __bug_table,\"a\"\n" "\t"".long" " ""1b,%0,%1,%2\n" ".previous" : : "i" (241), "i" ("init/main.c"), "i" ((__func__

[Bug target/29611] Compiler error in inline assembly

2006-10-26 Thread raj dot khem at gmail dot com
--- Comment #1 from raj dot khem at gmail dot com 2006-10-27 05:17 --- Created an attachment (id=12499) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12499&action=view) preprocessed testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29611