[llvm-commits] [llvm-gcc-4.2] r58633 - in /llvm-gcc-4.2/trunk/gcc: c-common.c stub-c.c tree.c
Anton Korobeynikov
anton at korobeynikov.info
Mon Nov 3 11:51:03 PST 2008
Hi, Bill
> +/* APPLE LOCAL begin radar 6300081 */
> +tree
> +build_generic_block_struct_type (void)
> +{
> + return NULL_TREE;
> +}
> +/* APPLE LOCAL end radar 6300081 */
Why don't gcc_assert(0) here? We shouldn't call this routine for non-C
languages, thus this approach seems to be more "robust".
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list