------- Comment #4 from pinskia at gcc dot gnu dot org 2009-10-05 00:39 ------- >No easy way out without pessimizing more legitimate uses of asms.
Actually that is not true. asm_insn_count in final.c will be able to count the number of instructions that an inline-asm will be. This size count is documented too. I am going to fix this by making asm_insn_count public and use that in tree-inline.c. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot |dot org |org Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2009-10-05 00:39:52 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40992