public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/67347] New: [alpha] unused function vms_asm_out_constructor
@ 2015-08-25  1:26 miyuki at gcc dot gnu.org
  2015-09-18 20:19 ` [Bug bootstrap/67347] " miyuki at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: miyuki at gcc dot gnu.org @ 2015-08-25  1:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67347
           Summary: [alpha] unused function vms_asm_out_constructor
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: miyuki at gcc dot gnu.org
  Target Milestone: ---

When building with --enable-werror-always, build fails for targets
alpha-dec-vms and alpha64-dec-vms because of the following warnings:

gcc/config/alpha/alpha.c:9668:1: error: 'void vms_asm_out_destructor(rtx, int)'
defined but not used [-Werror=unused-function]
 vms_asm_out_destructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
 ^
gcc/config/alpha/alpha.c:9660:1: error: 'void vms_asm_out_constructor(rtx,
int)' defined but not used [-Werror=unused-function]
 vms_asm_out_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED)
 ^


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

* [Bug bootstrap/67347] [alpha] unused function vms_asm_out_constructor
  2015-08-25  1:26 [Bug bootstrap/67347] New: [alpha] unused function vms_asm_out_constructor miyuki at gcc dot gnu.org
@ 2015-09-18 20:19 ` miyuki at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: miyuki at gcc dot gnu.org @ 2015-09-18 20:19 UTC (permalink / raw)
  To: gcc-bugs

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

Mikhail Maltsev <miyuki at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mikhail Maltsev <miyuki at gcc dot gnu.org> ---
I believe this warning was fixed in revision range (r227480, r227896].


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

end of thread, other threads:[~2015-09-18 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-25  1:26 [Bug bootstrap/67347] New: [alpha] unused function vms_asm_out_constructor miyuki at gcc dot gnu.org
2015-09-18 20:19 ` [Bug bootstrap/67347] " miyuki 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).