This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48531] [C++0x][SFINAE] Hard errors with arrays of unknown bound


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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-18 00:50:37 UTC ---
Author: jason
Date: Mon Apr 18 00:50:31 2011
New Revision: 172632

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172632
Log:
    PR c++/48531
    * typeck2.c (build_functional_cast): Disallow array type.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/sfinae16.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/init.c
    trunk/gcc/cp/typeck2.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]