This is the mail archive of the gcc-bugs@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]

[Bug middle-end/41082] [4.5 Regression] FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O3 -g with -m64



------- Comment #41 from dominiq at lps dot ens dot fr  2009-12-23 23:34 -------
With the patch in comment #38, the tests fail:

[karma] f90/bug% gfcp -O3 where_2.f90 
[karma] f90/bug% a.out 
         100         100         100         210         210         210       
 310         337         310         310
Abort
[karma] f90/bug% gfcp -m64 -O3 where_2.f90
[karma] f90/bug% a.out
         100         100         100         210         210         210       
 310         310         337         310
Abort


-- 


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


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