This is the mail archive of the gcc-cvs@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]

egcs/gcc/testsuite ChangeLog gcc.dg/cpp/199407 ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	zack@sourceware.cygnus.com	00/06/29 12:55:26

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/gcc.dg/cpp: 19940712-1.c 19940712-1.h 
	                          19940712-1a.h 19940712-1b.h 
	                          19951025-1.c 19951227-1.c 
	gcc/testsuite/gcc.dg/noncompile: 920507-1.c 920616-2.c 
	                                 920721-2.c 920824-1.c 
	                                 920923-1.c 921102-1.c 
	                                 921116-1.c 930301-1.c 
	                                 930622-1.c 930622-2.c 
	                                 930714-1.c 931203-1.c 
	                                 940112-1.c 940227-1.c 
	                                 940510-1.c 950825-1.c 
	                                 950921-1.c 951123-1.c 
	                                 971104-1.c 990416-1.c init-1.c 
	                                 init-2.c invalid_asm.c 
	                                 noncompile.exp va-arg-1.c 
Removed files:
	gcc/testsuite/gcc.c-torture/noncompile: 920507-1.c 920616-2.c 
	                                        920721-2.c 920824-1.c 
	                                        920923-1.c 921102-1.c 
	                                        921116-1.c 930301-1.c 
	                                        930622-1.c 930622-2.c 
	                                        930714-1.c 931203-1.c 
	                                        940112-1.c 940227-1.c 
	                                        940510-1.c 940712-1.c 
	                                        940712-1.h 940712-1a.h 
	                                        940712-1b.h 950825-1.c 
	                                        950921-1.c 951025-1.c 
	                                        951123-1.c 951227-1.c 
	                                        971104-1.c 990416-1.c 
	                                        init-1.c init-2.c 
	                                        invalid_asm.c 
	                                        noncompile.exp 
	                                        va-arg-1.c 

Log message:
	Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
	gcc.dg/noncompile directory, depending on whether they're
	preprocessor tests or not.  Annotate all the tests for the dg
	framework.
	
	* gcc.c-torture/noncompile/noncompile.exp: Delete.
	* gcc.dg/noncompile/noncompile.exp: New.
	
	* Moved files:
	Old name				New name
	gcc.c-torture/noncompile/920507-1.c	gcc.dg/noncompile/920507-1.c
	gcc.c-torture/noncompile/920616-2.c	gcc.dg/noncompile/920616-2.c
	gcc.c-torture/noncompile/920721-2.c	gcc.dg/noncompile/920721-2.c
	gcc.c-torture/noncompile/920824-1.c	gcc.dg/noncompile/920824-1.c
	gcc.c-torture/noncompile/920923-1.c	gcc.dg/noncompile/920923-1.c
	gcc.c-torture/noncompile/921102-1.c	gcc.dg/noncompile/921102-1.c
	gcc.c-torture/noncompile/921116-1.c	gcc.dg/noncompile/921116-1.c
	gcc.c-torture/noncompile/930301-1.c	gcc.dg/noncompile/930301-1.c
	gcc.c-torture/noncompile/930622-1.c	gcc.dg/noncompile/930622-1.c
	gcc.c-torture/noncompile/930622-2.c	gcc.dg/noncompile/930622-2.c
	gcc.c-torture/noncompile/930714-1.c	gcc.dg/noncompile/930714-1.c
	gcc.c-torture/noncompile/931203-1.c	gcc.dg/noncompile/931203-1.c
	gcc.c-torture/noncompile/940112-1.c	gcc.dg/noncompile/940112-1.c
	gcc.c-torture/noncompile/940227-1.c	gcc.dg/noncompile/940227-1.c
	gcc.c-torture/noncompile/940510-1.c	gcc.dg/noncompile/940510-1.c
	gcc.c-torture/noncompile/950825-1.c	gcc.dg/noncompile/950825-1.c
	gcc.c-torture/noncompile/950921-1.c	gcc.dg/noncompile/950921-1.c
	gcc.c-torture/noncompile/951123-1.c	gcc.dg/noncompile/951123-1.c
	gcc.c-torture/noncompile/971104-1.c	gcc.dg/noncompile/971104-1.c
	gcc.c-torture/noncompile/990416-1.c	gcc.dg/noncompile/990416-1.c
	gcc.c-torture/noncompile/init-1.c	gcc.dg/noncompile/init-1.c
	gcc.c-torture/noncompile/init-2.c	gcc.dg/noncompile/init-2.c
	gcc.c-torture/noncompile/invalid_asm.c	gcc.dg/noncompile/invalid_asm.c
	gcc.c-torture/noncompile/va-arg-1.c	gcc.dg/noncompile/va-arg-1.c
	
	gcc.c-torture/noncompile/940712-1.c	gcc.dg/cpp/19940712-1.c
	gcc.c-torture/noncompile/940712-1.h	gcc.dg/cpp/19940712-1.h
	gcc.c-torture/noncompile/940712-1a.h	gcc.dg/cpp/19940712-1a.h
	gcc.c-torture/noncompile/940712-1b.h	gcc.dg/cpp/19940712-1b.h
	gcc.c-torture/noncompile/951025-1.c	gcc.dg/cpp/19951025-1.c
	gcc.c-torture/noncompile/951227-1.c	gcc.dg/cpp/19951227-1.c

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.550&r2=1.551
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/920507-1.c.diff?cvsroot=gcc&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/920616-2.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/920721-2.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/920824-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/920923-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/921102-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/921116-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/930301-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/930622-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/930622-2.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/930714-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/931203-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940112-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940227-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940510-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1.h.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1a.h.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/940712-1b.h.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/950825-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/951025-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/951123-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/951227-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/971104-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/990416-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/init-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/init-2.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/invalid_asm.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/noncompile.exp.diff?cvsroot=gcc&r1=1.10&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19940712-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19940712-1.h.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19940712-1a.h.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19940712-1b.h.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19951025-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/cpp/19951227-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/920507-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/920616-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/920721-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/920824-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/920923-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/921102-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/921116-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/930301-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/930622-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/930622-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/930714-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/931203-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/940112-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/940227-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/940510-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/950825-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/950921-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/951123-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/971104-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/990416-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/init-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/init-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/invalid_asm.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/noncompile.exp.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/noncompile/va-arg-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1


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