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

Matheus Izvekov <mizvekov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mizvekov at gmail dot com

--- Comment #18 from Matheus Izvekov <mizvekov at gmail dot com> ---
Created attachment 33776
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33776&action=edit
CWG 1170 test case

Compile with "g++ -std=c++11 -DPUB=0 test.cc" and it should print 'false'
Compile with "g++ -std=c++11 -DPUB=1 test.cc" and it should print 'true'.

Instead, GCC 4.9.1 prints true in both cases.

Reply via email to