public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/109427] New: Wrong param description in param.opt
@ 2023-04-06  3:40 fxue at os dot amperecomputing.com
  2023-04-06  4:01 ` [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fxue at os dot amperecomputing.com @ 2023-04-06  3:40 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109427
           Summary: Wrong param description in param.opt
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fxue at os dot amperecomputing.com
  Target Milestone: ---

-param=vect-induction-float=
Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRage(0,
1) Param Optimization
                                                               ^^^^^^^^^^^

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

* [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange
  2023-04-06  3:40 [Bug tree-optimization/109427] New: Wrong param description in param.opt fxue at os dot amperecomputing.com
@ 2023-04-06  4:01 ` pinskia at gcc dot gnu.org
  2023-04-06  4:17 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-04-06  4:01 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pinskia at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-04-06
            Summary|Wrong param description in  |param=vect-induction-float=
                   |params.opt                  |has a typo for IntegerRange
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Oh there is a small typo.

Let me fix it. I looked into the awk files before and yes they don't detect
invalid attributes.

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

* [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange
  2023-04-06  3:40 [Bug tree-optimization/109427] New: Wrong param description in param.opt fxue at os dot amperecomputing.com
  2023-04-06  4:01 ` [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange pinskia at gcc dot gnu.org
@ 2023-04-06  4:17 ` cvs-commit at gcc dot gnu.org
  2023-04-06  4:26 ` cvs-commit at gcc dot gnu.org
  2023-04-06  4:28 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-04-06  4:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:0f816116356fec32e3a3a2fb5af790a0438c5da4

commit r13-7022-g0f816116356fec32e3a3a2fb5af790a0438c5da4
Author: Andrew Pinski <apinski@marvell.com>
Date:   Wed Apr 5 21:13:00 2023 -0700

    Fix typo in -param=vect-induction-float= attributes

    There was a typo in the attributes of the option
    -param=vect-induction-float= for IntegerRange.
    This fixes that typo.

    Committed as obvious after a build/test.

    gcc/ChangeLog:

            PR tree-optimization/109427
            * params.opt (-param=vect-induction-float=):
            Fix option attribute typo for IntegerRange.

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

* [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange
  2023-04-06  3:40 [Bug tree-optimization/109427] New: Wrong param description in param.opt fxue at os dot amperecomputing.com
  2023-04-06  4:01 ` [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange pinskia at gcc dot gnu.org
  2023-04-06  4:17 ` cvs-commit at gcc dot gnu.org
@ 2023-04-06  4:26 ` cvs-commit at gcc dot gnu.org
  2023-04-06  4:28 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2023-04-06  4:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Andrew Pinski
<pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:6c5d6ed689d24418a3bc0647ab34a7ab017d7030

commit r12-9388-g6c5d6ed689d24418a3bc0647ab34a7ab017d7030
Author: Andrew Pinski <apinski@marvell.com>
Date:   Wed Apr 5 21:13:00 2023 -0700

    Fix typo in -param=vect-induction-float= attributes

    There was a typo in the attributes of the option
    -param=vect-induction-float= for IntegerRange.
    This fixes that typo.

    Committed to GCC 12 branch as obvious after a build/test.

    gcc/ChangeLog:

            PR tree-optimization/109427
            * params.opt (-param=vect-induction-float=):
            Fix option attribute typo for IntegerRange.

    (cherry picked from commit 0f816116356fec32e3a3a2fb5af790a0438c5da4)

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

* [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange
  2023-04-06  3:40 [Bug tree-optimization/109427] New: Wrong param description in param.opt fxue at os dot amperecomputing.com
                   ` (2 preceding siblings ...)
  2023-04-06  4:26 ` cvs-commit at gcc dot gnu.org
@ 2023-04-06  4:28 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-04-06  4:28 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Target Milestone|---                         |12.3
         Resolution|---                         |FIXED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2023-04-06  4:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-06  3:40 [Bug tree-optimization/109427] New: Wrong param description in param.opt fxue at os dot amperecomputing.com
2023-04-06  4:01 ` [Bug tree-optimization/109427] param=vect-induction-float= has a typo for IntegerRange pinskia at gcc dot gnu.org
2023-04-06  4:17 ` cvs-commit at gcc dot gnu.org
2023-04-06  4:26 ` cvs-commit at gcc dot gnu.org
2023-04-06  4:28 ` pinskia 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).