Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-10-05 Thread Pierre-Marie de Rodat
On 10/04/2016 09:50 PM, Jason Merrill wrote: OK. On 10/05/2016 06:53 AM, Dominique d'Humières wrote: The new patch works on darwin without new regression. Thank you both for your help! This is now comitted. -- Pierre-Marie de Rodat

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-10-04 Thread Dominique d'Humières
The new patch works on darwin without new regression. Thanks, Dominique > Le 4 oct. 2016 à 15:58, Pierre-Marie de Rodat a écrit : > > Hello, > > Thank you very much for you help, Dominique! > > On 09/29/2016 03:16 PM, Dominique d'Humières wrote: >> FAIL: gfortran.dg/binding_label_tests_16.f0

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-10-04 Thread Jason Merrill
OK. On Tue, Oct 4, 2016 at 9:58 AM, Pierre-Marie de Rodat wrote: > Hello, > > Thank you very much for you help, Dominique! > > On 09/29/2016 03:16 PM, Dominique d'Humières wrote: >> >> FAIL: gfortran.dg/binding_label_tests_16.f03 -g (internal compiler >> error) >> FAIL: gfortran.dg/module_commo

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-10-04 Thread Pierre-Marie de Rodat
Hello, Thank you very much for you help, Dominique! On 09/29/2016 03:16 PM, Dominique d'Humières wrote: FAIL: gfortran.dg/binding_label_tests_16.f03 -g (internal compiler error) FAIL: gfortran.dg/module_commons_3.f90-g (internal compiler error) FAIL: gfortran.dg/module_equivalence_1.

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-09-29 Thread Dominique d'Humières
I have bootstrapped revision r240599 with the patch https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01315.html without any problem. However compiling the following Fortran tests FAIL: gfortran.dg/binding_label_tests_16.f03 -g (internal compiler error) FAIL: gfortran.dg/module_commons_3.f90

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-09-28 Thread Dominique d'Humières
> Le 28 sept. 2016 à 17:44, Jason Merrill a écrit : > > On Thu, Aug 18, 2016 at 5:33 AM, Pierre-Marie de Rodat > wrote: >> A check in dwarf2out_imported_module_or_decl prevents valid strict >> DWARF2 constructs such as DW_TAG_imported_declaration from being emitted >> in dwarf2out_imported_modu

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-09-28 Thread Jason Merrill
On Thu, Aug 18, 2016 at 5:33 AM, Pierre-Marie de Rodat wrote: > A check in dwarf2out_imported_module_or_decl prevents valid strict > DWARF2 constructs such as DW_TAG_imported_declaration from being emitted > in dwarf2out_imported_module_or_decl_1. > > The latter already protects the emission of ne

Re: [PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-08-18 Thread Jeff Law
On 08/18/2016 03:33 AM, Pierre-Marie de Rodat wrote: Hello, A check in dwarf2out_imported_module_or_decl prevents valid strict DWARF2 constructs such as DW_TAG_imported_declaration from being emitted in dwarf2out_imported_module_or_decl_1. The latter already protects the emission of newer DWARF

[PATCH] DWARF: remove pessimistic DWARF version checks for imported entities

2016-08-18 Thread Pierre-Marie de Rodat
Hello, A check in dwarf2out_imported_module_or_decl prevents valid strict DWARF2 constructs such as DW_TAG_imported_declaration from being emitted in dwarf2out_imported_module_or_decl_1. The latter already protects the emission of newer DWARF tags with appropriate checks, so the one in the former