]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-typeck.c
c-common.c (warn_div_by_zero): New.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 23 Oct 2001 18:14:31 +0000 (18:14 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 23 Oct 2001 18:14:31 +0000 (18:14 +0000)
commit6c36d76bf6521dd1cc09b8d7e379a02d138ffd53
treea86518d1f2373ba547d08bd0867d006b5db75f24
parent28a8851e654560d565e7270812ea1b2e1c33b14d
c-common.c (warn_div_by_zero): New.

* c-common.c (warn_div_by_zero): New.
* c-common.h (warn_div_by_zero): New.
* c-decl.c (c_decode_option): Take it on the command line.
  * c-typeck.c (build_binary_op): Warn about division by zero.
* doc/invoke.texi: Document the new command line option, fix
documentation of -Wmultichar.
  * testsuite/gcc.dg/divbyzero.c: New tests.
  * testsuite/gcc.dg/noncompile/20010524-1.c: Update.

From-SVN: r46439
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-decl.c
gcc/c-typeck.c
gcc/doc/invoke.texi
gcc/testsuite/gcc.dg/divbyzero.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/noncompile/20010524-1.c