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: [testsuite] gcc.dg/march.c: expect extra message for ARM


On 05/26/2011 08:20 PM, Janis Johnson wrote:
> Changes went into ARM support recently to add an informative note after an error about an invalid argument to -march=.  This patch looks for that message on ARM targets and allows the test to once again pass.
> 
> OK for trunk?

mtune.c does the following:

/* { dg-prune-output "note: valid arguments.*" } */

which is probably better as it's target independent? OK to make that change.


Bernd


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