public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures
       [not found] <bug-83904-4@http.gcc.gnu.org/bugzilla/>
@ 2023-04-16 21:00 ` anlauf at gcc dot gnu.org
  2023-04-19 16:37 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-04-16 21:00 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |anlauf at gcc dot gnu.org
   Last reconfirmed|                            |2023-04-16

--- Comment #1 from anlauf at gcc dot gnu.org ---
The quickest solution would indeed be:

diff --git a/gcc/testsuite/gfortran.dg/allocatable_function_1.f90
b/gcc/testsuite/gfortran.dg/allocatable_function_1.f90
index f96ebc499e8..e38953bd777 100644
--- a/gcc/testsuite/gfortran.dg/allocatable_function_1.f90
+++ b/gcc/testsuite/gfortran.dg/allocatable_function_1.f90
@@ -107,4 +107,4 @@ contains
     end function bar

 end program alloc_fun
-! { dg-final { scan-tree-dump-times "free" 10 "original" } }
+! { dg-final { scan-tree-dump-times "__builtin_free " 10 "original" } }

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

* [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures
       [not found] <bug-83904-4@http.gcc.gnu.org/bugzilla/>
  2023-04-16 21:00 ` [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures anlauf at gcc dot gnu.org
@ 2023-04-19 16:37 ` cvs-commit at gcc dot gnu.org
  2023-04-19 16:44 ` anlauf at gcc dot gnu.org
  2023-06-29 19:50 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-04-19 16:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:6fc8e25cb6b5d720bedd85194b0ad740d75082f4

commit r14-90-g6fc8e25cb6b5d720bedd85194b0ad740d75082f4
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Apr 18 21:24:20 2023 +0200

    testsuite: fix scan-tree-dump patterns [PR83904,PR100297]

    Adjust scan-tree-dump patterns so that they do not accidentally match a
    valid path.

    gcc/testsuite/ChangeLog:

            PR testsuite/83904
            PR fortran/100297
            * gfortran.dg/allocatable_function_1.f90: Use "__builtin_free "
            instead of the naive "free".
            * gfortran.dg/reshape_8.f90: Extend pattern from a simple "data".

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

* [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures
       [not found] <bug-83904-4@http.gcc.gnu.org/bugzilla/>
  2023-04-16 21:00 ` [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures anlauf at gcc dot gnu.org
  2023-04-19 16:37 ` cvs-commit at gcc dot gnu.org
@ 2023-04-19 16:44 ` anlauf at gcc dot gnu.org
  2023-06-29 19:50 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: anlauf at gcc dot gnu.org @ 2023-04-19 16:44 UTC (permalink / raw)
  To: gcc-bugs

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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |14.0

--- Comment #3 from anlauf at gcc dot gnu.org ---
Fixed.

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

* [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures
       [not found] <bug-83904-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-04-19 16:44 ` anlauf at gcc dot gnu.org
@ 2023-06-29 19:50 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-06-29 19:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Harald Anlauf
<anlauf@gcc.gnu.org>:

https://gcc.gnu.org/g:1a023e688186ea4cd284f5d269f2ecde9f80438c

commit r13-7501-g1a023e688186ea4cd284f5d269f2ecde9f80438c
Author: Harald Anlauf <anlauf@gmx.de>
Date:   Tue Apr 18 21:24:20 2023 +0200

    testsuite: fix scan-tree-dump patterns [PR83904,PR100297]

    Adjust scan-tree-dump patterns so that they do not accidentally match a
    valid path.

    gcc/testsuite/ChangeLog:

            PR testsuite/83904
            PR fortran/100297
            * gfortran.dg/allocatable_function_1.f90: Use "__builtin_free "
            instead of the naive "free".
            * gfortran.dg/reshape_8.f90: Extend pattern from a simple "data".

    (cherry picked from commit 6fc8e25cb6b5d720bedd85194b0ad740d75082f4)

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

end of thread, other threads:[~2023-06-29 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-83904-4@http.gcc.gnu.org/bugzilla/>
2023-04-16 21:00 ` [Bug testsuite/83904] gfortran.dg allocatable_function_1 failures anlauf at gcc dot gnu.org
2023-04-19 16:37 ` cvs-commit at gcc dot gnu.org
2023-04-19 16:44 ` anlauf at gcc dot gnu.org
2023-06-29 19:50 ` cvs-commit 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).