public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/78888] toupper(x) can be assumed not to be in the range 'a' - 'z'
       [not found] <bug-78888-4@http.gcc.gnu.org/bugzilla/>
@ 2021-07-24  8:27 ` pinskia at gcc dot gnu.org
  2021-07-26 18:20 ` [Bug tree-optimization/78888] " cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-24  8:27 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
           Severity|normal                      |enhancement
   Last reconfirmed|                            |2021-07-24

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

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

* [Bug tree-optimization/78888] toupper(x) can be assumed not to be in the range 'a' - 'z'
       [not found] <bug-78888-4@http.gcc.gnu.org/bugzilla/>
  2021-07-24  8:27 ` [Bug middle-end/78888] toupper(x) can be assumed not to be in the range 'a' - 'z' pinskia at gcc dot gnu.org
@ 2021-07-26 18:20 ` cvs-commit at gcc dot gnu.org
  2021-07-26 18:21 ` amacleod at redhat dot com
  2021-07-26 23:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-26 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:1ce0b26e6e1e6c348b1d54f1f462a44df6fe47f5

commit r12-2517-g1ce0b26e6e1e6c348b1d54f1f462a44df6fe47f5
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Mon Jul 26 09:40:32 2021 -0400

    Adjust ranges for to_upper and to_lower.

    Exclude lower case chars from to_upper and upper case chars from to_lower.

            gcc/
            PR tree-optimization/78888
            * gimple-range-fold.cc (fold_using_range::range_of_builtin_call):
Add cases
            for CFN_BUILT_IN_TOUPPER and CFN_BUILT_IN_TOLOWER.

            gcc/testsuite/
            * gcc.dg/pr78888.c: New.

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

* [Bug tree-optimization/78888] toupper(x) can be assumed not to be in the range 'a' - 'z'
       [not found] <bug-78888-4@http.gcc.gnu.org/bugzilla/>
  2021-07-24  8:27 ` [Bug middle-end/78888] toupper(x) can be assumed not to be in the range 'a' - 'z' pinskia at gcc dot gnu.org
  2021-07-26 18:20 ` [Bug tree-optimization/78888] " cvs-commit at gcc dot gnu.org
@ 2021-07-26 18:21 ` amacleod at redhat dot com
  2021-07-26 23:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: amacleod at redhat dot com @ 2021-07-26 18:21 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Macleod <amacleod at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |amacleod at redhat dot com

--- Comment #3 from Andrew Macleod <amacleod at redhat dot com> ---
fixed

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

* [Bug tree-optimization/78888] toupper(x) can be assumed not to be in the range 'a' - 'z'
       [not found] <bug-78888-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-07-26 18:21 ` amacleod at redhat dot com
@ 2021-07-26 23:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-26 23:31 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Andrew Macleod <amacleod@gcc.gnu.org>:

https://gcc.gnu.org/g:d5a8c1382718ae084d46ff9b8a26d6b1d0cb684c

commit r12-2519-gd5a8c1382718ae084d46ff9b8a26d6b1d0cb684c
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Mon Jul 26 17:25:06 2021 -0400

    Confirm and Handle only ASCII in toupper and tolower ranges.

            PR tree-optimization/78888
            * gimple-range-fold.cc (get_letter_range): New.
            (fold_using_range::range_of_builtin_call): Call get_letter_range.

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

end of thread, other threads:[~2021-07-26 23:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-78888-4@http.gcc.gnu.org/bugzilla/>
2021-07-24  8:27 ` [Bug middle-end/78888] toupper(x) can be assumed not to be in the range 'a' - 'z' pinskia at gcc dot gnu.org
2021-07-26 18:20 ` [Bug tree-optimization/78888] " cvs-commit at gcc dot gnu.org
2021-07-26 18:21 ` amacleod at redhat dot com
2021-07-26 23:31 ` cvs-commit 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).