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]

[Committed] Fix gcc.c-torture/compile/pr17529.c on ppc-darwin


This testcase on ppc-darwin would not emit the variable y in the assembly
and that is a different bug than what the testcae is testing for (I have
submitted PR 19315 for that bug).


I committed the patch to fix this as obvious.

Thanks,
Andrew Pinski

ChangeLog:

	* gcc.c-torture/compile/pr17529.c (y): Change size of array to 1
	instead of being empty.

Attachment: fixtest.diff.txt
Description: Text document


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