From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14568 invoked by alias); 28 Feb 2012 10:37:49 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16808 Received: (qmail 10020 invoked from network); 28 Feb 2012 10:37:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.171 as permitted sender) Received-SPF: pass (google.com: domain of ismail@namtrac.org designates 10.42.177.133 as permitted sender) client-ip=10.42.177.133; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ismail@namtrac.org designates 10.42.177.133 as permitted sender) smtp.mail=ismail@namtrac.org; dkim=pass header.i=ismail@namtrac.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=namtrac.org; s=www; h=mime-version:from:date:message-id:subject:to:content-type; bh=QJjR14B3jrh4FWqzYPzPh3NL6LYF1oCZ7H0WxQ34AIE=; b=UFS5q1G5SOhuHC6BwhwFvdJs+CWHKw0TTlrpnyTc9u/K9SLo2f9i/VyExZ6vFsCcEi WIMzwBl14VXjawSx+hQsdHZ/ltkD95nkWVoBKgzZdMPdCrqRDTR/Sg8wy8q0A91t5+G7 ZZzSWqBeFYbj19jgxq72zSTZCgkjhf2Pb+Plg= MIME-Version: 1.0 From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Tue, 28 Feb 2012 11:37:23 +0100 Message-ID: Subject: Problem with gcc -### To: Zsh Users Content-Type: multipart/alternative; boundary=90e6ba6e86dc21df2e04ba03d165 X-Gm-Message-State: ALoCoQmHox24CP3Ghb9w22Yq0VQHmXIN+qHMNkFWyttURAzsjA2yondFI5RMRYhOMadqk4GIxsce --90e6ba6e86dc21df2e04ba03d165 Content-Type: text/plain; charset=UTF-8 Hi; So turns out that gcc has an interesting option, in bash: > gcc -### Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.6/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.6 --enable-ssp --disable-libssp --disable-plugin --with-bugurl= http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.6 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.6.2 20111212 [gcc-4_6-branch revision 182222] (SUSE Linux) in zsh: [~]> echo $ZSH_VERSION 4.3.15 [~]> gcc -### zsh: bad pattern: -### Just a minor annoyance but I wanted to share in case its a bug. Regards, ismail --90e6ba6e86dc21df2e04ba03d165--