Re: [patch] Fix a few DWARF bugs with -fgnat-encodings=minimal

2020-05-06 Thread Richard Biener via Gcc-patches
On Tue, May 5, 2020 at 10:43 AM Eric Botcazou wrote: > > Hi, > > The -fgnat-encodings=minimal switch tells the compiler to generate motly pure > DWARF for the GNAT compiler and it contains some bugs related to discriminated > record types with variant part. > > Tested on x86-64/Linux, OK for the m

[patch] Fix a few DWARF bugs with -fgnat-encodings=minimal

2020-05-05 Thread Eric Botcazou
Hi, The -fgnat-encodings=minimal switch tells the compiler to generate motly pure DWARF for the GNAT compiler and it contains some bugs related to discriminated record types with variant part. Tested on x86-64/Linux, OK for the mainline? 2020-05-05 Eric Botcazou Pierre-Marie de