1. 23 Feb, 2016 8 commits
  2. 22 Feb, 2016 18 commits
  3. 21 Feb, 2016 2 commits
  4. 20 Feb, 2016 10 commits
  5. 19 Feb, 2016 2 commits
    • re PR c++/69865 (-trigraphs option broken) · 268be88c
      gcc/c-family/ChangeLog:
      2016-02-19  Bernd Edlinger  <bernd.edlinger@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.edlinger@hotmail.de>
      
              PR c++/69865
              * c-c++-common/Wshift-negative-value-6.c: Add -std=c++11 before
              -std=c++03.
      
      From-SVN: r233574
      Bernd Edlinger committed
    • re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722) · f3609a89
      	PR driver/69805
      	* gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
      	:%* in %:gt() argument.
      	(greater_than_spec_func): Adjust for expecting only numbers,
      	if there are more than two numbers, compare the last two.
      
      	* testsuite/libgomp.c/pr69805.c: New test.
      
      From-SVN: r233573
      Jakub Jelinek committed