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]

Re: [PATCH] fix for "FAIL: g++.jason/thunk3.C" in gcc testsuite


Hi Richard,

2005-05-19  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
  *  g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*-*.

Approved and applied, although I changes the string to be "m32r-*" since on my test system I check against an "m32r-sim" target.

Did you test that change?

Yes


I thought the target selector had to have
three components.

No.


Hmm... I just updated and tried running the test. I get:

ERROR: g++.old-deja/g++.jason/thunk3.C: syntax error in target selector "xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* m32r*-*" for " dg-do 1 run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* m32r*-* } "

True - my email was incorrect. I changed the string from m32r*-*-* to m32r*-*. The important point was the presence of only one dash.


Cheers
  Nick



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