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: r219977 - in /trunk/gcc: ChangeLog config/rs600...


On Tue, Feb 03, 2015 at 10:23:22PM -0500, David Edelsohn wrote:
> On Tue, Feb 3, 2015 at 5:55 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> > FAIL: gcc.dg/builtins-58.c scan-assembler-not pow
> >
> > $ grep pow builtins-58.s
> >         .machine power4
> 
> Any suggestions?

Perhaps tighten up the regexp, like (untested)?
/* { dg-final { scan-assembler-not "pow\[^a-zA-Z0-9\]" } } */

	Jakub


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