public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03  -O  (test for excess errors)
@ 2012-12-20 14:38 schwab@linux-m68k.org
  2012-12-20 14:39 ` [Bug fortran/55756] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-20 14:38 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55756
           Summary: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03
                    -O  (test for excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: schwab@linux-m68k.org


spawn
/daten/aranym/gcc/gcc-20121220/Build/gcc/testsuite/gfortran/../../gfortran
-B/daten/aranym/gcc/gcc-20121220/Build/gcc/testsuite/gfortran/../../
-B/daten/aranym/gcc/gcc-20121220/Build/m68k-linux/./libgfortran/
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03
-fno-diagnostics-show-caret -O -pedantic-errors -S -o same_type_as_1.s

output is:
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:21.24:

 print *, SAME_TYPE_AS (i,x1)   ! { dg-error "must be of a derived type" }
                        1
Error: 'a' argument of 'same_type_as' intrinsic at (1) cannot be of type
INTEGER(4)
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:22.27:

 print *, SAME_TYPE_AS (x1,x2)  ! { dg-error "must be of an extensible type" }
                           1
Error: 'b' argument of 'same_type_as' intrinsic at (1) must be of an extensible
type
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:24.27:

 print *, EXTENDS_TYPE_OF (i,x1)   ! { dg-error "must be of a derived type" }
                           1
Error: 'a' argument of 'extends_type_of' intrinsic at (1) cannot be of type
INTEGER(4)
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:25.30:

 print *, EXTENDS_TYPE_OF (x1,x2)  ! { dg-error "must be of an extensible type"
                              1
Error: 'mold' argument of 'extends_type_of' intrinsic at (1) must be of an
extensible type

FAIL: gfortran.dg/same_type_as_1.f03  -O   (test for errors, line 21)
PASS: gfortran.dg/same_type_as_1.f03  -O   (test for errors, line 22)
FAIL: gfortran.dg/same_type_as_1.f03  -O   (test for errors, line 24)
PASS: gfortran.dg/same_type_as_1.f03  -O   (test for errors, line 25)
FAIL: gfortran.dg/same_type_as_1.f03  -O  (test for excess errors)
Excess errors:
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:21:24:
Error: 'a' argument of 'same_type_as' intrinsic at (1) cannot be of type
INTEGER(4)
/daten/aranym/gcc/gcc-20121220/gcc/testsuite/gfortran.dg/same_type_as_1.f03:24:27:
Error: 'a' argument of 'extends_type_of' intrinsic at (1) cannot be of type
INTEGER(4)


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

* [Bug fortran/55756] [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03  -O  (test for excess errors)
  2012-12-20 14:38 [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03 -O (test for excess errors) schwab@linux-m68k.org
@ 2012-12-20 14:39 ` rguenth at gcc dot gnu.org
  2012-12-20 15:29 ` burnus at gcc dot gnu.org
  2012-12-20 18:07 ` [Bug testsuite/55756] " pault at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-12-20 14:39 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug fortran/55756] [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03  -O  (test for excess errors)
  2012-12-20 14:38 [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03 -O (test for excess errors) schwab@linux-m68k.org
  2012-12-20 14:39 ` [Bug fortran/55756] " rguenth at gcc dot gnu.org
@ 2012-12-20 15:29 ` burnus at gcc dot gnu.org
  2012-12-20 18:07 ` [Bug testsuite/55756] " pault at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-12-20 15:29 UTC (permalink / raw)
  To: gcc-bugs


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-12-20
                 CC|                            |burnus at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |pault at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-12-20 15:28:54 UTC ---
Side effect of the patch http://gcc.gnu.org/ml/fortran/2012-12/msg00115.html -
hence assigned to Paul.

The dg-error string hadn't been updated after the message has been improved.
Sorry for the breakage.


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

* [Bug testsuite/55756] [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03  -O  (test for excess errors)
  2012-12-20 14:38 [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03 -O (test for excess errors) schwab@linux-m68k.org
  2012-12-20 14:39 ` [Bug fortran/55756] " rguenth at gcc dot gnu.org
  2012-12-20 15:29 ` burnus at gcc dot gnu.org
@ 2012-12-20 18:07 ` pault at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pault at gcc dot gnu.org @ 2012-12-20 18:07 UTC (permalink / raw)
  To: gcc-bugs


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

Paul Thomas <pault at gcc dot gnu.org> changed:

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

--- Comment #2 from Paul Thomas <pault at gcc dot gnu.org> 2012-12-20 18:07:39 UTC ---
Profuse apologies - I forgot to add the change to this testcase to the commit.
To add to the confusion, I did not add this PR number to the ChangeLog.

Committed as revision 194639

Cheers

Paul


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

end of thread, other threads:[~2012-12-20 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-20 14:38 [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03 -O (test for excess errors) schwab@linux-m68k.org
2012-12-20 14:39 ` [Bug fortran/55756] " rguenth at gcc dot gnu.org
2012-12-20 15:29 ` burnus at gcc dot gnu.org
2012-12-20 18:07 ` [Bug testsuite/55756] " pault 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).