From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10352 invoked by alias); 26 Aug 2013 07:27:10 -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 10317 invoked by uid 48); 26 Aug 2013 07:27:07 -0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/58242] New: [4.9 regression] linux-android.c:40:7: error: 'OPTION_BIONIC' was not declared in this scope breaks bootstrap on powerpc64-linux Date: Mon, 26 Aug 2013 07:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpe at it dot uu.se 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 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: 2013-08/txt/msg01317.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58242 Bug ID: 58242 Summary: [4.9 regression] linux-android.c:40:7: error: 'OPTION_BIONIC' was not declared in this scope breaks bootstrap on powerpc64-linux Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpe at it dot uu.se Attempting to bootstrap gcc-4.9-20130825 on powerpc64-linux fails with: g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/mnt/archive/gcc-4.9-20130825/gcc -I/mnt/archive/gcc-4.9-20130825/gcc/. -I/mnt/archive/gcc-4.9-20130825/gcc/../include -I/mnt/archive/gcc-4.9-20130825/gcc/../libcpp/include -I/home/mikpe/pkgs/linux-ppc64/gmp-5.1.2/include -I/home/mikpe/pkgs/linux-ppc64/mpfr-3.1.2/include -I/home/mikpe/pkgs/linux-ppc64/mpc-1.0.1/include -I/mnt/archive/gcc-4.9-20130825/gcc/../libdecnumber -I/mnt/archive/gcc-4.9-20130825/gcc/../libdecnumber/dpd -I../libdecnumber -I/mnt/archive/gcc-4.9-20130825/gcc/../libbacktrace -I. -I. -I/mnt/archive/gcc-4.9-20130825/gcc -I/mnt/archive/gcc-4.9-20130825/gcc/. -I/mnt/archive/gcc-4.9-20130825/gcc/../include -I/mnt/archive/gcc-4.9-20130825/gcc/../libcpp/include -I/home/mikpe/pkgs/linux-ppc64/gmp-5.1.2/include -I/home/mikpe/pkgs/linux-ppc64/mpfr-3.1.2/include -I/home/mikpe/pkgs/linux-ppc64/mpc-1.0.1/include -I/mnt/archive/gcc-4.9-20130825/gcc/../libdecnumber -I/mnt/archive/gcc-4.9-20130825/gcc/../libdecnumber/dpd -I../libdecnumber -I/mnt/archive/gcc-4.9-20130825/gcc/../libbacktrace \ /mnt/archive/gcc-4.9-20130825/gcc/config/linux-android.c /mnt/archive/gcc-4.9-20130825/gcc/config/linux-android.c: In function 'bool linux_android_libc_has_function(function_class)': /mnt/archive/gcc-4.9-20130825/gcc/config/linux-android.c:40:7: error: 'OPTION_BIONIC' was not declared in this scope make[3]: *** [linux-android.o] Error 1 The previous weekly snapshot, 4.9-20130818, bootstrapped fine on this machine.