r243009 - in /trunk/gcc/testsuite: ChangeLog li...

aburgess@gcc.gnu.org aburgess@gcc.gnu.org
Wed Nov 30 11:38:00 GMT 2016


Author: aburgess
Date: Wed Nov 30 11:38:46 2016
New Revision: 243009

URL: https://gcc.gnu.org/viewcvs?rev=243009&root=gcc&view=rev
Log:
arm/gcc: Tighten checks in check_effective_target_freorder

In check_effective_target_freorder we check to see if the target
supports -freorder-blocks-and-partition.  However we disable
-freorder-blocks-and-partition when -fprofile-use is not supplied so for
some targets we'll not see any message about lack of support for
-freorder-blocks-and-partition unless -fprofile-use is also passed.

This commit extends check_effective_target_freorder to first try
-freorder-blocks-and-partition on its own, then try -fprofile-use and
-freorder-blocks-and-partition.

gcc/testsuite/ChangeLog:

	* lib/target-supports.exp (check_effective_target_freorder): Check
	additional case.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/target-supports.exp



More information about the Gcc-cvs mailing list