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]

[tree-ssa] a few testcases


A few new testcases. 


20031216-1.c is a test for a simplification that is not done. 
ssa-ccp-11.c is a test for CCP on both the true and false side of an
if. 
sra-1.c, sra-2.c, sra-3.c are tests for SRA. 
All tests in sra-1.c pass now, they did not before SRA was
implemented, sra-2.c and sra-3.c still fail.

All the tests scan the .optimized dump. 
If they are OK, please check them in, I don't have commit access. 


2003-12-16  Dan Nicolaescu  <dann@ics.uci.edu>

	* gcc.dg/tree-ssa/sra-1.c:
	* gcc.dg/tree-ssa/sra-2.c:
	* gcc.dg/tree-ssa/sra-3.c:
	* gcc.dg/tree-ssa/20031216-1.c:
	* gcc.dg/tree-ssa/ssa-ccp-11.c: New tests.




Attachment: ssa-ccp-11.c
Description: Text document

Attachment: 20031216-1.c
Description: Text document

Attachment: sra-1.c
Description: Text document

Attachment: sra-2.c
Description: Text document

Attachment: sra-3.c
Description: Text document


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