[Bug inline-asm/23200] [4.3/4.4/4.5/4.6 Regression] rejects "i"(&var + 1)
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 3 13:19:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23200
--- Comment #45 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-03 13:19:29 UTC ---
Created attachment 23235
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23235
gcc46-pr23200-1.patch
So, if we want to make this work just with -ftree-ter, we could do something
like the attached patch. At least currently we don't emit column info for code
in any kind of supported debug info format, so we could do it this way.
More information about the Gcc-bugs
mailing list