From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32650 invoked by alias); 19 Nov 2014 13:52:53 -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 32081 invoked by uid 55); 19 Nov 2014 13:52:47 -0000 From: "iverbin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug regression/63868] [5 Regression] Multiple failures in the libgomp test suite between r217458 and r217501. Date: Wed, 19 Nov 2014 13:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: regression X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iverbin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iverbin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.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-11/txt/msg01935.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63868 --- Comment #6 from iverbin at gcc dot gnu.org --- Author: iverbin Date: Wed Nov 19 13:52:12 2014 New Revision: 217773 URL: https://gcc.gnu.org/viewcvs?rev=217773&root=gcc&view=rev Log: PR regression/63868 * cgraph.c (cgraph_node::create): Guard g->have_offload with ifdef ENABLE_OFFLOADING. * omp-low.c (create_omp_child_function): Likewise. (expand_omp_target): Guard node->mark_force_output and offload_funcs with ifdef ENABLE_OFFLOADING. * varpool.c (varpool_node::get_create): Guard g->have_offload and offload_vars with ifdef ENABLE_OFFLOADING. Modified: trunk/gcc/ChangeLog trunk/gcc/cgraph.c trunk/gcc/omp-low.c trunk/gcc/varpool.c