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]

[PATCH] Fix gcc.dg/tree-ssa/loop-1.c on darwin


This patch fixes the testcase gcc.dg/tree-ssa/loop-1.c which fails
on darwin because the stub is also named after the extern function.
We add -static to remove the stub.

OK?

Thanks,
Andrew Pinski

ChangeLog:
	* gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin.


Attachment: temp.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]