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 fortran/30388] gfortran42 is slower than g77 3.4 about 10%



------- Comment #12 from jvdelisle at gcc dot gnu dot org  2007-12-17 06:10 -------
Here is a twist on the test case

 gfc -O2 -m64 -ffast-math -funroll-all-loops -fipa-pta -fivopts poisson.f 
poisson.f:111.72:

      pause                                                             
                                                                       1
Warning: Deleted feature: PAUSE statement at (1)
poisson.f: In function ?jacobi?:
poisson.f:233: error: stmt (0x2aaaaeb4f300) marked modified after optimization
pass: 
D.1063_9 = *nn_8(D);
poisson.f:233: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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