[Bug c++/48468] [C++0x][SFINAE] noexcept operator does not handle function templates well

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Apr 8 15:02:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48468

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-08 15:02:22 UTC ---
Author: jason
Date: Fri Apr  8 15:02:16 2011
New Revision: 172194

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172194
Log:
    PR c++/48468
    * except.c (build_noexcept_spec): Propagate error_mark_node.
    (finish_noexcept_expr): Likewise.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/except.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/noexcept02.C



More information about the Gcc-bugs mailing list