]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c.opt
re PR c++/28584 (Cast to pointer from integer of different size)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 9 Apr 2010 07:49:41 +0000 (07:49 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 9 Apr 2010 07:49:41 +0000 (07:49 +0000)
commitdc8d273907ba88cf11180a2fdf79f086feeb44f6
treed3948de1f31acd50882bef52bb6d0f63b19293a6
parentd3a9eea2c0e65e0f03c249bab8aa3fa56149dfe0
re PR c++/28584 (Cast to pointer from integer of different size)

2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c++/28584
* c.opt (Wint-to-pointer-cast): Available in C++.
* doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
cp/
* typeck.c (cp_build_c_cast): Warn for casting integer to larger
pointer type.
testsuite/
* gcc.dg/Wint-to-pointer-cast-1.c: Move to...
* c-c++-common/Wint-to-pointer-cast-1.c: ...  here.
* gcc.dg/Wint-to-pointer-cast-2.c: Move to...
* c-c++-common/Wint-to-pointer-cast-2.c: ...  here.
* gcc.dg/Wint-to-pointer-cast-3.c: Move to...
* c-c++-common/Wint-to-pointer-cast-3.c: ...  here. Update.
* g++.old-deja/g++.mike/warn1.C: Add -Wno-int-to-pointer-cast.
* g++.dg/other/increment1.C: Likewise.

From-SVN: r158150
gcc/ChangeLog
gcc/c.opt
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/Wint-to-pointer-cast-1.c [moved from gcc/testsuite/gcc.dg/Wint-to-pointer-cast-1.c with 100% similarity]
gcc/testsuite/c-c++-common/Wint-to-pointer-cast-2.c [moved from gcc/testsuite/gcc.dg/Wint-to-pointer-cast-2.c with 100% similarity]
gcc/testsuite/c-c++-common/Wint-to-pointer-cast-3.c [moved from gcc/testsuite/gcc.dg/Wint-to-pointer-cast-3.c with 55% similarity]
gcc/testsuite/g++.dg/other/increment1.C
gcc/testsuite/g++.old-deja/g++.mike/warn1.C