[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-09-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

--- Comment #10 from Iain Sandoe iains at gcc dot gnu.org 2011-09-04 18:50:13 
UTC ---
Author: iains
Date: Sun Sep  4 18:50:09 2011
New Revision: 178510

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=178510
Log:

PR debug/49901
* config/darwin.h (DEBUG_MACRO_SECTION): New macro.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/darwin.h


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-09-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

Iain Sandoe iains at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #11 from Iain Sandoe iains at gcc dot gnu.org 2011-09-04 18:50:50 
UTC ---
thus, should be fixed.


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-22 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

m...@gcc.gnu.org mrs at gcc dot gnu.org changed:

   What|Removed |Added

 CC||mrs at gcc dot gnu.org

--- Comment #9 from mrs at gcc dot gnu.org mrs at gcc dot gnu.org 2011-08-22 
18:22:12 UTC ---
The patch in #3 is Ok.  Feel free to check it in.


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

--- Comment #8 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-08-21 
18:08:39 UTC ---
Could the patch in comment #3 be applied without waiting for an answer about
what to do with the -gno-strict-dwarf option on strict-dwarf platforms?


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-05 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

--- Comment #7 from Jack Howarth howarth at nitro dot med.uc.edu 2011-08-05 
13:39:22 UTC ---
(In reply to comment #5)
 works for me on Darwin9  Darwin10.  
 Don't have access to Darwin11 as yet - but if someone could check it there.

Works fine on x86_64-apple-darwin11

http://gcc.gnu.org/ml/gcc-testresults/2011-08/msg00505.html


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

--- Comment #3 from Iain Sandoe iains at gcc dot gnu.org 2011-08-04 12:10:36 
UTC ---
Created attachment 24914
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24914
fix PR49901

The output from the tests is a little misleading.

These tests also set other flags in addition to those listed; including
-gno-strict-dwarf  ... 
... which exposes the Darwin back-end to the new .debug_macro section, for
which it has no suitable section description.

Choices; 
1) skip the tests on Darwin.
2) provide the section - although that doesn't imply that the remainder of the
tool-chain will do anything useful with it.

Here's an untested patch for choice 2.


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-04 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org 2011-08-04 
12:16:48 UTC ---
If the tests succeed, I think your patch is good.
Users that use -gno-strict-dwarf on Darwin must know what they are doing.


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-04 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

Iain Sandoe iains at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2011.08.04 18:34:02
 Ever Confirmed|0   |1

--- Comment #5 from Iain Sandoe iains at gcc dot gnu.org 2011-08-04 18:34:02 
UTC ---
works for me on Darwin9  Darwin10.  
Don't have access to Darwin11 as yet - but if someone could check it there.


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-04 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 CC||dominiq at lps dot ens.fr

--- Comment #6 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-08-04 
18:46:27 UTC ---
*** Bug 49956 has been marked as a duplicate of this bug. ***


[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-07-29 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901

kargl at gcc dot gnu.org changed:

   What|Removed |Added

 CC||kargl at gcc dot gnu.org
  Component|fortran |debug

--- Comment #2 from kargl at gcc dot gnu.org 2011-07-29 16:07:27 UTC ---
Not a Fortran problem.  Change the component to 'debug'.