https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126032
Bug ID: 126032
Summary: gcc/gimple-ssa-warn-access.cc:901:30: warning: this
condition has identical branches
[-Wduplicated-branches]
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
Source code is
? G_("specified bound [%E, %E] exceeds "
"destination size %E")
: G_("specified bound [%E, %E] exceeds "
"destination size %E")),
git blame says:
2a837de28ee9 (Martin Sebor 2021-07-28 15:28:10 -0600 901)
? G_("specified bound [%E, %E] exceeds "
2a837de28ee9 (Martin Sebor 2021-07-28 15:28:10 -0600 902)
"destination size %E")
2a837de28ee9 (Martin Sebor 2021-07-28 15:28:10 -0600 903)
: G_("specified bound [%E, %E] exceeds "
2a837de28ee9 (Martin Sebor 2021-07-28 15:28:10 -0600 904)
"destination size %E")),