public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
@ 2022-08-31 12:26 marxin at gcc dot gnu.org
  2022-08-31 12:30 ` [Bug tree-optimization/106789] " aldyh at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-31 12:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106789
           Summary: gcc/range-op-float.cc:240:1: warning: unused function
                    'default_frelop_fold_range' [-Wunused-function]
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
                CC: aldyh at gcc dot gnu.org, amacleod at redhat dot com
  Target Milestone: ---

Can we remove the function?

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

* [Bug tree-optimization/106789] gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
  2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
@ 2022-08-31 12:30 ` aldyh at gcc dot gnu.org
  2022-08-31 12:33 ` marxin at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aldyh at gcc dot gnu.org @ 2022-08-31 12:30 UTC (permalink / raw)
  To: gcc-bugs

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

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-08-31
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #0)
> Can we remove the function?

Yes, this became obsolete when I implemented all the range operators with
endpoints.

Removal is preapproved if you're interested.

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

* [Bug tree-optimization/106789] gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
  2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
  2022-08-31 12:30 ` [Bug tree-optimization/106789] " aldyh at gcc dot gnu.org
@ 2022-08-31 12:33 ` marxin at gcc dot gnu.org
  2022-08-31 12:34 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-31 12:33 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Sure, lemme remove it.

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

* [Bug tree-optimization/106789] gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
  2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
  2022-08-31 12:30 ` [Bug tree-optimization/106789] " aldyh at gcc dot gnu.org
  2022-08-31 12:33 ` marxin at gcc dot gnu.org
@ 2022-08-31 12:34 ` cvs-commit at gcc dot gnu.org
  2022-08-31 12:34 ` marxin at gcc dot gnu.org
  2022-08-31 20:28 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-31 12:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:217ba2ce7841a68482cb428b9bc093b0842faf3d

commit r13-2308-g217ba2ce7841a68482cb428b9bc093b0842faf3d
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Aug 31 14:33:40 2022 +0200

    remove unused function

            PR tree-optimization/106789

    gcc/ChangeLog:

            * range-op-float.cc (default_frelop_fold_range): Remove the
              function.

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

* [Bug tree-optimization/106789] gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
  2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-08-31 12:34 ` cvs-commit at gcc dot gnu.org
@ 2022-08-31 12:34 ` marxin at gcc dot gnu.org
  2022-08-31 20:28 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-31 12:34 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

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

* [Bug tree-optimization/106789] gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function]
  2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-08-31 12:34 ` marxin at gcc dot gnu.org
@ 2022-08-31 20:28 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-31 20:28 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcb314 at hotmail dot com

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
*** Bug 106792 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2022-08-31 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 12:26 [Bug tree-optimization/106789] New: gcc/range-op-float.cc:240:1: warning: unused function 'default_frelop_fold_range' [-Wunused-function] marxin at gcc dot gnu.org
2022-08-31 12:30 ` [Bug tree-optimization/106789] " aldyh at gcc dot gnu.org
2022-08-31 12:33 ` marxin at gcc dot gnu.org
2022-08-31 12:34 ` cvs-commit at gcc dot gnu.org
2022-08-31 12:34 ` marxin at gcc dot gnu.org
2022-08-31 20:28 ` 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).