Re: [PATCH] Fix template-params-12f.C on darwin/vxworks (PR debug/77389)

2016-09-05 Thread Mike Stump
On Sep 4, 2016, at 10:23 AM, Dominique d'Humières wrote: > > The same should apply to g++.dg/debug/dwarf2/template-params-12g.C: > > --- ../_clean/gcc/testsuite/g++.dg/debug/dwarf2/template-params-12g.C > 2016-08-12 09:59:34.0 +0200 > +++ gcc/testsuite/g++.dg/debug/dwarf2/template-param

Re: [PATCH] Fix template-params-12f.C on darwin/vxworks (PR debug/77389)

2016-09-04 Thread Dominique d'Humières
The same should apply to g++.dg/debug/dwarf2/template-params-12g.C: --- ../_clean/gcc/testsuite/g++.dg/debug/dwarf2/template-params-12g.C 2016-08-12 09:59:34.0 +0200 +++ gcc/testsuite/g++.dg/debug/dwarf2/template-params-12g.C 2016-08-30 11:36:48.0 +0200 @@ -1,4 +1,4 @@ -//

Re: [PATCH] Fix template-params-12f.C on darwin/vxworks (PR debug/77389)

2016-08-29 Thread Mike Stump
On Aug 29, 2016, at 12:41 PM, Jakub Jelinek wrote: > > This testcase expects to find DWARF extensions, but those are disabled by > default on darwin/vxworks because broken tools there don't handle debug info > very well. > > I think the following patch (regtested on x86_64-linux and i686-linux)

Re: [PATCH] Fix template-params-12f.C on darwin/vxworks (PR debug/77389)

2016-08-29 Thread Dominique d'Humières
Preliminary tests show that the patch fixes the issue. Thanks, Dominique > Le 29 août 2016 à 21:41, Jakub Jelinek a écrit : > > Hi! > > This testcase expects to find DWARF extensions, but those are disabled by > default on darwin/vxworks because broken tools there don't handle debug info > ve

[PATCH] Fix template-params-12f.C on darwin/vxworks (PR debug/77389)

2016-08-29 Thread Jakub Jelinek
Hi! This testcase expects to find DWARF extensions, but those are disabled by default on darwin/vxworks because broken tools there don't handle debug info very well. I think the following patch (regtested on x86_64-linux and i686-linux) should fix it, but I have no access to darwin, so can't veri