http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52988
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-06-25 20:37:18 UTC --- Author: jason Date: Mon Jun 25 20:37:14 2012 New Revision: 188953 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188953 Log: PR c++/52988 * typeck.c (decay_conversion): Don't discard side-effects from expressions of nullptr_t. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/nullptr28.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/typeck.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog