------- Comment #15 from ebotcazou at gcc dot gnu dot org 2006-09-13 18:27 ------- Subject: Bug 21952
Author: ebotcazou Date: Wed Sep 13 18:27:46 2006 New Revision: 116927 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116927 Log: PR ada/21952 * gigi.h (gnat_internal_attribute_table): Declare. * misc.c (LANG_HOOKS_ATTRIBUTE_TABLE): Define to above. * utils.c (gnat_internal_attribute_table): New global variable. (builtin_function): Always call decl_attributes on the builtin. (handle_const_attribute): New static function. (handle_nothrow_attribute): Likewise. Modified: branches/gcc-4_1-branch/gcc/ada/ChangeLog branches/gcc-4_1-branch/gcc/ada/gigi.h branches/gcc-4_1-branch/gcc/ada/misc.c branches/gcc-4_1-branch/gcc/ada/utils.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21952