OSDN Git Service

Revert delta 190174
[pf3gnuchains/gcc-fork.git] / gcc / cp / init.c
index 5edb2f0..2829c28 100644 (file)
@@ -383,6 +383,8 @@ build_value_init_noctor (tree type, tsubst_flags_t complain)
        error ("value-initialization of incomplete type %qT", type);
       return error_mark_node;
     }
+  /* FIXME the class and array cases should just use digest_init once it is
+     SFINAE-enabled.  */
   if (CLASS_TYPE_P (type))
     {
       gcc_assert (!TYPE_HAS_COMPLEX_DFLT (type));