[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2020-04-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Martin Sebor changed: What|Removed |Added CC||bugzilla@poradnik-webmaster

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2017-04-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2017-04-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 Markus Trippelsdorf changed: What|Removed |Added CC||hiraditya at msn dot com ---

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #4 from Richard Biener --- (In reply to Andrew Pinski from comment #3) > (In reply to Markus Trippelsdorf from comment #0) > > A simple example: > > > > int main() { > > int *ob = new int(); > > delete ob; > > } > > > > clang

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #3 from Andrew Pinski --- (In reply to Markus Trippelsdorf from comment #0) > A simple example: > > int main() { > int *ob = new int(); > delete ob; > } > > clang optimizes it away: Which is funny considering what Chris

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #2 from Andrew Pinski --- PR 23383 for one.

[Bug c++/78104] optimizer doesn't grok C++ new/delete yet

2016-10-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78104 --- Comment #1 from Andrew Pinski --- There might be a few duplicates of this bug already.