http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53503
--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-05-28 12:11:15 UTC --- Author: paolo Date: Mon May 28 12:11:04 2012 New Revision: 187929 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187929 Log: gcc/cp 2012-05-28 Paolo Carlini <paolo.carl...@oracle.com> PR c++/53503 * semantics.c (potential_constant_expression_1): Handle LTGT_EXPR. libstdc++-v3 2012-05-28 Paolo Carlini <paolo.carl...@oracle.com> PR c++/53503 * testsuite/26_numerics/headers/cmath/53503.cc: New. Added: branches/gcc-4_7-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc Modified: branches/gcc-4_7-branch/gcc/cp/ChangeLog branches/gcc-4_7-branch/gcc/cp/semantics.c branches/gcc-4_7-branch/libstdc++-v3/ChangeLog