public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
@ 2021-09-27 16:37 seurer at gcc dot gnu.org
  2021-09-28  6:44 ` [Bug fortran/102500] " tschwinge at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-09-27 16:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

            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="dg.exp=gfortran.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/./libgfortran/
/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
<built-in>: Warning: /fdaf/: No such file or directory [-Wmissing-include-dirs]
<built-in>: Warning: bar: No such file or directory [-Wmissing-include-dirs]
<built-in>: 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/./libgfortran/
exceptions_enabled3561299.cc    -fdiagnostics-plain-output 
-fdiagnostics-plain-output  -S -o exceptions_enabled3561299.s    (timeout =
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/./libgfortran/
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:
<built-in>: Warning: finclude: No such file or directory
[-Wmissing-include-dirs]


commit 417ea5c02cef7f000e66d1af22b066c2c1cda047 (HEAD, refs/bisect/bad)
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Sep 21 08:27:00 2021 +0200

    Fortran: Fix -Wno-missing-include-dirs handling [PR55534]

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
@ 2021-09-28  6:44 ` tschwinge at gcc dot gnu.org
  2021-09-28  7:31 ` burnus at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2021-09-28  6:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-09-28
     Ever confirmed|0                           |1
                 CC|                            |tschwinge at gcc dot gnu.org
             Target|powerpc64-linux-gnu,        |
                   |powerpc64le-linux-gnu       |
               Host|powerpc64-linux-gnu,        |
                   |powerpc64le-linux-gnu       |
             Status|UNCONFIRMED                 |NEW
              Build|powerpc64-linux-gnu,        |
                   |powerpc64le-linux-gnu       |

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
  2021-09-28  6:44 ` [Bug fortran/102500] " tschwinge at gcc dot gnu.org
@ 2021-09-28  7:31 ` burnus at gcc dot gnu.org
  2021-09-28  7:52 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: burnus at gcc dot gnu.org @ 2021-09-28  7:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
While the patch outputs proper warnings, it was deemed to be aggressive by
default.

Thus, the default value has been downgraded to print by commit

   Fortran: Improve -Wmissing-include-dirs warnings [PR55534]
   r12-3825-g83aac698835edcdb3e6d96b856bef1c5f92e5e24
   Wed Sep 22 20:58:35 2021 +0200

Can you check whether that fixes the issue?

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
  2021-09-28  6:44 ` [Bug fortran/102500] " tschwinge at gcc dot gnu.org
  2021-09-28  7:31 ` burnus at gcc dot gnu.org
@ 2021-09-28  7:52 ` cvs-commit at gcc dot gnu.org
  2021-09-28  8:34 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-28  7:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:

https://gcc.gnu.org/g:ce450af5087b95001b003184b8ecc2c9bbf65378

commit r12-3912-gce450af5087b95001b003184b8ecc2c9bbf65378
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Sep 28 09:49:12 2021 +0200

    gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]

    gcc/testsuite/
            PR fortran/102500
            * gfortran.dg/include_15.f90: Add 'dg-prune-output' to prune
            -Wmissing-include-dirs output printed or not depending on
            how the testsuite is run.

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-09-28  7:52 ` cvs-commit at gcc dot gnu.org
@ 2021-09-28  8:34 ` rguenth at gcc dot gnu.org
  2021-09-28 12:05 ` tschwinge at gcc dot gnu.org
  2021-09-28 15:05 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-09-28  8:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-09-28  8:34 ` rguenth at gcc dot gnu.org
@ 2021-09-28 12:05 ` tschwinge at gcc dot gnu.org
  2021-09-28 15:05 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2021-09-28 12:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Assignee|unassigned at gcc dot gnu.org      |burnus at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
(In reply to CVS Commits from comment #2)
> commit r12-3912-gce450af5087b95001b003184b8ecc2c9bbf65378

>     gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]

"Fixed" with that.

(I can't comment whether the diagnostic is or isn't legit in that case, re
<http://mid.mail-archive.com/73b57668-acde-818e-ab27-ba0766348b10@codesourcery.com>:
"warning output depended on details how the testsuite it run".)

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

* [Bug fortran/102500] [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722
  2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-09-28 12:05 ` tschwinge at gcc dot gnu.org
@ 2021-09-28 15:05 ` seurer at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-09-28 15:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102500

--- Comment #4 from seurer at gcc dot gnu.org ---
It is no longer failing for me.  Thanks!

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

end of thread, other threads:[~2021-09-28 15:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 16:37 [Bug fortran/102500] New: [12 regression] Missing include for gfortran.dg/include_15.f90 in r12-3722 seurer at gcc dot gnu.org
2021-09-28  6:44 ` [Bug fortran/102500] " tschwinge at gcc dot gnu.org
2021-09-28  7:31 ` burnus at gcc dot gnu.org
2021-09-28  7:52 ` cvs-commit at gcc dot gnu.org
2021-09-28  8:34 ` rguenth at gcc dot gnu.org
2021-09-28 12:05 ` tschwinge at gcc dot gnu.org
2021-09-28 15:05 ` seurer 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).