https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69865

--- Comment #9 from Bernd Edlinger <edlinger at gcc dot gnu.org> ---
Author: edlinger
Date: Fri Feb 19 22:22:04 2016
New Revision: 233574

URL: https://gcc.gnu.org/viewcvs?rev=233574&root=gcc&view=rev
Log:
gcc/c-family/ChangeLog:
2016-02-19  Bernd Edlinger  <bernd.edlin...@hotmail.de>

        PR c++/69865
        * c-opts.c (c_common_post_options): Move call to set_std_cxx14 from
        here...
        (c_common_init_options): ...to here.
        (set_std_cxx98): Initialize flag_isoc94 and flag_isoc99.

gcc/testsuite/ChangeLog:
2016-02-19  Bernd Edlinger  <bernd.edlin...@hotmail.de>

        PR c++/69865
        * c-c++-common/Wshift-negative-value-6.c: Add -std=c++11 before
        -std=c++03.

Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-opts.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/Wshift-negative-value-6.c

Reply via email to