https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95075
Bug ID: 95075 Summary: gcc/d/dmd/dscope.c: 2 * strange assignments ? Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: dcb314 at hotmail dot com Target Milestone: --- I just tried to build the D compiler with the clang++ compiler. 1. trunk.git/gcc/d/dmd/dscope.c:318:23: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] Source code is fieldInit = fieldInit; 2. trunk.git/gcc/d/dmd/dscope.c:328:23: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign] Duplicate.