[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-27 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 cesar at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-24 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #24 from cesar at gcc dot gnu.org --- Author: cesar Date: Fri Jul 24 14:38:43 2015 New Revision: 226160 URL: https://gcc.gnu.org/viewcvs?rev=226160root=gccview=rev Log: PR 66714 gcc/ * tree-cfg.c (struct

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-22 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #23 from cesar at gcc dot gnu.org --- Created attachment 36037 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=36037action=edit patch to handle different types of value exprs This new patch handles other types besides

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-21 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #22 from cesar at gcc dot gnu.org --- (In reply to vries from comment #21) How about + else + gcc_unreachable (); ? That makes sure you run into all the unhandled cases. Good idea.

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-21 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #21 from vries at gcc dot gnu.org --- (In reply to cesar from comment #20) Created attachment 36030 [details] replace block vars fix Tom, thanks for your detailed analysis and reduced test case. As you suspected,

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-21 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 cesar at gcc dot gnu.org changed: What|Removed |Added CC||cesar at gcc dot gnu.org ---

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-09 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #19 from vries at gcc dot gnu.org --- This ( https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00711.html ) patch fixes the ICE (perhaps without fixing the root cause).

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-06 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #17 from vries at gcc dot gnu.org --- Created attachment 35918 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35918action=edit update gzipped trace latest trace

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-06 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 --- Comment #18 from vries at gcc dot gnu.org --- Created attachment 35919 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35919action=edit combined testcase/trigger/tracing patch

[Bug libgomp/66714] ICE in loc_list_from_tree with -g

2015-07-06 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66714 vries at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot gnu.org