public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/105210] New: gcc/auto-profile.cc:391:11: warning: variable 'level' set but not used
@ 2022-04-10 19:54 dcb314 at hotmail dot com
  2022-04-10 20:04 ` [Bug c/105210] " dcb314 at hotmail dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: dcb314 at hotmail dot com @ 2022-04-10 19:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105210

            Bug ID: 105210
           Summary: gcc/auto-profile.cc:391:11: warning: variable 'level'
                    set but not used
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

A compile of recent gcc trunk with clang trunk shows
that local variable level is set but not used.

$ fgrep level ../trunk.git/gcc/auto-profile.cc
          level information (not source level). This info is used to help
     This will be enforced when instruction-level discriminator
        function is a top-level function_instance, i.e. it is the original copy
  /* For a given DECL, returns the top-level function_instance.  */
      int level = 0;
          level++;
/* For a given DECL, returns the top-level function_instance.  */
$ 

Suggest remove local variable.

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

end of thread, other threads:[~2022-05-05 18:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 19:54 [Bug c/105210] New: gcc/auto-profile.cc:391:11: warning: variable 'level' set but not used dcb314 at hotmail dot com
2022-04-10 20:04 ` [Bug c/105210] " dcb314 at hotmail dot com
2022-04-10 20:12 ` dcb314 at hotmail dot com
2022-04-10 21:58 ` [Bug gcov-profile/105210] " pinskia at gcc dot gnu.org
2022-04-10 22:10 ` egallager at gcc dot gnu.org
2022-04-10 22:29 ` pinskia at gcc dot gnu.org
2022-04-11  8:13 ` marxin at gcc dot gnu.org
2022-04-11 14:24 ` marxin at gcc dot gnu.org
2022-04-12 17:56 ` dcb314 at hotmail dot com
2022-04-12 18:45 ` marxin at gcc dot gnu.org
2022-05-05 13:05 ` marxin at gcc dot gnu.org
2022-05-05 15:43 ` dcb314 at hotmail dot com
2022-05-05 18:31 ` marxin at gcc dot gnu.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).