public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs
@ 2011-03-25 14:45 rguenth at gcc dot gnu.org
  2011-03-25 15:14 ` [Bug fortran/48286] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-25 14:45 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gfortran.dg/cray_pointers_8.f90 FAILs
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rguenth@gcc.gnu.org


=== gfortran tests ===

Schedule of variations:
    unix/-m32

Running target unix/-m32
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /space/rguenther/src/svn/trunk/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running /space/rguenther/src/svn/trunk/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/cray_pointers_8.f90  -O2  execution test
FAIL: gfortran.dg/cray_pointers_8.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/cray_pointers_8.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/cray_pointers_8.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/cray_pointers_8.f90  -O3 -g  execution test
FAIL: gfortran.dg/cray_pointers_8.f90  -Os  execution test


fails with early FRE.  Probably related to PR43331.


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

* [Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
  2011-03-25 14:45 [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs rguenth at gcc dot gnu.org
@ 2011-03-25 15:14 ` rguenth at gcc dot gnu.org
  2011-03-25 15:18 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-25 15:14 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i?86-*-*

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-25 14:12:06 UTC ---
Or rather I think this now runs into PR333 and possibly the result check
needs updating (we now inline p1 into main).  Passes with -mfpmath=sse.
There is no way to turn on -fexcess-precision=standard as it is not
implemented for Fortran.


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

* [Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
  2011-03-25 14:45 [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs rguenth at gcc dot gnu.org
  2011-03-25 15:14 ` [Bug fortran/48286] " rguenth at gcc dot gnu.org
@ 2011-03-25 15:18 ` rguenth at gcc dot gnu.org
  2011-04-15 14:10 ` rguenth at gcc dot gnu.org
  2011-04-15 14:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-25 15:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-25 14:45:29 UTC ---
Btw, fndecl issue - if you build at least cray_pointers_8.f90 with
-fwhole-program
I get

/tmp/ccBnfOGf.o: In function `main':
cray_pointers_8.f90:(.text.startup+0x76): undefined reference to `euler_'
collect2: ld returned 1 exit status

which means the euler fn has a different decl than the one called from main.


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

* [Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
  2011-03-25 14:45 [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs rguenth at gcc dot gnu.org
  2011-03-25 15:14 ` [Bug fortran/48286] " rguenth at gcc dot gnu.org
  2011-03-25 15:18 ` rguenth at gcc dot gnu.org
@ 2011-04-15 14:10 ` rguenth at gcc dot gnu.org
  2011-04-15 14:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-15 14:10 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-15 14:08:58 UTC ---
Fixed.


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

* [Bug fortran/48286] gfortran.dg/cray_pointers_8.f90 FAILs
  2011-03-25 14:45 [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs rguenth at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-04-15 14:10 ` rguenth at gcc dot gnu.org
@ 2011-04-15 14:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-15 14:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-15 14:06:51 UTC ---
Author: rguenth
Date: Fri Apr 15 14:06:44 2011
New Revision: 172495

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172495
Log:
2011-04-15  Richard Guenther  <rguenther@suse.de>

    PR testsuite/48286
    * gfortran.dg/cray_pointers_8.f90: Use -ffloat-store.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/cray_pointers_8.f90


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

end of thread, other threads:[~2011-04-15 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-25 14:45 [Bug fortran/48286] New: gfortran.dg/cray_pointers_8.f90 FAILs rguenth at gcc dot gnu.org
2011-03-25 15:14 ` [Bug fortran/48286] " rguenth at gcc dot gnu.org
2011-03-25 15:18 ` rguenth at gcc dot gnu.org
2011-04-15 14:10 ` rguenth at gcc dot gnu.org
2011-04-15 14:13 ` rguenth at gcc dot gnu.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).