]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (fold_builtin_1): Verify the argument types of BUILT_IN_ISNORMAL.
authorRichard Guenther <rguenther@suse.de>
Tue, 27 Nov 2007 12:30:15 +0000 (12:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 27 Nov 2007 12:30:15 +0000 (12:30 +0000)
commitf4577fcd487059390e485acfd3517648652e6557
tree66d142fbae84eb74916a3fd22856d22cba0b8ab1
parent28bbc9678774d275d38ef23ee82bd96aab2f2864
builtins.c (fold_builtin_1): Verify the argument types of BUILT_IN_ISNORMAL.

2007-11-27  Richard Guenther  <rguenther@suse.de>

* builtins.c (fold_builtin_1): Verify the argument types
of BUILT_IN_ISNORMAL.
(fold_builtin_n): Verify the number of arguments to variadic
built-in functions.

* gcc.dg/builtins-error.c: New testcase.

From-SVN: r130465
gcc/ChangeLog
gcc/builtins.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-error.c [new file with mode: 0644]