[llvm-commits] [llvm-gcc-4.2] r58633 - in /llvm-gcc-4.2/trunk/gcc: c-common.c stub-c.c tree.c

Bill Wendling isanbard at gmail.com
Mon Nov 3 12:43:09 PST 2008


On Mon, Nov 3, 2008 at 11:51 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> 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".
>
Okay. Done.

-bw



More information about the llvm-commits mailing list