re PR c++/28148 (ICE with pointer to member function initializer and cast to a differ...
authorMark Mitchell <mark@codesourcery.com>
Fri, 4 Aug 2006 04:58:36 +0000 (04:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 4 Aug 2006 04:58:36 +0000 (04:58 +0000)
commitf092a8668aa6d6a1a1fcc42d1b7e7c690aad598a
tree2d1cd1c342adf7eca633c52a85a1247b402a54a6
parent493297e3842118cddb1d20edf855b4c9d5060d7b
re PR c++/28148 (ICE with pointer to member function initializer and cast to a different type)

PR c++/28148
* varasm.c (output_constant): Give the front end another chance to
expand constants, after stripping NOPs.

PR c++/28148
* g++.dg/init/ptrmem3.C: New test.

From-SVN: r115919
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/ptrmem3.C [new file with mode: 0644]
gcc/varasm.c