r222629 - /branches/c++-delayed-folding/gcc/tes...

ktietz@gcc.gnu.org ktietz@gcc.gnu.org
Thu Apr 30 14:30:00 GMT 2015


Author: ktietz
Date: Thu Apr 30 14:30:04 2015
New Revision: 222629

URL: https://gcc.gnu.org/viewcvs?rev=222629&root=gcc&view=rev
Log:
For C++14 the implicit cast of bool to int * needs to be an error.
Question is here C++11, as for this we might want to do the same as done for c++98 (and lower), or we want same behavior as for c++14??
I spoke with Jonathan and so I will handle the c++ 11 and 14 cases being error.

Modified:
    branches/c++-delayed-folding/gcc/testsuite/g++.old-deja/g++.other/null3.C



More information about the Gcc-cvs mailing list