Re: [patch] Add guard to build_reconstructed_reference

2019-08-16 Thread Richard Biener
On August 16, 2019 3:44:36 PM GMT+02:00, Eric Botcazou wrote: >Hi, > >this adds a small guard to the new function >build_reconstructed_reference for >broken VIEW_CONVERT_EXPRs. Users can easily generate these in Ada >through the >generic function Ada.Unchecked_Conversion and they need to be >a

Re: [patch] Add guard to build_reconstructed_reference

2019-08-16 Thread Jeff Law
On 8/16/19 7:44 AM, Eric Botcazou wrote: > Hi, > > this adds a small guard to the new function build_reconstructed_reference for > broken VIEW_CONVERT_EXPRs. Users can easily generate these in Ada through > the > generic function Ada.Unchecked_Conversion and they need to be accepted... > > Te

[patch] Add guard to build_reconstructed_reference

2019-08-16 Thread Eric Botcazou
Hi, this adds a small guard to the new function build_reconstructed_reference for broken VIEW_CONVERT_EXPRs. Users can easily generate these in Ada through the generic function Ada.Unchecked_Conversion and they need to be accepted... Tested on x86_64-suse-linux, OK for the mainline? 2019-08-