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/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
2020-04-29
tree-optimization: Fix use of uninitialized variable [PR94774]
Stefan Schulze Frielinghaus
1
-1
/
+1
2020-03-20
tree-optimization/94266 - fix object type extraction heuristics
Richard Biener
1
-1
/
+3
2020-03-17
Fix up duplicated duplicated words mostly in comments
Jakub Jelinek
1
-3
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-27
PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0
Tobias Burnus
1
-2
/
+2
2019-11-18
PR middle-end/92493 - ICE in get_origin_and_offset at gimple-ssa-sprintf.c
Martin Sebor
1
-1
/
+0
2019-11-12
PR middle-end/83688 - check if buffers may overlap when copying strings using...
Martin Sebor
1
-120
/
+600
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-05
The base class for ranges is currently value_range_base, which is rather long...
Aldy Hernandez
1
-3
/
+3
2019-10-09
PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...
Martin Sebor
1
-20
/
+24
2019-08-27
PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli...
Martin Sebor
1
-4
/
+15
2019-08-26
PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...
Martin Sebor
1
-188
/
+75
2019-07-25
gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions): Make valu...
Richard Biener
1
-3
/
+3
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-1
/
+2
2019-06-25
Implement alternate "__intN__" form of "__intN" type
Jozef Lawrynowicz
1
-2
/
+4
2019-04-18
re PR translation/79183 (Hard coded plurals in gimple-ssa-sprintf.c:2050)
Jakub Jelinek
1
-11
/
+7
2019-04-10
re PR c++/90010 (valgrind error with snprintf and -Wall)
Jakub Jelinek
1
-6
/
+10
2019-04-09
re PR middle-end/89998 (ICE: verify_gimple failed in printf-return-value)
Jakub Jelinek
1
-4
/
+4
2019-03-05
re PR tree-optimization/89566 (ICE on compilable C++ code: in gimple_call_arg...
Jakub Jelinek
1
-4
/
+9
2019-02-23
gimple-ssa-sprintf.c (target_strtol): Rename...
Martin Sebor
1
-12
/
+12
2019-02-22
PR tree-optimization/88993 - GCC 9 -Wformat-overflow=2 should reflect real li...
Martin Sebor
1
-55
/
+138
2019-02-22
re PR middle-end/85598 (Incorrect -Wformat-truncation in a loop only at -O2 a...
Aldy Hernandez
1
-0
/
+14
2019-01-02
re PR middle-end/88663 (internal compiler error: in check, at tree-vrp.c:188)
Martin Sebor
1
-2
/
+2
2019-01-01
gimple-fold.h (get_range_strlen): Update prototype.
Martin Sebor
1
-79
/
+63
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-23
builtins.h (c_strlen_data): Add new fields and comments.
Martin Sebor
1
-3
/
+3
2018-12-23
builtins.c (unterminated_array): Use empty brace initialization for c_strlen_...
Martin Sebor
1
-2
/
+1
2018-12-14
PR tree-optimization/87096 - Optimised snprintf is not POSIX conformant
Martin Sebor
1
-7
/
+37
2018-12-07
gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ra...
Jeff Law
1
-1
/
+3
2018-10-30
PR middle-end/87041 - -Wformat reading through null pointer on unreachable code
Martin Sebor
1
-23
/
+167
2018-10-17
bitmap.c (bitmap_head::dump): New.
Aldy Hernandez
1
-18
/
+11
2018-10-03
gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.
Jeff Law
1
-1
/
+13
2018-10-03
gimple-ssa-sprintf.c (struct fmtresult): Add new member and initialize it.
Martin Sebor
1
-4
/
+54
2018-09-17
substring-locations: add class format_string_diagnostic_t
David Malcolm
1
-7
/
+9
2018-09-13
builtins.h (c_srlen): Add argument.
Martin Sebor
1
-7
/
+0
2018-08-21
gimple-ssa-sprintf.c (decl_constant_value): Remove.
Bernd Edlinger
1
-138
/
+1
2018-08-16
re PR tree-optimization/86853 (sprintf optimization for wide strings doesn't ...
Martin Sebor
1
-20
/
+53
2018-08-16
builtins.c (c_strlen): Add new parameter eltsize.
Bernd Edlinger
1
-5
/
+6
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
[next]