From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25347 invoked by alias); 30 Apr 2015 02:07:13 -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 24137 invoked by uid 48); 30 Apr 2015 02:07:07 -0000 From: "amker at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used Date: Thu, 30 Apr 2015 02:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amker at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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: 2015-04/txt/msg02565.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 amker at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amker at gcc dot gnu.org --- Comment #3 from amker at gcc dot gnu.org --- Hi, The newly added test case failed on aarch64 as below: FAIL: gcc.dg/ipa/iinline-attr.c scan-ipa-dump inline "hooray[^\\n]*inline copy in test" GCC is configured with below options: /home/.../src/gcc/configure \ --target=aarch64-none-elf \ --prefix=/home/.../target-aarch64-none-elf.orig \ --with-gmp=/home/.../build-aarch64-none-elf.orig/host-tools \ --with-mpfr=/home/.../build-aarch64-none-elf.orig/host-tools \ --with-mpc=/home/.../build-aarch64-none-elf.orig/host-tools \ --with-cloog=/home/.../build-aarch64-none-elf.orig/host-tools \ --with-isl=/home/.../build-aarch64-none-elf.orig/host-tools \ --with-pkgversion=unknown \ --disable-shared --disable-nls \ --disable-threads --disable-tls \ --enable-checking=yes \ --enable-languages=c,c++ --with-newlib