This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc/gcc ChangeLog doc/invoke.texi


> Oops, thanks!  Time to go sleep today.

Not yet :-)

	* cgraphunit.c (cgraph_expand_function): Use
	cgraph_possibly_inlined_p.

introduced a regression on x86:

FAIL: gcc.c-torture/execute/bcp-1.c execution,  -O1 

because

inline int bad3(int x) { return __builtin_constant_p(x); }

int main()
{
  if (! bad3(1))
   abort();

  exit(0);
}

is not inlined at -O1 anymore.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]