This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bad testcase?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: aldyh at redhat dot com
- Date: Wed, 7 May 2003 12:54:30 -0700
- Subject: Bad testcase?
Hi Aldy,
I got
ERROR: gcc.dg/20030505.c: syntax error in target selector "target powerpc-eabi*" for " dg-do 1 compile { target powerpc-eabi* } "
I don't believe powerpc-eabi* is the right format. It should be a
triplet. Also you are putting testcase ChangeLog entries in gcc/ChangeLog
instead of gcc/testsuite/ChangeLog.
H.J.