https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65237
--- Comment #9 from Jan Hubicka <hubicka at ucw dot cz> --- > > > > On Darwin we also see: > > gcc.dg/attr-noinline.c (all cases fail) > > Didin't Martin analyze this failure as the test case just needing "/* { > dg-require-alias "" } */"? > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65150#c13 I would just add -fno-ipa-cp. The testcase matching does not expect functions to be turned into wrappers - it counts number of occurences of calls after optimization. I will fix that, too. Honza