c-typeck.c (build_function_call): Check that the built-in function is of class BUILT_...
authorJeffrey A Law <law@cygnus.com>
Wed, 27 Oct 1999 05:32:43 +0000 (05:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Oct 1999 05:32:43 +0000 (23:32 -0600)
commit95815af9d258082b7548e23fc2595ff637a48e1a
tree5857bf4a0d89bf0b865b80bc4f5f1f48d3d2041a
parent283a25451f48b420c45ad4068031b121fd907767
c-typeck.c (build_function_call): Check that the built-in function is of class BUILT_IN_NORMAL before trying to...

        * 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.

From-SVN: r30208
gcc/ChangeLog
gcc/c-typeck.c
gcc/calls.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c
gcc/stmt.c