From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF48C3858D32; Fri, 29 Sep 2023 21:10:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF48C3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696021846; bh=cXJd0RF8VflN7fblkupRMAkDBHwT3bngeh7keFPYFgg=; h=From:To:Subject:Date:From; b=mD0msLPzTsTm7zUV+6oxoaw+xQaFngZW0+CUTQN3O+QiQl+RUyrJAJaTB1jPxPOKx j9PgjnheEgUrcz24ieShWJdY9GFr86QPfmN8hZk0oKsX5WCIlYHFGvBuY0++bS4US2 fQ2WFNRh/ey2X8e7PIQam7pQYCCLgJGT79monkzY= From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/111644] New: [13 regression] many failures after r13-7923-gd9b3269bdccac2 Date: Fri, 29 Sep 2023 21:10:46 +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: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111644 Bug ID: 111644 Summary: [13 regression] many failures after r13-7923-gd9b3269bdccac2 Product: gcc Version: 14.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:d9b3269bdccac2db9200303494c4e82f2aeb7bbc, r13-7923-gd9b3269bdccac2 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -O0 scan-tree-dump-times orig= inal "builtin_free" 21 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -O1 scan-tree-dump-times orig= inal "builtin_free" 21 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -O2 scan-tree-dump-times orig= inal "builtin_free" 21 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions scan-tree-dump-ti= mes original "builtin_free" 21 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -O3 -g scan-tree-dump-times original "builtin_free" 21 FAIL: gfortran.dg/alloc_comp_basics_1.f90 -Os scan-tree-dump-times orig= inal "builtin_free" 21 FAIL: gfortran.dg/allocatable_scalar_9.f90 -O0 scan-tree-dump-times original "__builtin_free" 54 FAIL: gfortran.dg/allocatable_scalar_9.f90 -O1 scan-tree-dump-times original "__builtin_free" 54 FAIL: gfortran.dg/allocatable_scalar_9.f90 -O2 scan-tree-dump-times original "__builtin_free" 54 FAIL: gfortran.dg/allocatable_scalar_9.f90 -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions scan-tree-dump-ti= mes original "__builtin_free" 54 FAIL: gfortran.dg/allocatable_scalar_9.f90 -O3 -g scan-tree-dump-times original "__builtin_free" 54 FAIL: gfortran.dg/allocatable_scalar_9.f90 -Os scan-tree-dump-times original "__builtin_free" 54 FAIL: gfortran.dg/coarray/alloc_comp_6.f90 -fcoarray=3Dlib -O2 -lcaf_sing= le -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/alloc_comp_6.f90 -fcoarray=3Dlib -O2 -lcaf_sing= le -latomic (test for excess errors) FAIL: gfortran.dg/coarray/alloc_comp_7.f90 -fcoarray=3Dlib -O2 -lcaf_sing= le -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/alloc_comp_7.f90 -fcoarray=3Dlib -O2 -lcaf_sing= le -latomic (test for excess errors) FAIL: gfortran.dg/coarray/get_array.f90 -fcoarray=3Dlib -O2 -lcaf_single -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/get_array.f90 -fcoarray=3Dlib -O2 -lcaf_single -latomic (test for excess errors) FAIL: gfortran.dg/coarray/scalar_alloc_2.f90 -fcoarray=3Dlib -O2 -lcaf_si= ngle -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/scalar_alloc_2.f90 -fcoarray=3Dlib -O2 -lcaf_si= ngle -latomic (test for excess errors) FAIL: gfortran.dg/coarray/send_array.f90 -fcoarray=3Dlib -O2 -lcaf_single -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/send_array.f90 -fcoarray=3Dlib -O2 -lcaf_single -latomic (test for excess errors) FAIL: gfortran.dg/coarray/sendget_array.f90 -fcoarray=3Dlib -O2 -lcaf_sin= gle -latomic (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray/sendget_array.f90 -fcoarray=3Dlib -O2 -lcaf_sin= gle -latomic (test for excess errors) FAIL: gfortran.dg/coarray_lib_alloc_1.f90 -O (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray_lib_alloc_1.f90 -O (test for excess errors) FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub \\([^,]*caf.data, &[^,]*caf_dt.data.->b, caf.token, 0, caf_dt.token, 4= \\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub \\(integer.kind=3D4. . restrict x1, integer.kind=3D4. . restrict x2, v= oid . restrict caf_token.[0-9]+, integer.kind=3D.. caf_offset.[0-9]+, void . rest= rict caf_token.[0-9]+, integer.kind=3D.. caf_offset.[0-9]+\\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub2 \\([^,]*x1, [^,]*x2, caf_token.[0-9]+, [^,]*caf_offset[^,]*, caf_token.[0-9]+, [^,]*caf_offset[^,]*\\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub2 \\(integer.kind=3D4. . restrict y1, integer.kind=3D4. . restrict y2, = void . restrict caf_token.[0-9]+, integer.kind=3D.. caf_offset.[0-9]+, void . rest= rict caf_token.[0-9]+, integer.kind=3D.. caf_offset.[0-9]+\\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub_opt \\(.integer.kind=3D4. .. caf.data, caf.token, 0\\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O scan-tree-dump-times origi= nal "sub_opt \\(0B, 0B, 0\\)" 1 FAIL: gfortran.dg/coarray_lib_token_2.f90 -O (internal compiler error: in wide_int_to_tree_1, at tree.cc:1755) FAIL: gfortran.dg/coarray_lib_token_2.f90 -O (test for excess errors) FAIL: gfortran.dg/intent_out_9.f90 -O scan-tree-dump-times original "__builtin_free" 6 commit d9b3269bdccac2db9200303494c4e82f2aeb7bbc (HEAD, origin/releases/gcc-= 13, releases/gcc-13) Author: Andre Vehreschild Date: Thu Sep 28 09:30:12 2023 +0200 Fortran: Free alloc. comp. in allocated coarrays only.=