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] PR c/13134


On Dec 4, 2003, at 21:02, Eric Botcazou wrote:

+ /* { dg-do compile { target *86-pc-linux* } } */

Note for future testcases: this is not very canonical and will miss prettier
triplets like i686-suse-linux-gnu and so on.


The canonical pattern for the testsuite is i?86-*-linux* .


The other thing is that x86_64 most likely want to be matched also for x86 specific tests.


Thanks, Andrew Pinski


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