r277872 - in /trunk/gcc/testsuite: ChangeLog gc...

luoxhu@gcc.gnu.org luoxhu@gcc.gnu.org
Wed Nov 6 03:36:00 GMT 2019


Author: luoxhu
Date: Wed Nov  6 03:36:46 2019
New Revision: 277872

URL: https://gcc.gnu.org/viewcvs?rev=277872&root=gcc&view=rev
Log:
PR92090: Fix part of testcase failures by r276469

-finline-functions is enabled by default for O2 since r276469, update the
test cases with -fno-inline-functions.
c11-atomic-exec-5.c stills hit ICE of LRA on BE systems in PR92090.
This commit is NOT a fix for the bug and so it must NOT be closed.

gcc/testsuite/ChangeLog:

	2019-11-06  Xiong Hu Luo  <luoxhu@linux.ibm.com>

	PR92090
	* gcc.target/powerpc/pr72804.c: Add -fno-inline-functions --param
	max-inline-insns-single-O2=200.
	* gcc.target/powerpc/pr79439-1.c: Add -fno-inline-functions.
	* gcc.target/powerpc/vsx-builtin-7.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/powerpc/pr72804.c
    trunk/gcc/testsuite/gcc.target/powerpc/pr79439-1.c
    trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-7.c



More information about the Gcc-cvs mailing list