[Bug testsuite/55230] UNSUPPORTED: g++.dg/mv1.C -std=gnu++11

2012-11-12 Thread kyrylo.tkachov at arm dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55230



Kyrill Tkachov kyrylo.tkachov at arm dot com changed:



   What|Removed |Added



 Status|UNCONFIRMED |RESOLVED

 Resolution||WONTFIX



--- Comment #2 from Kyrill Tkachov kyrylo.tkachov at arm dot com 2012-11-12 
14:06:50 UTC ---

Ah ok,

Since we don't have a g++.target directory, g++.dg does seem the most

appropriate.



I think though that if we end up adding a lot of tests like that in the future,

it would be a good idea to create a g++.target directory to reduce the number

of UNSUPPORTED complaints on other targets.



Thanks,

Kyrill


[Bug testsuite/55230] UNSUPPORTED: g++.dg/mv1.C -std=gnu++11

2012-11-09 Thread tmsriram at google dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55230



--- Comment #1 from Sriraman Tallam tmsriram at google dot com 2012-11-09 
20:31:41 UTC ---

(In reply to comment #0)

 Caused by:

 http://gcc.gnu.org/viewcvs?view=revisionrevision=193204

 

 /* { dg-do run { target i?86-*-* x86_64-*-* } } */

 /* { dg-require-ifunc  } */

 

 If these tests are x86-x86_64 specific, they should be in the target-specific

 directory presumably?

 

 Thanks,

 Kyrill



I dont see any C++ tests in gcc.target. I also see other C++ tests doing the

same thing in g++.dg, example: 

testsuite/g++.dg/pr45788.C:// { dg-do compile { target x86_64-*-* } }



Alright?