]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
* c-typeck.c (initializer_constant_valid_p): Move ...
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 1999 01:13:08 +0000 (01:13 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 1999 01:13:08 +0000 (01:13 +0000)
commit43f74bc4a6d32b53b7370b1b538447473eafc0f1
tree2f3e1a3cf22e4e54e7419196de2cc7403340bbb3
parent6d1f9f96fd4040b217358e51f4b6a8fbe2cece38
    * c-typeck.c (initializer_constant_valid_p): Move ...
        * c-common.c (initializer_constant_valid_p): ... here.  Use
        FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
        of label addresses.
        * c-common.h (initializer_constant_valid_p): Declare.
        * c-tree.h (initializer_constant_valid_p): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28349 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-tree.h
gcc/c-typeck.c