From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10249 invoked by alias); 8 Sep 2011 12:38:58 -0000 Received: (qmail 10238 invoked by uid 22791); 8 Sep 2011 12:38:57 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Sep 2011 12:38:42 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1dsO-0007nV-Ik for gcc-help@gcc.gnu.org; Thu, 08 Sep 2011 14:38:40 +0200 Received: from 193.128.72.68 ([193.128.72.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 14:38:40 +0200 Received: from paulo by 193.128.72.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 14:38:40 +0200 To: gcc-help@gcc.gnu.org From: "Paulo J. Matos" Subject: Specs file port Date: Thu, 08 Sep 2011 12:38:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-Agent: Pan/0.133 (House of Butterflies) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-09/txt/msg00070.txt.bz2 Hi, I am porting a specs file that has been in use with the very old gcc 3.3.3 to gcc 4.6.1 and I am having some trouble with the following: *invoke_as: %{!S:-o %{|!pipe:%g.s} | as %(asm_options) %{!pipe:%g.s} %A } which results in GCC 4.6.1 saying: xap-local-xap-gcc-4.6.1: fatal error: braced spec '|!pipe:%g.s} | as %(asm_options) %{!pipe:%g.s} %A' is invalid at '|' I can't really find the problem. I have been looking at the manual and can't really understand why gcc 4.6.1 is complaining but 3.3.3 seems perfectly happy with it. Any ideas? -- PMatos