From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B4C603858C3A; Mon, 27 Sep 2021 16:37:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4C603858C3A From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 Date: Mon, 27 Sep 2021 16:37:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 16:37:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102500 Bug ID: 102500 Summary: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:417ea5c02cef7f000e66d1af22b066c2c1cda047, r12-3722 make -k check-gcc-fortran RUNTESTFLAGS=3D"dg.exp=3Dgfortran.dg/include_15.= f90" FAIL: gfortran.dg/include_15.f90 -O (test for excess errors) # of expected passes 2 # of unexpected failures 1 spawn -ignore SIGHUP /home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran -B/home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../ -B/home3/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libg= fortran/ /home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/include_15.f90 -fdiagnostics-plain-output -fdiagnostics-plain-output -O -pedantic-errors -= cpp -idirafter /fdaf/ -I bar -Wmissing-include-dirs -S -o include_15.s : Warning: /fdaf/: No such file or directory [-Wmissing-include-d= irs] : Warning: bar: No such file or directory [-Wmissing-include-dirs] : Warning: finclude: No such file or directory [-Wmissing-include-dirs] PASS: gfortran.dg/include_15.f90 -O (test for warnings, line ) PASS: gfortran.dg/include_15.f90 -O (test for warnings, line ) Executing on host: /home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran -B/home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../ -B/home3/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libg= fortran/ exceptions_enabled3561299.cc -fdiagnostics-plain-output=20 -fdiagnostics-plain-output -S -o exceptions_enabled3561299.s (timeout = =3D 300) spawn -ignore SIGHUP /home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran -B/home3/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../ -B/home3/seurer/gcc/git/build/gcc-test/powerpc64le-unknown-linux-gnu/./libg= fortran/ exceptions_enabled3561299.cc -fdiagnostics-plain-output -fdiagnostics-plain-output -S -o exceptions_enabled3561299.s FAIL: gfortran.dg/include_15.f90 -O (test for excess errors) Excess errors: : Warning: finclude: No such file or directory [-Wmissing-include-dirs] commit 417ea5c02cef7f000e66d1af22b066c2c1cda047 (HEAD, refs/bisect/bad) Author: Tobias Burnus Date: Tue Sep 21 08:27:00 2021 +0200 Fortran: Fix -Wno-missing-include-dirs handling [PR55534]=