Age | Commit message (Expand) | Author | Files | Lines |
2017-01-16 | PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: nega... | Martin Sebor | 1 | -10/+16 |
2017-01-16 | gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning message. | Martin Sebor | 1 | -1/+2 |
2017-01-12 | (-Wformat-overflow): ...to this. | Martin Sebor | 1 | -16/+16 |
2017-01-12 | gimple-ssa-sprintf.c (try_substitute_return_value): Remove info.nowrite calls... | Jakub Jelinek | 1 | -20/+45 |
2017-01-10 | PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically... | Martin Sebor | 1 | -0/+5 |
2017-01-08 | PR tree-optimization/78913 - Probably misleading error reported by -Wformat-l... | Martin Sebor | 1 | -31/+50 |
2017-01-05 | PR tree-optimization/78910 - Wrong print-return-value for a negative number | Martin Sebor | 1 | -13/+15 |
2017-01-03 | PR tree-optimization/78696 - [7 Regression] -fprintf-return-value misoptimize... | Martin Sebor | 1 | -110/+138 |
2017-01-03 | re PR tree-optimization/78965 (Invalid -fprintf-return-value optimization) | Jakub Jelinek | 1 | -3/+7 |
2017-01-03 | re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked fo... | Jakub Jelinek | 1 | -2/+8 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-14 | PR middle-end/78519 - missing warning for sprintf %s with null pointer | Martin Sebor | 1 | -5/+50 |
2016-12-14 | PR middle-end/78786 - GCC hangs/out of memory calling sprintf with large prec... | Martin Sebor | 1 | -48/+97 |
2016-12-12 | PR middle-end/78622 - -Wformat-length/-fprintf-return-value incorrect with ov... | Martin Sebor | 1 | -95/+175 |
2016-12-07 | PR c/53562 - Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chk | Martin Sebor | 1 | -16/+45 |
2016-12-02 | re PR tree-optimization/78586 (Wrong code caused by printf-return-value) | Jakub Jelinek | 1 | -18/+12 |
2016-11-30 | re PR tree-optimization/78586 (Wrong code caused by printf-return-value) | Jakub Jelinek | 1 | -15/+16 |
2016-11-29 | PR tree-optimization/78512 - [7 Regression] r242674 miscompiles Linux kernel | Martin Sebor | 1 | -90/+29 |
2016-11-28 | PR middle-end/78521 - [7 Regression] incorrect byte count in -Wformat-length... | Martin Sebor | 1 | -124/+229 |
2016-11-28 | gimple-ssa-sprintf.c (build_intmax_type_nodes): Look at UINTMAX_TYPE rather t... | Jakub Jelinek | 1 | -18/+14 |
2016-11-24 | PR tree-optimization/78476 - snprintf(0, 0, ...) with known arguments not opt... | Martin Sebor | 1 | -13/+36 |
2016-11-23 | PR middle-end/78461 - [7 Regression] ICE: in operator+= | Martin Sebor | 1 | -8/+5 |
2016-10-24 | PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | Martin Sebor | 1 | -114/+221 |
2016-09-28 | gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead of 0 < x. | Jakub Jelinek | 1 | -8/+9 |
2016-09-28 | gimple-ssa-sprintf.c: Fix comment formatting. | Jakub Jelinek | 1 | -25/+17 |
2016-09-28 | PR c/77762 - Incorrect destination buffer length in -Wformat-length warning | Martin Sebor | 1 | -2/+2 |
2016-09-28 | PR middle-end/77683 - ICE on %lf directive in format_floating in | Martin Sebor | 1 | -3/+25 |
2016-09-22 | PR target/77676 - powerpc64 and powerpc64le stage2 bootstrap fail | Martin Sebor | 1 | -12/+21 |
2016-09-22 | Use GMP_RNDN for portability to MPFR 2.4.2 | Rainer Orth | 1 | -2/+2 |
2016-09-21 | gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length): Add falls ... | Marek Polacek | 1 | -0/+1 |
2016-09-20 | PR middle-end/49905 - Better sanity checking on sprintf src & dest to | Martin Sebor | 1 | -0/+2686 |