From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26670 invoked by alias); 9 Nov 2012 20:31:59 -0000 Received: (qmail 26639 invoked by uid 48); 9 Nov 2012 20:31:42 -0000 From: "tmsriram at google dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/55230] UNSUPPORTED: g++.dg/mv1.C -std=gnu++11 Date: Fri, 09 Nov 2012 20:31:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: tmsriram at google dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg00851.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55230 --- Comment #1 from Sriraman Tallam 2012-11-09 20:31:41 UTC --- (In reply to comment #0) > Caused by: > http://gcc.gnu.org/viewcvs?view=revision&revision=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?