From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20188 invoked by alias); 25 May 2014 19:16:20 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 20159 invoked by uid 89); 25 May 2014 19:16:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ve0-f178.google.com Received: from mail-ve0-f178.google.com (HELO mail-ve0-f178.google.com) (209.85.128.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 25 May 2014 19:16:17 +0000 Received: by mail-ve0-f178.google.com with SMTP id sa20so8514005veb.9 for ; Sun, 25 May 2014 12:16:15 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.246.164 with SMTP id xx4mr1789597vec.52.1401045375379; Sun, 25 May 2014 12:16:15 -0700 (PDT) Received: by 10.220.11.5 with HTTP; Sun, 25 May 2014 12:16:15 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 May 2014 19:16:00 -0000 Message-ID: Subject: Re: [patch ping] libstdc++ testsuite cxxflags From: David Edelsohn To: Jonathan Wakely Cc: Cesar Philippidis , Jonathan Wakely , Sandra Loosemore , "libstdc++" , GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-05/txt/msg02121.txt.bz2 On Sat, May 24, 2014 at 12:54 PM, Jonathan Wakely wrote: > On 24 May 2014 17:07, David Edelsohn wrote: >> This patch broke the ability to run the libstdc++ testsuite on AIX. >> >> I now see the following errors: >> >> bad switch "-O": must be -all, -about, -indices, -inline, -expanded, -line, -lin >> estop, -lineanchor, -nocase, -start, or -- >> while executing >> "regexp "\-O" $cxxflags" > > Would this work instead? > > regexp ".*-O" $cxxflags That change does seem to fix the problem as seen by libstdc++ in latest AIX testresults. Thanks, David