public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/96597] New: valgrind error in do_hoist_insertion during O3 build
@ 2020-08-13  7:18 dcb314 at hotmail dot com
  2020-08-13  7:47 ` [Bug c/96597] " marxin at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: dcb314 at hotmail dot com @ 2020-08-13  7:18 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 96597
           Summary: valgrind error in do_hoist_insertion during O3 build
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

==62146== Conditional jump or move depends on uninitialised value(s)
==62146==    at 0xD2A8FD: do_hoist_insertion (tree-ssa-pre.c:3581)
==62146==    by 0xD2A8FD: insert (tree-ssa-pre.c:3685)
==62146==    by 0xD2A8FD: (anonymous namespace)::pass_pre::execute(function*)
(tree-ssa-pre.c:4235)

tree-ssa-pre.c:3581 is

       && PRE_EXPR_REFERENCE (expr)->punned

Configure lines are

../trunk.git/configure --prefix=/home/dcb/gcc/results.20200812.valgrind \
        --disable-bootstrap \
        --disable-multilib \
        --disable-werror \
        --enable-checking=valgrind \
        --enable-languages=c,c++,fortran

sed 's/-O2/-O3/' < Makefile > Makefile.tmp
mv Makefile.tmp Makefile

valgrind is version 3.16.0 and valgrind is configured as follows:

$ more ~/.valgrind*
::::::::::::::
/home/dcb32B/.valgrindrc
::::::::::::::
--suppressions=/home/dcb32B/.valgrind.supp
--expensive-definedness-checks=yes
::::::::::::::
/home/dcb32B/.valgrind.supp
::::::::::::::

{
   bug1
   Memcheck:Cond
   fun:incorporate_penalties
}

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

end of thread, other threads:[~2021-05-18  7:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13  7:18 [Bug c/96597] New: valgrind error in do_hoist_insertion during O3 build dcb314 at hotmail dot com
2020-08-13  7:47 ` [Bug c/96597] " marxin at gcc dot gnu.org
2020-08-13  8:25 ` dcb314 at hotmail dot com
2020-08-13  8:40 ` dcb314 at hotmail dot com
2020-08-13  8:43 ` dcb314 at hotmail dot com
2020-08-13  9:00 ` marxin at gcc dot gnu.org
2020-08-13 10:34 ` dcb314 at hotmail dot com
2020-08-13 10:36 ` marxin at gcc dot gnu.org
2020-08-13 11:02 ` marxin at gcc dot gnu.org
2020-08-17 12:34 ` [Bug tree-optimization/96597] " marxin at gcc dot gnu.org
2020-08-24  7:30 ` cvs-commit at gcc dot gnu.org
2020-08-24  7:36 ` marxin at gcc dot gnu.org
2020-09-01  9:26 ` cvs-commit at gcc dot gnu.org
2021-05-18  7:05 ` 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).