This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TImode support for powerpc64-darwin


Geoff,
    The patch has reduced the number of testsuite failures in gfortran
with -m64 from around 850 down to 62. The remaining failures at -m64
that don't occur at -m32 on Darwin appear to be of the same form.

gfortran -O3 -g -m64 f90-intrinsic-numeric.f 
can't find atom for N_GSYM stabs flags:G(0,33)=s4fail:(0,34)=@s32;-16;,0,32;; in /var/tmp//ccfWjvU5.o
can't find atom for N_GSYM stabs flags:G(0,33) in /var/tmp//ccfWjvU5.o
can't find atom for N_GSYM stabs fail:G(0,34) in /var/tmp//ccfWjvU5.o
can't find atom for N_GSYM stabs fail:G(0,34) in /var/tmp//ccfWjvU5.o

...and only occur at optimization -O3.
                     Jack
ps This was the reason I was so eager for the patch...to remove the noise off of
the Darwin -m64 testsuite failures so we could see what other bugs remained.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]