Re: [testsuite, committed] Fix unresolved vector26.C for c++98

2014-02-01 Thread Jakub Jelinek
On Sat, Feb 01, 2014 at 11:55:22AM +, Richard Sandiford wrote: > Uros Bizjak writes: > >> The scan-assembler test in vector26.C was showing up unresolved for c++98, > >> since in that case we report an expected error and don't produce any asm. > >> > >> Tested on mips64-linux-gnu and applied a

Re: [testsuite, committed] Fix unresolved vector26.C for c++98

2014-02-01 Thread Richard Sandiford
Uros Bizjak writes: >> The scan-assembler test in vector26.C was showing up unresolved for c++98, >> since in that case we report an expected error and don't produce any asm. >> >> Tested on mips64-linux-gnu and applied as obvious. > > -// { dg-final { scan-assembler-not "globl\[ \t]*_Z3bar" } } >

Re: [testsuite, committed] Fix unresolved vector26.C for c++98

2014-02-01 Thread Andreas Schwab
Uros Bizjak writes: > Hello! > >> The scan-assembler test in vector26.C was showing up unresolved for c++98, >> since in that case we report an expected error and don't produce any asm. >> >> Tested on mips64-linux-gnu and applied as obvious. > > -// { dg-final { scan-assembler-not "globl\[ \t]*_

Re: [testsuite, committed] Fix unresolved vector26.C for c++98

2014-02-01 Thread Uros Bizjak
Hello! > The scan-assembler test in vector26.C was showing up unresolved for c++98, > since in that case we report an expected error and don't produce any asm. > > Tested on mips64-linux-gnu and applied as obvious. -// { dg-final { scan-assembler-not "globl\[ \t]*_Z3bar" } } +// { dg-final { scan

[testsuite, committed] Fix unresolved vector26.C for c++98

2014-02-01 Thread Richard Sandiford
The scan-assembler test in vector26.C was showing up unresolved for c++98, since in that case we report an expected error and don't produce any asm. Tested on mips64-linux-gnu and applied as obvious. Thanks, Richard gcc/testsuite/ * g++.dg/ext/vector26.C: Restrict scan-assembler test to