https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92972
Bug ID: 92972
Summary: gcc/lto-wrapper.c:443: identical branches ?
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
CC: marxin at gcc dot gnu.org
Target Milestone: ---
Some suspicious coding in lto-wrapper.c:
trunk/gcc/lto-wrapper.c:443:60: warning: this condition has identical branches
[-Wduplicated-branches]
svn blame says:
263988 hubicka (*decoded_options)[j].canonical_option[0] = big ?
"-fno-pie" : "-fno-pie";