From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7890 invoked by alias); 9 Apr 2014 13:04:02 -0000 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 Received: (qmail 7862 invoked by uid 48); 9 Apr 2014 13:03:59 -0000 From: "gnugcc at marino dot st" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/60793] New: Add target *-*-dragonfly* to dg-options on 172 libstdc++ tests Date: Wed, 09 Apr 2014 13:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: gnugcc at marino dot st X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00631.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60793 Bug ID: 60793 Summary: Add target *-*-dragonfly* to dg-options on 172 libstdc++ tests Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: gnugcc at marino dot st Created attachment 32572 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32572&action=edit List of 172 libstdc++ tests that should target *-*-dragonfly* The attached file is a list of 172 libstdc++ tests that have dg-options target of *-*-freebsd*. They should also list *-*-dragonfly* It should be a simply matter of substituting enmass "*-*-freebsd*" with "*-*-freebsd* *-*-dragonfly*" using perl -pi -e or similar technique. A giant patchset could be provided upon request if "perl -pie" isn't good enough.