public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/45344]  New: [4.5 Regression] Many Fortran test failures
@ 2010-08-19 18:17 hjl dot tools at gmail dot com
  2010-08-19 18:20 ` [Bug fortran/45344] " hjl dot tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-19 18:17 UTC (permalink / raw)
  To: gcc-bugs

On Linux/x86, gcc 4.5 revision 163296 gave:

FAIL: gfortran.dg/gomp/appendix-a/a.35.4.f90  -O   (test for warnings, line 11)
FAIL: gfortran.dg/gomp/appendix-a/a.35.4.f90  -O  (test for excess errors)
FAIL: gfortran.dg/gomp/appendix-a/a.35.6.f90  -O   (test for warnings, line 9)
FAIL: gfortran.dg/gomp/appendix-a/a.35.6.f90  -O  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O0   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O0  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O1   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O1  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O2   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O2  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer   (test for warnings,
line 97)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer  (test for excess
errors)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer -funroll-loops   (test
for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O3 -fomit-frame-pointer -funroll-loops  (test
for excess errors)
FAIL: libgomp.fortran/vla4.f90  -O3 -g   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -O3 -g  (test for excess errors)
FAIL: libgomp.fortran/vla4.f90  -Os   (test for warnings, line 97)
FAIL: libgomp.fortran/vla4.f90  -Os  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O0   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O0  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O1   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O1  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O2   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O2  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer   (test for warnings,
line 69)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer  (test for excess
errors)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer -funroll-loops   (test
for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O3 -fomit-frame-pointer -funroll-loops  (test
for excess errors)
FAIL: libgomp.fortran/vla5.f90  -O3 -g   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -O3 -g  (test for excess errors)
FAIL: libgomp.fortran/vla5.f90  -Os   (test for warnings, line 69)
FAIL: libgomp.fortran/vla5.f90  -Os  (test for excess errors)

Revision 163291 is OK.


-- 
           Summary: [4.5 Regression] Many Fortran test failures
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug fortran/45344] [4.5 Regression] Many Fortran test failures
  2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
@ 2010-08-19 18:20 ` hjl dot tools at gmail dot com
  2010-08-19 18:23 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-19 18:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-08-19 18:20 -------
It is caused by revision 163293

http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00504.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com


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


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

* [Bug fortran/45344] [4.5 Regression] Many Fortran test failures
  2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
  2010-08-19 18:20 ` [Bug fortran/45344] " hjl dot tools at gmail dot com
@ 2010-08-19 18:23 ` hjl dot tools at gmail dot com
  2010-08-19 18:25 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-08-19 18:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.3


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


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

* [Bug fortran/45344] [4.5 Regression] Many Fortran test failures
  2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
  2010-08-19 18:20 ` [Bug fortran/45344] " hjl dot tools at gmail dot com
  2010-08-19 18:23 ` hjl dot tools at gmail dot com
@ 2010-08-19 18:25 ` jakub at gcc dot gnu dot org
  2010-08-20  8:41 ` jakub at gcc dot gnu dot org
  2010-08-20  8:43 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-19 18:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-08-19 18:24:48
               date|                            |
   Target Milestone|4.5.3                       |4.5.2


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


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

* [Bug fortran/45344] [4.5 Regression] Many Fortran test failures
  2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-08-19 18:25 ` jakub at gcc dot gnu dot org
@ 2010-08-20  8:41 ` jakub at gcc dot gnu dot org
  2010-08-20  8:43 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-20  8:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2010-08-20 08:41 -------
Subject: Bug 45344

Author: jakub
Date: Fri Aug 20 08:41:00 2010
New Revision: 163397

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163397
Log:
        PR fortran/45344
        Backport from mainline
        2010-05-14  Jakub Jelinek  <jakub@redhat.com>

        * trans.c (trans_code): Set backend locus early.
        * trans-decl.c (gfc_get_fake_result_decl): Use source location
        of the function instead of current input_location.

        * gfortran.dg/gomp/pr44036-1.f90: Adjust.

Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/trans-decl.c
    branches/gcc-4_5-branch/gcc/fortran/trans.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90


-- 


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


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

* [Bug fortran/45344] [4.5 Regression] Many Fortran test failures
  2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-08-20  8:41 ` jakub at gcc dot gnu dot org
@ 2010-08-20  8:43 ` jakub at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-08-20  8:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-08-20 08:43 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2010-08-20  8:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-19 18:17 [Bug fortran/45344] New: [4.5 Regression] Many Fortran test failures hjl dot tools at gmail dot com
2010-08-19 18:20 ` [Bug fortran/45344] " hjl dot tools at gmail dot com
2010-08-19 18:23 ` hjl dot tools at gmail dot com
2010-08-19 18:25 ` jakub at gcc dot gnu dot org
2010-08-20  8:41 ` jakub at gcc dot gnu dot org
2010-08-20  8:43 ` jakub 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).