http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57698
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-07-18 Ever confirmed|0 |1 --- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Yes, this is OK. I wonder if we should output direct calls to autoinlines we introduce late (i.e. if the error should be moved to expander). That would of course break the Firefox again, but I think once we decided to error on uninlined calls we should be consistent in it... Honza