* c-typeck.c (build_function_call): Check that the built-in
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 05:32:43 +0000 (05:32 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Oct 1999 05:32:43 +0000 (05:32 +0000)
commit1ed94b4ddd31820681baf25ddf3c50f4ffa4964d
tree5857bf4a0d89bf0b865b80bc4f5f1f48d3d2041a
parentcd55d9d61e832f92f3b4c2f8da3bbd97a02d02ad
    * c-typeck.c (build_function_call): Check that the built-in
        function is of class BUILT_IN_NORMAL before trying to recongize
        it as BUILT_IN_ABS.
        * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
        * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.

        * call.c (build_over_call):  Check that the built-in function is
        of class BUILT_IN_NORMAL before trying to recongize it as BUILT_IN_ABS.
        * typeck.c (build_function_call_real): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30208 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-typeck.c
gcc/calls.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c
gcc/stmt.c