This is the mail archive of the gcc-patches@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: [PATCH TEST]Add test for PR78652


On 12/09/2016 03:20 AM, Bin Cheng wrote:
Hi,
PR78652 was fixed by patch for PR77856, this patch adds a test for it.  Test result checked, is it OK?

Thanks,
bin

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

	PR rtl-optimization/78652
	* gcc.c-torture/execute/pr78652.c: New test.

You need to restrict it to targets with named section support -- or -- remove the attribute section from main.

/* { dg-require-effective-target named_sections } */

Jeff


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