1. 27 Feb, 2019 12 commits
  2. 26 Feb, 2019 25 commits
  3. 25 Feb, 2019 3 commits
    • re PR c/89495 (gcc/c-family/c-format.c:1272:20: runtime error: signed integer… · 7da73ba7
      re PR c/89495 (gcc/c-family/c-format.c:1272:20: runtime error: signed integer overflow: 214748365 * 10 cannot be represented in type 'int')
      
      	PR c/89495
      	* c-format.c (maybe_read_dollar_number): Compute nargnum in
      	HOST_WIDE_INT type to avoid overflows and change overflow_flag
      	checking.
      
      From-SVN: r269198
      Jakub Jelinek committed
    • re PR c/77754 (internal compiler error : tree code 'call_expr' is not supported in LTO streams) · 79695450
      	PR c/77754
      	* gcc.c-torture/compile/pr77754-1.c: New test.
      	* gcc.c-torture/compile/pr77754-2.c: New test.
      	* gcc.c-torture/compile/pr77754-3.c: New test.
      	* gcc.c-torture/compile/pr77754-4.c: New test.
      	* gcc.c-torture/compile/pr77754-5.c: New test.
      	* gcc.c-torture/compile/pr77754-6.c: New test.
      
      From-SVN: r269197
      Jakub Jelinek committed
    • c.opt (Wmissing-attributes): Clean up doc string. · d3a02ae5
      2019-02-25  Sandra Loosemore  <sandra@codesourcery.com>
      	    Martin Sebor  <msebor@gmail.com>
      
      	gcc/
      	* c-family/c.opt (Wmissing-attributes): Clean up doc string.
      	* common.opt (Wattribute-alias): Likewise.
      	* doc/invoke.texi (Option Summary): List general form of
      	-Wattribute-alias=.  List positive form of -Wmissing-attributes.
      	(-Wmissing-attributes): Invert entry, rewrite and correct default.
      	Add cross-references.
      	(-Wattribute-alias): Rewrite and correct default.  Mention
      	considered attributes (same as for -Wmissing-attributes).
      
      Co-Authored-By: Martin Sebor <msebor@gmail.com>
      
      From-SVN: r269196
      Sandra Loosemore committed