This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r109865 - in /branches/apple-local-200502-branc...


Author: echristo
Date: Wed Jan 18 02:03:23 2006
New Revision: 109865

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109865
Log:
2006-01-17  Eric Christopher  <echristo@apple.com>

        * g++.old-deja/g++.warn/impint.C: Add -Wconversion.
        * g++.old-deja/g++.warn/impint2.C: Ditto.
        * g++.old-deja/g++.other/null1.C: Ditto.
        * g++.dg/warn/conv2.C: Ditto.
        * g++.dg/warn/conv4.C: New file.

2006-01-17  Eric Christopher  <echristo@apple.com>

        * call.c (convert_like_real): When issuing conversion
        warnings, depend on warn_conversion.
        * cvt.c (build_expr_type_conversion): Ditto.


Added:
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/warn/conv4.C
Modified:
    branches/apple-local-200502-branch/gcc/cp/ChangeLog
    branches/apple-local-200502-branch/gcc/cp/call.c
    branches/apple-local-200502-branch/gcc/cp/cvt.c
    branches/apple-local-200502-branch/gcc/testsuite/ChangeLog
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/warn/conv2.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.old-deja/g++.other/null1.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.old-deja/g++.warn/impint.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.old-deja/g++.warn/impint2.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]