[Bug lto/69655] [6 Regression] libgomp lto failures: segfault in cgraph_node::mark_force_output
vries at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 15 09:31:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69655
--- Comment #4 from vries at gcc dot gnu.org ---
Author: vries
Date: Mon Feb 15 09:30:31 2016
New Revision: 233419
URL: https://gcc.gnu.org/viewcvs?rev=233419&root=gcc&view=rev
Log:
Don't mark offload symbols with force_output in ltrans
2016-02-15 Tom de Vries <tom@codesourcery.com>
PR lto/69655
* lto-cgraph.c (input_offload_tables): Add and handle bool parameter
do_force_output.
* lto-streamer.h (input_offload_tables): Add and handle bool parameter.
* lto.c (read_cgraph_and_symbols): Call input_offload_tables with
argument.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-cgraph.c
trunk/gcc/lto-streamer.h
trunk/gcc/lto/ChangeLog
trunk/gcc/lto/lto.c
More information about the Gcc-bugs
mailing list