aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.loader/TestLeak.java
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2022-10-05 11:50:59 -0400
committerJason Merrill <jason@redhat.com>2022-10-07 09:22:32 -0400
commitd3e5465757c599ea64f611290b7793d3141a6b7c (patch)
tree42223c603e13701c6d5569b2960677af795ca609 /libjava/testsuite/libjava.loader/TestLeak.java
parent89228e3985c5cdf6be58a3b5b1afcad91e9e3422 (diff)
downloadgcc-d3e5465757c599ea64f611290b7793d3141a6b7c.zip
gcc-d3e5465757c599ea64f611290b7793d3141a6b7c.tar.gz
gcc-d3e5465757c599ea64f611290b7793d3141a6b7c.tar.bz2
gimplify: prevent some C++ temporary elision
In this testcase, we were optimizing away the temporary for f(), but C++17 and above are clear that there is a temporary, and because its destructor has visible side-effects we can't optimize it away under the as-if rule. So disable this optimization for TREE_ADDRESSABLE type. I moved the declaration of volatile_p after the call to gimple_fold_indirect_ref_rhs to minimize indentation changes; I don't see any way the value of that flag could be affected by the call. gcc/ChangeLog: * gimplify.cc (gimplify_modify_expr_rhs): Don't optimize x = *(A*)&<expr> to x = <expr> for a TREE_ADDRESSABLE type. gcc/testsuite/ChangeLog: * g++.dg/init/elide9.C: New test.
Diffstat (limited to 'libjava/testsuite/libjava.loader/TestLeak.java')
0 files changed, 0 insertions, 0 deletions