public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/41056]  New: Wrong code for polyhedron test linpk.f90 compiled with -fwholefile at -O3
@ 2009-08-13 14:59 dominiq at lps dot ens dot fr
  2009-08-13 15:09 ` [Bug fortran/41056] " dominiq at lps dot ens dot fr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-08-13 14:59 UTC (permalink / raw)
  To: gcc-bugs

At revision 150716 the polyhedron test linpk.f90 compiled with -fwholefile at
-O3 does not give the right results:

[ibook-dhum] lin/test% gfc -O3 linpk.f90
[ibook-dhum] lin/test% time a.out 
     norm. resid      resid           machep         x(1)          x(n)
  2.50952975D+01  2.78588264D-11  2.22044605D-16  1.00000000D+00 
1.00000000D+00
27.756u 0.194s 0:28.12 99.3%    0+0k 0+0io 25pf+0w
[ibook-dhum] lin/test% gfc -O3 -fwhole-file linpk.f90
[ibook-dhum] lin/test% time a.out
     norm. resid      resid           machep         x(1)          x(n)
             NaN  0.00000000D+00  2.22044605D-16             NaN            
NaN
4.808u 0.071s 0:04.89 99.5%     0+0k 0+0io 0pf+0w
[ibook-dhum] lin/test% gfc -O2 -fwhole-file linpk.f90
[ibook-dhum] lin/test% time a.out
     norm. resid      resid           machep         x(1)          x(n)
  2.50952975D+01  2.78588264D-11  2.22044605D-16  1.00000000D+00 
1.00000000D+00
27.807u 0.232s 0:28.22 99.3%    0+0k 0+0io 0pf+0w
[ibook-dhum] lin/test% gfc -m64 -O3 -fwhole-file linpk.f90
[ibook-dhum] lin/test% time a.out
     norm. resid      resid           machep         x(1)          x(n)
             NaN  0.00000000D+00  2.22044605D-16             NaN            
NaN
5.016u 0.068s 0:05.18 97.8%     0+0k 0+0io 29pf+0w


-- 
           Summary: Wrong code for polyhedron test linpk.f90 compiled with -
                    fwholefile at -O3
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: *-apple-darwin9
  GCC host triplet: *-apple-darwin9
GCC target triplet: *-apple-darwin9


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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-03-26 15:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-13 14:59 [Bug fortran/41056] New: Wrong code for polyhedron test linpk.f90 compiled with -fwholefile at -O3 dominiq at lps dot ens dot fr
2009-08-13 15:09 ` [Bug fortran/41056] " dominiq at lps dot ens dot fr
2010-02-24 13:40 ` [Bug middle-end/41056] ICE with -finline-limit=600 and -fwhole-file: type mismatch between an SSA_NAME and its symbol rguenth at gcc dot gnu dot org
2010-02-24 14:10 ` dominiq at lps dot ens dot fr
2010-02-24 14:15 ` dominiq at lps dot ens dot fr
2010-02-24 14:37 ` [Bug fortran/41056] " rguenth at gcc dot gnu dot org
2010-02-24 16:32 ` rguenth at gcc dot gnu dot org
2010-03-06 17:10 ` dominiq at lps dot ens dot fr
2010-03-06 19:43 ` burnus at gcc dot gnu dot org
2010-03-06 22:58 ` burnus at gcc dot gnu dot org
2010-03-26 15:10 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).