http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55443
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2012-11-22 CC| |jason at gcc dot gnu.org, | |paolo.carlini at oracle dot | |com Ever Confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-11-22 19:06:42 UTC --- I find this disturbing. How the evaluation of: noexcept(new(0) X); can possibly be affected be a previous: X x; ??? Jason, any tip?