[Bug debug/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 #15 from vries at gcc dot gnu.org --- My guess at this point is that the problem is that in replace_block_vars_by_duplicates, we replace the old decls in the block with new decls, but that the value-exprs that we copy from the old to

[Bug debug/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 #14 from vries at gcc dot gnu.org --- 1. In lower_omp_target for function fn3, we handle clause 'map(alloc:bD.1833 [pointer assign, bias: 0])' with variable-sized bD.1833. The var bD.1833 has value-expr *b.0D.1844. For b.0D.1844, we s

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

2015-07-04 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 Version|unknown |6.0 Summary|gomp4: