[Bug fortran/85002] [7/8 Regression] ICE in fold_ternary_loc, at fold-const.c:11360

2018-03-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85002 --- Comment #2 from Richard Biener --- The issue is that 'dest' is NULL so we build NULL.a which of course can't work. 8845 /* We need source and destination components. */ 8846 comp = fold_build3_loc (input_location,

[Bug fortran/85002] [7/8 Regression] ICE in fold_ternary_loc, at fold-const.c:11360

2018-03-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85002 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4