From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16054 invoked by alias); 20 Dec 2012 14:38:14 -0000 Received: (qmail 14042 invoked by uid 48); 20 Dec 2012 14:37:52 -0000 From: "schwab@linux-m68k.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/55756] New: [4.8 regression] FAIL: gfortran.dg/same_type_as_1.f03 -O (test for excess errors) Date: Thu, 20 Dec 2012 14:38:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg01978.txt.bz2 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)