summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN)Martin Sebor2018-07-031-28/+66
* Fix GNU coding style for G_.Martin Liska2018-05-171-6/+6
* substring-locations.h (format_warning_va): Formatting fix for ATTRIBUTE_GCC_D...Jakub Jelinek2018-03-021-250/+241
* PR translation/84207 - Hard coded plural in gimple-fold.cMartin Sebor2018-02-271-4/+1
* re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2018-02-201-7/+9
* re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2018-02-201-5/+6
* re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2018-02-201-31/+41
* re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2018-02-201-10/+7
* re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law2018-02-201-1/+16
* * gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.Jakub Jelinek2018-01-041-1/+1
* gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use offset_int::...Martin Sebor2018-01-031-30/+43
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR c/83448 (ice in get_source_location_for_substring, at input.c:1507)Jakub Jelinek2017-12-221-2/+4
* gimple-ssa-sprintf.c (format_directive): Use inform_n instead of inform with ...Jakub Jelinek2017-12-191-6/+8
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek2017-12-191-2/+2
* re PR tree-optimization/83198 (ICE in format_floating, at gimple-ssa-sprintf....Jakub Jelinek2017-12-141-5/+5
* gimple-ssa-sprintf.c (sprintf_dom_walker): Remove virtual keyword on FINAL OV...Jeff Law2017-11-021-1/+1
* gimple-ssa-sprintf.c: Include domwalk.h.Jeff Law2017-10-271-30/+45
* Simplify format_warning_at_substring APIDavid Malcolm2017-10-171-33/+27
* [20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford2017-08-301-2/+3
* PR translation/79998 - typo in diagnostic "specified bound %wu"Martin Sebor2017-08-141-1/+1
* PR tree-optimization/80397 - missing -Wformat-overflow with arguments of enum...Martin Sebor2017-07-101-3/+3
* PR middle-end/77671 - missing -Wformat-overflow warning on sprintf overflow w...Martin Sebor2017-05-141-44/+115
* gimple-ssa-sprintf.c (format_integer): Set knownrange when it's known.Martin Sebor2017-05-011-0/+1
* PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charsetMartin Sebor2017-04-281-72/+286
* PR tree-optimization/80497 - ICE at -O1 and above on valid code on x86_64-lin...Martin Sebor2017-04-251-2/+5
* PR middle-end/80364 - sanitizer detects signed integer overflow in gimple-ssa...Martin Sebor2017-04-111-27/+44
* re PR tree-optimization/79800 (wrong snprintf result range with precision in ...Martin Sebor2017-03-141-28/+24
* PR middle-end/79692 - [7 Regression] -Wformat-overflow false positiveMartin Sebor2017-03-011-32/+132
* re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)Jakub Jelinek2017-02-171-20/+9
* PR middle-end/79448 - unhelpful -Wformat-truncation=2 warningMartin Sebor2017-02-141-3/+11
* PR middle-end/79496 - call to snprintf with zero size eliminated with -Wforma...Martin Sebor2017-02-131-3/+12
* PR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-valueMartin Sebor2017-02-031-2/+38
* re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)Jakub Jelinek2017-02-031-76/+30
* PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-li...Martin Sebor2017-02-031-2/+6
* Fix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).Martin Liska2017-02-031-1/+5
* PR middle-end/79275 - -Wformat-overflow false positive exceeding INT_MAX in ...Martin Sebor2017-02-021-22/+69
* gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision): Move constan...Martin Sebor2017-01-301-14/+14
* realmpfr.h: Poison MPFR_RND{N,Z,U,D}.Jakub Jelinek2017-01-271-1/+1
* gimple-ssa-sprintf.c (format_floating): Simplify the computation of precision...Martin Sebor2017-01-261-14/+4
* gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and HAVE_DFmode befo...Martin Sebor2017-01-261-7/+16
* PR middle-end/78703 - fprintf-return-value floating point handling incorrect ...Martin Sebor2017-01-261-195/+253
* PR middle-end/78703 -fprintf-return-value floating point handling incorrect i...Martin Sebor2017-01-261-759/+945
* Fix build failure with MPFR 2.4.xMarkus Trippelsdorf2017-01-241-1/+1
* PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor2017-01-231-167/+234
* PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor2017-01-231-110/+81
* PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor2017-01-231-660/+783
* PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: nega...Martin Sebor2017-01-161-10/+16
* gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning message.Martin Sebor2017-01-161-1/+2
* (-Wformat-overflow): ...to this.Martin Sebor2017-01-121-16/+16