public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/95075] New: gcc/d/dmd/dscope.c: 2 * strange assignments ?
@ 2020-05-12  7:31 dcb314 at hotmail dot com
  2020-05-17 14:59 ` [Bug d/95075] " ibuclaw at gdcproject dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2020-05-12  7:31 UTC (permalink / raw)
  To: gcc-bugs

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-25 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  7:31 [Bug d/95075] New: gcc/d/dmd/dscope.c: 2 * strange assignments ? dcb314 at hotmail dot com
2020-05-17 14:59 ` [Bug d/95075] " ibuclaw at gdcproject dot org
2020-05-18  9:33 ` ibuclaw at gdcproject dot org
2020-06-25 15:37 ` cvs-commit at gcc dot gnu.org
2020-06-25 15:44 ` ibuclaw at gdcproject dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).