aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-sprintf.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02substring-locations.h (format_warning_va): Formatting fix for ATTRIBUTE_GCC_D...Jakub Jelinek1-250/+241
2018-02-27PR translation/84207 - Hard coded plural in gimple-fold.cMartin Sebor1-4/+1
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law1-7/+9
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law1-5/+6
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law1-31/+41
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law1-10/+7
2018-02-20re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)Jeff Law1-1/+16
2018-01-04* gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.Jakub Jelinek1-1/+1
2018-01-03gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use offset_int::...Martin Sebor1-30/+43
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22re PR c/83448 (ice in get_source_location_for_substring, at input.c:1507)Jakub Jelinek1-2/+4
2017-12-19gimple-ssa-sprintf.c (format_directive): Use inform_n instead of inform with ...Jakub Jelinek1-6/+8
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-2/+2
2017-12-14re PR tree-optimization/83198 (ICE in format_floating, at gimple-ssa-sprintf....Jakub Jelinek1-5/+5
2017-11-02gimple-ssa-sprintf.c (sprintf_dom_walker): Remove virtual keyword on FINAL OV...Jeff Law1-1/+1
2017-10-27gimple-ssa-sprintf.c: Include domwalk.h.Jeff Law1-30/+45
2017-10-17Simplify format_warning_at_substring APIDavid Malcolm1-33/+27
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford1-2/+3
2017-08-14PR translation/79998 - typo in diagnostic "specified bound %wu"Martin Sebor1-1/+1
2017-07-10PR tree-optimization/80397 - missing -Wformat-overflow with arguments of enum...Martin Sebor1-3/+3
2017-05-14PR middle-end/77671 - missing -Wformat-overflow warning on sprintf overflow w...Martin Sebor1-44/+115
2017-05-01gimple-ssa-sprintf.c (format_integer): Set knownrange when it's known.Martin Sebor1-0/+1
2017-04-28PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charsetMartin Sebor1-72/+286
2017-04-25PR tree-optimization/80497 - ICE at -O1 and above on valid code on x86_64-lin...Martin Sebor1-2/+5
2017-04-11PR middle-end/80364 - sanitizer detects signed integer overflow in gimple-ssa...Martin Sebor1-27/+44
2017-03-14re PR tree-optimization/79800 (wrong snprintf result range with precision in ...Martin Sebor1-28/+24
2017-03-01PR middle-end/79692 - [7 Regression] -Wformat-overflow false positiveMartin Sebor1-32/+132
2017-02-17re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)Jakub Jelinek1-20/+9
2017-02-14PR middle-end/79448 - unhelpful -Wformat-truncation=2 warningMartin Sebor1-3/+11
2017-02-13PR middle-end/79496 - call to snprintf with zero size eliminated with -Wforma...Martin Sebor1-3/+12
2017-02-03PR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-valueMartin Sebor1-2/+38
2017-02-03re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)Jakub Jelinek1-76/+30
2017-02-03PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-li...Martin Sebor1-2/+6
2017-02-03Fix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).Martin Liska1-1/+5
2017-02-02PR middle-end/79275 - -Wformat-overflow false positive exceeding INT_MAX in ...Martin Sebor1-22/+69
2017-01-30gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision): Move constan...Martin Sebor1-14/+14
2017-01-27realmpfr.h: Poison MPFR_RND{N,Z,U,D}.Jakub Jelinek1-1/+1
2017-01-26gimple-ssa-sprintf.c (format_floating): Simplify the computation of precision...Martin Sebor1-14/+4
2017-01-26gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and HAVE_DFmode befo...Martin Sebor1-7/+16
2017-01-26PR middle-end/78703 - fprintf-return-value floating point handling incorrect ...Martin Sebor1-195/+253
2017-01-26PR middle-end/78703 -fprintf-return-value floating point handling incorrect i...Martin Sebor1-759/+945
2017-01-24Fix build failure with MPFR 2.4.xMarkus Trippelsdorf1-1/+1
2017-01-23PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor1-167/+234
2017-01-23PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor1-110/+81
2017-01-23PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...Martin Sebor1-660/+783
2017-01-16PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: nega...Martin Sebor1-10/+16
2017-01-16gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning message.Martin Sebor1-1/+2
2017-01-12(-Wformat-overflow): ...to this.Martin Sebor1-16/+16
2017-01-12gimple-ssa-sprintf.c (try_substitute_return_value): Remove info.nowrite calls...Jakub Jelinek1-20/+45
2017-01-10PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...Martin Sebor1-0/+5