]> gcc.gnu.org Git - gcc.git/commit
tree.h (DECL_BUILT_IN_NONANSI): Remove.
authorRoger Sayle <roger@eyesopen.com>
Mon, 14 Apr 2003 03:13:07 +0000 (03:13 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 14 Apr 2003 03:13:07 +0000 (03:13 +0000)
commit7f685e177ee99a15953f2ffa4292823c8a9b88da
tree3b5aae81043167976f8a6e9e31f1cc5aa74edcc3
parent1331d16fd4b57c5927cec03b5a320bc59366a628
tree.h (DECL_BUILT_IN_NONANSI): Remove.

* tree.h (DECL_BUILT_IN_NONANSI): Remove.
* c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
* c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
implies DECL_BUILT_IN to simplify logic.
* print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.

From-SVN: r65561
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/print-tree.c
gcc/tree.h
This page took 0.059615 seconds and 5 git commands to generate.