Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: stevexiong98 at hotmail dot com
Target Milestone: ---
Hi,
Using ARM GCC 8.2, when I instantiate an object the corresponding Assembly
instructions involve a decrementing, then
++
Assignee: unassigned at gcc dot gnu.org
Reporter: stevexiong98 at hotmail dot com
Target Milestone: ---
Hi,
This is not so much a bug, but more of an enhancement. There are 2 pieces of
code I have listed below which should translate to identical assembly
instructions at high levels of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90216
--- Comment #2 from stevexiong98 at hotmail dot com ---
(In reply to Andrew Pinski from comment #1)
> Confirmed, part of the problem is union is forced to memory early on but
> then optimized out but the object still exist in memory even