index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
gimple-ssa-sprintf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
diagnostics: add labeling of source ranges
David Malcolm
1
-3
/
+4
2018-08-04
PR tree-optimization/86571 - AIX NaNQ and NaNS output format conflicts with _...
Martin Sebor
1
-2
/
+9
2018-07-03
PR tree-optimization/86274 - SEGFAULT when logging std::to_string(NAN)
Martin Sebor
1
-28
/
+66
2018-05-17
Fix GNU coding style for G_.
Martin Liska
1
-6
/
+6
2018-03-02
substring-locations.h (format_warning_va): Formatting fix for ATTRIBUTE_GCC_D...
Jakub Jelinek
1
-250
/
+241
2018-02-27
PR translation/84207 - Hard coded plural in gimple-fold.c
Martin Sebor
1
-4
/
+1
2018-02-20
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
Jeff Law
1
-7
/
+9
2018-02-20
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
Jeff Law
1
-5
/
+6
2018-02-20
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
Jeff Law
1
-31
/
+41
2018-02-20
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
Jeff Law
1
-10
/
+7
2018-02-20
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
Jeff Law
1
-1
/
+16
2018-01-04
* gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.
Jakub Jelinek
1
-1
/
+1
2018-01-03
gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use offset_int::...
Martin Sebor
1
-30
/
+43
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-22
re PR c/83448 (ice in get_source_location_for_substring, at input.c:1507)
Jakub Jelinek
1
-2
/
+4
2017-12-19
gimple-ssa-sprintf.c (format_directive): Use inform_n instead of inform with ...
Jakub Jelinek
1
-6
/
+8
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-2
/
+2
2017-12-14
re PR tree-optimization/83198 (ICE in format_floating, at gimple-ssa-sprintf....
Jakub Jelinek
1
-5
/
+5
2017-11-02
gimple-ssa-sprintf.c (sprintf_dom_walker): Remove virtual keyword on FINAL OV...
Jeff Law
1
-1
/
+1
2017-10-27
gimple-ssa-sprintf.c: Include domwalk.h.
Jeff Law
1
-30
/
+45
2017-10-17
Simplify format_warning_at_substring API
David Malcolm
1
-33
/
+27
2017-08-30
[20/77] Replace MODE_INT checks with is_int_mode
Richard Sandiford
1
-2
/
+3
2017-08-14
PR translation/79998 - typo in diagnostic "specified bound %wu"
Martin Sebor
1
-1
/
+1
2017-07-10
PR tree-optimization/80397 - missing -Wformat-overflow with arguments of enum...
Martin Sebor
1
-3
/
+3
2017-05-14
PR middle-end/77671 - missing -Wformat-overflow warning on sprintf overflow w...
Martin Sebor
1
-44
/
+115
2017-05-01
gimple-ssa-sprintf.c (format_integer): Set knownrange when it's known.
Martin Sebor
1
-0
/
+1
2017-04-28
PR tree-optimization/80523 - -Wformat-overflow doesn't consider -fexec-charset
Martin Sebor
1
-72
/
+286
2017-04-25
PR tree-optimization/80497 - ICE at -O1 and above on valid code on x86_64-lin...
Martin Sebor
1
-2
/
+5
2017-04-11
PR middle-end/80364 - sanitizer detects signed integer overflow in gimple-ssa...
Martin Sebor
1
-27
/
+44
2017-03-14
re PR tree-optimization/79800 (wrong snprintf result range with precision in ...
Martin Sebor
1
-28
/
+24
2017-03-01
PR middle-end/79692 - [7 Regression] -Wformat-overflow false positive
Martin Sebor
1
-32
/
+132
2017-02-17
re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)
Jakub Jelinek
1
-20
/
+9
2017-02-14
PR middle-end/79448 - unhelpful -Wformat-truncation=2 warning
Martin Sebor
1
-3
/
+11
2017-02-13
PR middle-end/79496 - call to snprintf with zero size eliminated with -Wforma...
Martin Sebor
1
-3
/
+12
2017-02-03
PR tree-optimization/79327 - wrong code at -O2 and -fprintf-return-value
Martin Sebor
1
-2
/
+38
2017-02-03
re PR tree-optimization/79327 (wrong code at -O2 and -fprintf-return-value)
Jakub Jelinek
1
-76
/
+30
2017-02-03
PR tree-optimization/79352 - -fprintf-return-value doesn't handle flexible-li...
Martin Sebor
1
-2
/
+6
2017-02-03
Fix memory leaks in gimple-ssa-sprintf.c (PR tree-optimization/79339).
Martin Liska
1
-1
/
+5
2017-02-02
PR middle-end/79275 - -Wformat-overflow false positive exceeding INT_MAX in ...
Martin Sebor
1
-22
/
+69
2017-01-30
gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision): Move constan...
Martin Sebor
1
-14
/
+14
2017-01-27
realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
Jakub Jelinek
1
-1
/
+1
2017-01-26
gimple-ssa-sprintf.c (format_floating): Simplify the computation of precision...
Martin Sebor
1
-14
/
+4
2017-01-26
gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and HAVE_DFmode befo...
Martin Sebor
1
-7
/
+16
2017-01-26
PR middle-end/78703 - fprintf-return-value floating point handling incorrect ...
Martin Sebor
1
-195
/
+253
2017-01-26
PR middle-end/78703 -fprintf-return-value floating point handling incorrect i...
Martin Sebor
1
-759
/
+945
2017-01-24
Fix build failure with MPFR 2.4.x
Markus Trippelsdorf
1
-1
/
+1
2017-01-23
PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...
Martin Sebor
1
-167
/
+234
2017-01-23
PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...
Martin Sebor
1
-110
/
+81
2017-01-23
PR middle-end/78703 - -fprintf-return-value floating point handling incorrect...
Martin Sebor
1
-660
/
+783
2017-01-16
PR tree-optimization/78608 - gimple-ssa-sprintf.c:570:17: runtime error: nega...
Martin Sebor
1
-10
/
+16
[next]