[PATCH testcase]Skip test pr61772.c for lto tests

Bin Cheng bin.cheng@arm.com
Thu Aug 7 09:43:00 GMT 2014


Hi,
Case pr61772.c scans specific string in assembly file, and it is run for
many different option combinations.  When it's tested against different lto
option combinations on targets like ARM, the generated pr61772.s may only
contain lto object content, rather than assembly codes.  The scanning check
is failed in these cases.
I think disabling lto won't weaken the test since what it tests has nothing
to do with lto.  This patch fixes these failures by disabling lto.

Is it OK?

Thanks,
bin

gcc/testsuite/ChangeLog
2014-08-07  Bin Cheng  <bin.cheng@arm.com>

	* gcc.dg/torture/pr61772.c: Skip lto running.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: j4536-20140807.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20140807/3e99d8b0/attachment.txt>


More information about the Gcc-patches mailing list