summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-sprintf.c
AgeCommit message (Expand)Author
2020-04-29tree-optimization: Fix use of uninitialized variable [PR94774]Stefan Schulze Frielinghaus
2020-03-20tree-optimization/94266 - fix object type extraction heuristicsRichard Biener
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus
2019-11-18PR middle-end/92493 - ICE in get_origin_and_offset at gimple-ssa-sprintf.cMartin Sebor
2019-11-12PR middle-end/83688 - check if buffers may overlap when copying strings using...Martin Sebor
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor
2019-08-27PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli...Martin Sebor
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor
2019-07-25gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...Richard Biener
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz
2019-04-18re PR translation/79183 (Hard coded plurals in gimple-ssa-sprintf.c:2050)Jakub Jelinek
2019-04-10re PR c++/90010 (valgrind error with snprintf and -Wall)Jakub Jelinek
2019-04-09re PR middle-end/89998 (ICE: verify_gimple failed in printf-return-value)Jakub Jelinek
2019-03-05re PR tree-optimization/89566 (ICE on compilable C++ code: in gimple_call_arg...Jakub Jelinek
2019-02-23gimple-ssa-sprintf.c (target_strtol): Rename...Martin Sebor
2019-02-22PR tree-optimization/88993 - GCC 9 -Wformat-overflow=2 should reflect real li...Martin Sebor
2019-02-22re PR middle-end/85598 (Incorrect -Wformat-truncation in a loop only at -O2 a...Aldy Hernandez
2019-01-02re PR middle-end/88663 (internal compiler error: in check, at tree-vrp.c:188)Martin Sebor
2019-01-01gimple-fold.h (get_range_strlen): Update prototype.Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-12-23builtins.h (c_strlen_data): Add new fields and comments.Martin Sebor
2018-12-23builtins.c (unterminated_array): Use empty brace initialization for c_strlen_...Martin Sebor
2018-12-14PR tree-optimization/87096 - Optimised snprintf is not POSIX conformantMartin Sebor
2018-12-07gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...Jeff Law
2018-10-30PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law
2018-10-03gimple-ssa-sprintf.c (struct fmtresult): Add new member and initialize it.Martin Sebor
2018-09-17substring-locations: add class format_string_diagnostic_tDavid Malcolm
2018-09-13builtins.h (c_srlen): Add argument.Martin Sebor
2018-08-21gimple-ssa-sprintf.c (decl_constant_value): Remove.Bernd Edlinger
2018-08-16re PR tree-optimization/86853 (sprintf optimization for wide strings doesn't ...Martin Sebor
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm
2018-08-04PR tree-optimization/86571 - AIX NaNQ and NaNS output format conflicts with _...Martin Sebor
2018-07-03PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN)Martin Sebor
2018-05-17Fix GNU coding style for G_.Martin Liska
2018-03-02substring-locations.h (format_warning_va): Formatting fix for ATTRIBUTE_GCC_D...Jakub Jelinek
2018-02-27PR translation/84207 - Hard coded plural in gimple-fold.cMartin Sebor
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law
2018-01-04* gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.Jakub Jelinek