From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 076643851C34; Tue, 27 Oct 2020 14:48:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 076643851C34 From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/97594] New: new test case gcc.dg/tree-prof/pr97461.c execution failure Date: Tue, 27 Oct 2020 14:48:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 11.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: Tue, 27 Oct 2020 14:48:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97594 Bug ID: 97594 Summary: new test case gcc.dg/tree-prof/pr97461.c execution failure Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:14e19b82c1e67ead60c3095ac23347317298904b, r11-4423 make -k check-gcc RUNTESTFLAGS=3Dtree-prof.exp=3Dgcc.dg/tree-prof/pr97461.c FAIL: gcc.dg/tree-prof/pr97461.c execution, -fprofile-generate -D_PROFILE_GENERATE # of expected passes 1 # of unexpected failures 1 # of unsupported tests 1 # of unresolved testcases 2 Executing on host: /home3/seurer/gcc/git/build/gcc-trunk/gcc/xgcc -B/home3/seurer/gcc/git/build/gcc-trunk/gcc/ /home/seurer/gcc/git/gcc-trunk/gcc/testsuite/gcc.dg/tree-prof/pr97461.c=20= =20=20 -fdiagnostics-plain-output -O2 -ldl -fprofile-generate -D_PROFILE_GENERATE -dumpbase-ext .x01 -lm -o /home/seurer/gcc/git/build/gcc-trunk/gcc/testsuite/gcc/pr97461.x01 (time= out =3D 300) spawn -ignore SIGHUP /home3/seurer/gcc/git/build/gcc-trunk/gcc/xgcc -B/home3/seurer/gcc/git/build/gcc-trunk/gcc/ /home/seurer/gcc/git/gcc-trunk/gcc/testsuite/gcc.dg/tree-prof/pr97461.c -fdiagnostics-plain-output -O2 -ldl -fprofile-generate -D_PROFILE_GENERATE -dumpbase-ext .x01 -lm -o /home/seurer/gcc/git/build/gcc-trunk/gcc/testsuite/gcc/pr97461.x01 PASS: gcc.dg/tree-prof/pr97461.c compilation, -fprofile-generate -D_PROFILE_GENERATE Setting LD_LIBRARY_PATH to :/home3/seurer/gcc/git/build/gcc-trunk/gcc::/home3/seurer/gcc/git/build/gcc= -trunk/gcc:/home/seurer/gcc/git/build/gcc-trunk/./gmp/.libs:/home/seurer/gc= c/git/build/gcc-trunk/./prev-gmp/.libs:/home/seurer/gcc/git/build/gcc-trunk= /./mpfr/src/.libs:/home/seurer/gcc/git/build/gcc-trunk/./prev-mpfr/src/.lib= s:/home/seurer/gcc/git/build/gcc-trunk/./mpc/src/.libs:/home/seurer/gcc/git= /build/gcc-trunk/./prev-mpc/src/.libs:/home/seurer/gcc/git/build/gcc-trunk/= ./isl/.libs:/home/seurer/gcc/git/build/gcc-trunk/./prev-isl/.libs Execution timeout is: 300 spawn [open ...] FAIL: gcc.dg/tree-prof/pr97461.c execution, -fprofile-generate -D_PROFILE_GENERATE UNRESOLVED: gcc.dg/tree-prof/pr97461.c compilation, -fprofile-use -D_PROFILE_USE UNRESOLVED: gcc.dg/tree-prof/pr97461.c execution, -fprofile-use -D_PROFILE_USE UNSUPPORTED: gcc.dg/tree-prof/pr97461.c -fauto-profile testcase /home/seurer/gcc/git/gcc-trunk/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp completed in 1 seconds =3D=3D=3D gcc Summary =3D=3D=3D # of expected passes 1 # of unexpected failures 1 # of unresolved testcases 2 # of unsupported tests 1 commit 14e19b82c1e67ead60c3095ac23347317298904b (HEAD) Author: Martin Liska Date: Mon Oct 19 17:40:00 2020 +0200 gcov-profile: use static pool for TOPN first gcc/ChangeLog: PR gcov-profile/97461 * gcov-io.h (GCOV_PREALLOCATED_KVP): Pre-allocate 64 static counters. libgcc/ChangeLog: PR gcov-profile/97461 * libgcov.h (gcov_counter_add): Use first static counters as it should help to have malloc wrappers set up. gcc/testsuite/ChangeLog: PR gcov-profile/97461 * gcc.dg/tree-prof/pr97461.c: New test.=