------- Comment #2 from fxcoudert at gcc dot gnu dot org  2008-01-19 17:33 
-------
Reproduced on powerpc-apple-darwin9.1.0, both with -m32 and -m64. It happens
with stabs, but not with dwarf.

$ gfortran -gstabs test.f -g -m32
can't find atom for N_GSYM stabs nrange:G(0,5) in /var/tmp//cco3n4ye.o
can't find atom for N_GSYM stabs nrange:G(0,5) in /var/tmp//cco3n4ye.o
$ gfortran -gstabs test.f -g -m64
can't find atom for N_GSYM stabs nrange:G(0,5) in /var/tmp//ccHIBm2j.o
can't find atom for N_GSYM stabs nrange:G(0,5) in /var/tmp//ccHIBm2j.o

Marked as wrong-debug and assigned to "target" component.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|fortran                     |target
     Ever Confirmed|0                           |1
  GCC build triplet|                            |*-apple-darwin89
   GCC host triplet|                            |*-apple-darwin89
 GCC target triplet|                            |*-apple-darwin89
           Keywords|                            |wrong-debug
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-19 17:33:04
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34719

Reply via email to