2003-05-05 Janis Johnson <janis187@us.ibm.com>
* Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around expanded variables. * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests. testsuite: * lib/compat.exp (compat-execute): New argument. * g++.dg/compat/compat.exp: Pass new argument to compat-execute. * gcc.dg/compat: New test directory. * gcc.dg/compat/compat.exp: New expect script. * gcc.dg/compat/scalar-by-value-1_main.c: New test file. * gcc.dg/compat/scalar-by-value-1_x.c: New test file. * gcc.dg/compat/scalar-by-value-1_y.c: New test file. * gcc.dg/compat/scalar-by-value-2_main.c: New test file. * gcc.dg/compat/scalar-by-value-2_x.c: New test file. * gcc.dg/compat/scalar-by-value-2_y.c: New test file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66506 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 6 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 6 additions, 2 deletionsgcc/Makefile.in
- gcc/doc/sourcebuild.texi 4 additions, 0 deletionsgcc/doc/sourcebuild.texi
- gcc/testsuite/ChangeLog 13 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/g++.dg/compat/compat.exp 5 additions, 1 deletiongcc/testsuite/g++.dg/compat/compat.exp
- gcc/testsuite/gcc.dg/compat/compat.exp 105 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/compat.exp
- gcc/testsuite/gcc.dg/compat/scalar-by-value-1_main.c 12 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-1_main.c
- gcc/testsuite/gcc.dg/compat/scalar-by-value-1_x.c 164 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-1_x.c
- gcc/testsuite/gcc.dg/compat/scalar-by-value-1_y.c 105 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-1_y.c
- gcc/testsuite/gcc.dg/compat/scalar-by-value-2_main.c 14 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-2_main.c
- gcc/testsuite/gcc.dg/compat/scalar-by-value-2_x.c 102 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-2_x.c
- gcc/testsuite/gcc.dg/compat/scalar-by-value-2_y.c 78 additions, 0 deletionsgcc/testsuite/gcc.dg/compat/scalar-by-value-2_y.c
- gcc/testsuite/lib/compat.exp 10 additions, 11 deletionsgcc/testsuite/lib/compat.exp
Loading
Please register or sign in to comment