http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW AssignedTo|jakub at gcc dot gnu.org |unassigned at gcc dot | |gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-07-10 08:23:33 UTC --- It is true that asm can occupy even zero bytes (or some bytes just in other sections, but not in text section), so even allowing a single constant pool reference in an inline asm might be too much (if you have thousands of such inline asms next to each other). No idea where would you reject the constant pool references for the asm, inline asm can use any kind of constraints.