> This is second part of IPA summaries clean-up. It removes some not needed
> 
> ::get_create in ipa-pure.const.c.

It breaks the attached testcase compiled with "gnatmake lto_full -f -a -flto":

gnatbind -x lto_full.ali
gnatlink lto_full.ali -flto
during IPA pass: pure-const
lto1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.

-- 
Eric Botcazou
procedure Lto_Full is
begin
  raise Program_Error;
exception
  when Program_Error => null;
end;

Reply via email to