https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11407

Robert Haberlach <colu...@gmx-topmail.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |colu...@gmx-topmail.de

--- Comment #18 from Robert Haberlach <colu...@gmx-topmail.de> ---
This is not fixed:

template<typename T> void g();

int i = sizeof(&g<void>);

fails with trunk.

Reply via email to