|UNCONFIRMED |ASSIGNED
Last reconfirmed||2019-07-30
Blocks||83819
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Target Milestone|--- |10.0
Ever confirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
--- Comment #9 from Martin Sebor ---
Is this just before the warning is printed? (In my build the function is
called three times, each time with a slightly different tree node, but never
with an argument that sets is_char_store to true.)
>From
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
--- Comment #10 from Martin Sebor ---
The only interesting difference I see between your powerpc64-linux configure
options and mine is that yours has --with-cpu=power8 (it would be nice to add
it to test-summary). Let me try a build with that op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
Martin Sebor changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #12 from Martin Sebor --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
--- Comment #15 from Martin Sebor ---
The warning only sees the four byte write at the end:
MEM[(int *)&D.3146 + 4B] = 24; <<< write past the end
I will disable it but my main concern was with the char array: is it valid to
transform a 1-el
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
--- Comment #17 from Martin Sebor ---
Author: msebor
Date: Tue Jul 30 20:42:36 2019
New Revision: 273915
URL: https://gcc.gnu.org/viewcvs?rev=273915&root=gcc&view=rev
Log:
PR testsuite/91258 - g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
In the program below the strlen pass tracks the (minimum) length of the string
formed by each of the functions, yet it
|UNCONFIRMED |ASSIGNED
Last reconfirmed||2019-07-31
Blocks||83819
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91294
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91315
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183
--- Comment #7 from Martin Sebor ---
Patch to handle the issue discussed in comment #6:
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg0.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91317
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947
--- Comment #5 from Martin Sebor ---
Author: msebor
Date: Thu Aug 1 23:45:36 2019
New Revision: 273989
URL: https://gcc.gnu.org/viewcvs?rev=273989&root=gcc&view=rev
Log:
PR c++/90947 - Simple lookup table of array of strings is miscompiled
gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947
Martin Sebor changed:
What|Removed |Added
Summary|[9/10 Regression] Simple|[9 Regression] Simple
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90989
--- Comment #6 from Martin Sebor ---
I will backport it today. There are no followup fixes to this one.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90989
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Fri Aug 2 16:57:19 2019
New Revision: 274021
URL: https://gcc.gnu.org/viewcvs?rev=274021&root=gcc&view=rev
Log:
Backport from mainline
PR tree-optimization/90989 - incorrrect strlen res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819
Bug 83819 depends on bug 90989, which changed state.
Bug 90989 Summary: [9 Regression] incorrrect strlen result after second strcpy
into the same destination
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90989
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90989
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90737
--- Comment #8 from Martin Sebor ---
Author: msebor
Date: Fri Aug 2 17:05:34 2019
New Revision: 274022
URL: https://gcc.gnu.org/viewcvs?rev=274022&root=gcc&view=rev
Log:
Backport from mainline
PR c/90737 - [8/9/10 Regression] inconsistent addr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90737
Martin Sebor changed:
What|Removed |Added
Summary|[8/9 Regression]|[8 Regression] inconsistent
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91326
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #2
at gcc dot gnu.org |msebor at gcc dot
gnu.org
--- Comment #4 from Martin Sebor ---
No, the bug is still there. This patch fixes it without braking any of the
format.exp tests.
diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c
index 6363fa4f686..1fa551957d9 100644
--- a/gcc/c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78155
--- Comment #4 from Martin Sebor ---
I don't really see what existing warning this might fall under, except perhaps
-Wchar-subscripts because isalpha and friend use the argument as an index into
an array of 257 characters, but that seems like a s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80619
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #5 from Martin Sebor -
||msebor at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #5 from Martin Sebor ---
Declaring the variable with attribute unused (or [[maybe_unused]]) is the
intended mechanism to suppress the warning when the variable is meant to be
declared
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89180
Bug 89180 depends on bug 91335, which changed state.
Bug 91335 Summary: False positive "unused variable" warning with variable
initialized in 'if' condition
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91335
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51270
Bug 51270 depends on bug 60517, which changed state.
Bug 60517 Summary: warning/error for taking address of member of a temporary
object
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60517
What|Removed |Added
--
||msebor at gcc dot gnu.org
Known to work||9.1.0
Resolution|--- |FIXED
Known to fail||4.9.1, 5.5.0, 6.4.0, 7.4.0,
||8.3.0
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50476
Bug 50476 depends on bug 60517, which changed state.
Bug 60517 Summary: warning/error for taking address of member of a temporary
object
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60517
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45821
Bug 45821 depends on bug 60517, which changed state.
Bug 60517 Summary: warning/error for taking address of member of a temporary
object
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60517
What|Removed |Added
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60517
--- Comment #26 from Martin Sebor ---
Author: msebor
Date: Tue Aug 6 00:08:45 2019
New Revision: 274130
URL: https://gcc.gnu.org/viewcvs?rev=274130&root=gcc&view=rev
Log:
PR c++/60517 - warning/error for taking address of member of a temporary
||msebor at gcc dot gnu.org
Component|c |middle-end
Known to work||10.0, 7.3.0, 8.3.0, 9.1.0
Resolution|--- |FIXED
Known to fail||4.5.2, 4.8.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50476
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Tue Aug 6 00:30:02 2019
New Revision: 274135
URL: https://gcc.gnu.org/viewcvs?rev=274135&root=gcc&view=rev
Log:
PR middle-end/50476 - Warn of pointer set to object whose lifetime is limi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91304
Martin Sebor changed:
What|Removed |Added
Known to fail||10.0, 9.1.0
--- Comment #1 from Martin Se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90597
Martin Sebor changed:
What|Removed |Added
Keywords||ice-on-valid-code
--- Comment #4 from Mar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91148
--- Comment #14 from Martin Sebor ---
Jeff has a setup that builds most if not all targets. I think he's also got it
hooked up to an emulator but I'm not sure he runs tests. Unfortunately,
there's no Web interface to it that we could access. I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79618
--- Comment #9 from Martin Sebor ---
It doesn't. -Wformat-diag runs after adjacent string literals have been
concatenated. Detecting these kinds of issues would mean enhancing the
preprocessor.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91227
--- Comment #17 from Martin Sebor ---
Just to be clear: my suggestion to fold the relational expressions is only for
incoming pointers with addresses of local variables that GCC already assumes
cannot be synthesized (I assume it does that on the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90117
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91227
--- Comment #19 from Martin Sebor ---
That's a valid concern. Issuing a warning (either at the same time as or in
lieu of the folding) would be a way to detect and prevent these kinds of
problems. Exposing it to enough code (like in a whole dis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82813
Bug 82813 depends on bug 80545, which changed state.
Bug 80545 Summary: option -Wstringop-overflow not recognized by Fortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80545
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91397
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90879
Martin Sebor changed:
What|Removed |Added
Keywords||patch
--- Comment #2 from Martin Sebor -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80619
--- Comment #6 from Martin Sebor ---
Author: msebor
Date: Tue Aug 13 15:55:40 2019
New Revision: 274385
URL: https://gcc.gnu.org/viewcvs?rev=274385&root=gcc&view=rev
Log:
PR c/80619 - bad fix-it hint for GCC %lu directive with int argument: %wu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80619
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91294
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Wed Aug 14 16:27:59 2019
New Revision: 274486
URL: https://gcc.gnu.org/viewcvs?rev=274486&root=gcc&view=rev
Log:
PR tree-optimization/91294 - [10 Regression] wrong strlen result of a
cond
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90947
--- Comment #10 from Martin Sebor ---
Author: msebor
Date: Wed Aug 14 20:36:46 2019
New Revision: 274494
URL: https://gcc.gnu.org/viewcvs?rev=274494&root=gcc&view=rev
Log:
Backport from mainline
2019-08-01 Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91294
--- Comment #4 from Martin Sebor ---
Author: msebor
Date: Wed Aug 14 20:36:46 2019
New Revision: 274494
URL: https://gcc.gnu.org/viewcvs?rev=274494&root=gcc&view=rev
Log:
Backport from mainline
2019-08-01 Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91448
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819
Bug 83819 depends on bug 91294, which changed state.
Bug 91294 Summary: [10 Regression] wrong strlen result of a conditional with an
offset
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91294
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819
Bug 83819 depends on bug 91183, which changed state.
Bug 91183 Summary: strlen of a strcpy result with a conditional source not
folded
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91294
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91449
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91449
--- Comment #2 from Martin Sebor ---
The difference in the memcpy folding (done in gimple_fold_builtin_memory_op) is
due to i386 target (an a few others) defining the MOVE_MAX macro to 16 while
powerpc64 (and many others to 8), and quite a few ev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91449
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Wed Aug 14 22:26:40 2019
New Revision: 274495
URL: https://gcc.gnu.org/viewcvs?rev=274495&root=gcc&view=rev
Log:
PR testsuite/91449 - new test case gcc.dg/strlenopt-73.c fails on powerpc6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819
Bug 83819 depends on bug 91449, which changed state.
Bug 91449 Summary: [10 regression] new test case gcc.dg/strlenopt-73.c fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91449
What|Removed |Added
--
|--- |FIXED
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
--- Comment #4 from Martin Sebor ---
In r274495 I've restricted the subset of the failing test cases to run only on
i386 until the strlen optimization is enhanced to handle these cases.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91457
Martin Sebor changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #3 from Martin Sebor
||2019-08-15
CC||msebor at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #2 from Martin Sebor ---
Confirmed. Here's a sli
: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
In the test case below, the write to the empty flexible array member in Ax
isn't diagnosed even though the equivalent
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91462
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Blocks|
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
The past the end write to the flexible array member in f() is not diagnosed.
DECL_SIZE of the array
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91463
Martin Sebor changed:
What|Removed |Added
Keywords||diagnostic
Blocks|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91458
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
at gcc dot gnu.org |msebor at gcc dot
gnu.org
--- Comment #3 from Martin Sebor ---
Let me fix it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676
--- Comment #10 from Martin Sebor ---
Author: msebor
Date: Fri Aug 16 15:47:25 2019
New Revision: 274574
URL: https://gcc.gnu.org/viewcvs?rev=274574&root=gcc&view=rev
Log:
PR testsuite/91458
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91458
--- Comment #4 from Martin Sebor ---
Author: msebor
Date: Fri Aug 16 15:47:25 2019
New Revision: 274574
URL: https://gcc.gnu.org/viewcvs?rev=274574&root=gcc&view=rev
Log:
PR testsuite/91458
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91458
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77672
Martin Sebor changed:
What|Removed |Added
Status|WAITING |RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91457
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Target Milestone|---
||msebor at gcc dot gnu.org
Resolution|--- |WORKSFORME
--- Comment #12 from Martin Sebor ---
I haven't been able to reproduce the false positive with any of the test cases
here, with -O2 or -O3 and with -funsigned-chars or without. Since there
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456
Bug 56456 depends on bug 35903, which changed state.
Bug 35903 Summary: false Warray-bounds warning when passing quoted string to
function strcmp(arg,"no");
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35903
What|Removed
: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
The strlen call in f() below compiles with no warning and is successfully
folded to a constant
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90676
--- Comment #11 from Martin Sebor ---
Author: msebor
Date: Wed Aug 21 02:18:41 2019
New Revision: 274764
URL: https://gcc.gnu.org/viewcvs?rev=274764&root=gcc&view=rev
Log:
PR testsuite/91458
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/ss
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91458
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Wed Aug 21 02:18:41 2019
New Revision: 274764
URL: https://gcc.gnu.org/viewcvs?rev=274764&root=gcc&view=rev
Log:
PR testsuite/91458
gcc/testsuite/ChangeLog:
* g++.dg/tree-ssa/ssa
|ASSIGNED
Last reconfirmed||2019-08-21
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Martin Sebor ---
Patch: https://gcc.gnu.org/ml/gcc-patches
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91490
--- Comment #2 from Martin Sebor ---
A subset of the patch referenced in comment #1 that deals with just this issue:
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01517.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91490
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Thu Aug 22 23:09:26 2019
New Revision: 274837
URL: https://gcc.gnu.org/viewcvs?rev=274837&root=gcc&view=rev
Log:
PR middle-end/91490 - bogus argument missing terminating nul warning on st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90883
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91490
Martin Sebor changed:
What|Removed |Added
Summary|[9/10 Regression] bogus |[9 Regression] bogus
|a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90883
--- Comment #23 from Martin Sebor ---
I get the same failure with -m32 -mtune=generic:
spawn -ignore SIGHUP /ssd/build/gcc-svn/gcc/testsuite/g++/../../xg++
-B/ssd/buil
d/gcc-svn/gcc/testsuite/g++/../../
/src/gcc/svn/gcc/testsuite/g++.dg/tree-ssa
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
GCC diagnoses calls to string functions like strcpy or strlen that attempt to
access an empty flexible array member of constant object
||2019-08-26
CC||msebor at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #3 from Martin Sebor ---
It does, but the code hasn't been adjusted yet. So confirmed.
There are quite a few outstanding -Wformat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
--- Comment #6 from Martin Sebor ---
Author: msebor
Date: Mon Aug 26 18:29:45 2019
New Revision: 274933
URL: https://gcc.gnu.org/viewcvs?rev=274933&root=gcc&view=rev
Log:
PR tree-optimization/83431 - -Wformat-truncation may incorrectly report
tr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91562
--- Comment #1 from Martin Sebor ---
Author: msebor
Date: Tue Aug 27 16:18:27 2019
New Revision: 274961
URL: https://gcc.gnu.org/viewcvs?rev=274961&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:
PR c++/83431
PR testsuite/91562
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83431
--- Comment #8 from Martin Sebor ---
Author: msebor
Date: Tue Aug 27 16:18:27 2019
New Revision: 274961
URL: https://gcc.gnu.org/viewcvs?rev=274961&root=gcc&view=rev
Log:
gcc/testsuite/ChangeLog:
PR c++/83431
PR testsuite/91562
|--- |FIXED
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
--- Comment #2 from Martin Sebor ---
Yes, I must have missed updating the name of the dump. It should be strlen1.
||2019-08-27
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Ever confirmed|0 |1
--- Comment #1 from Martin Sebor ---
Thanks, I'm working on it.
https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01827.html
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: msebor at gcc dot gnu.org
Target Milestone: ---
A snprintf call with the conditional expression involving a string of known
length (zero) and another of some
|UNCONFIRMED |ASSIGNED
Last reconfirmed||2019-08-27
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Target Milestone|--- |10.0
Ever confirmed|0 |1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83543
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Tue Aug 27 23:31:44 2019
New Revision: 274976
URL: https://gcc.gnu.org/viewcvs?rev=274976&root=gcc&view=rev
Log:
PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91567
--- Comment #2 from Martin Sebor ---
Author: msebor
Date: Tue Aug 27 23:31:44 2019
New Revision: 274976
URL: https://gcc.gnu.org/viewcvs?rev=274976&root=gcc&view=rev
Log:
PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85741
Bug 85741 depends on bug 91567, which changed state.
Bug 91567 Summary: [10 Regression] Spurious -Wformat-overflow warnings building
glibc (32-bit only)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91567
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91567
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91562
Martin Sebor changed:
What|Removed |Added
Target Milestone|--- |10.0
1601 - 1700 of 8151 matches
Mail list logo