From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32425 invoked by alias); 5 Aug 2014 19:56:12 -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 32383 invoked by uid 48); 5 Aug 2014 19:56:08 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/62019] [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13 Date: Tue, 05 Aug 2014 19:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 4.10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2014-08/txt/msg00318.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 --- Comment #3 from Dominique d'Humieres --- r21298O is OK, the test fails starting at r213007. Bootstrapping r212982 fails with In file included from ../../p_work/gcc/cgraphunit.c:164:0: ../../p_work/gcc/cgraphunit.c: In function 'void compile()': ../../p_work/gcc/cgraphunit.c:2249:56: error: 'symtab_alias_target' was not declared in this scope : DECL_ASSEMBLER_NAME (symtab_alias_target (node)->decl)); ^ ../../p_work/gcc/tree.h:2346:56: note: in definition of macro 'DECL_ASSEMBLER_NAME' #define DECL_ASSEMBLER_NAME(NODE) decl_assembler_name (NODE) and r213000 with ../../p_work/gcc/ada/gcc-interface/utils.c: In function 'void rest_of_subprog_body_compilation(tree)': ../../p_work/gcc/ada/gcc-interface/utils.c:2805:48: error: 'cgraph_get_create_node' was not declared in this scope (void) cgraph_get_create_node (subprog_decl); ^ gnatbind -nostdinc -I- -I. -Iada -I../../p_work/gcc/ada -I../../p_work/gcc/ada/gcc-interface -o b_gnatb.adb ada/gnatbind.ali mv b_gnatb.adb b_gnatb.ads ada/ ../../p_work/gcc/ada/gcc-interface/utils.c: In function 'void gnat_write_global_declarations()': ../../p_work/gcc/ada/gcc-interface/utils.c:5760:49: error: 'varpool_node_for_decl' was not declared in this scope node = varpool_node_for_decl (dummy_global); Giving up!