public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/115658] New: char16_t and char32_t aliasing is conserative
@ 2024-06-26  4:13 pinskia at gcc dot gnu.org
  2024-06-26  4:15 ` [Bug c++/115658] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-06-26  4:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115658
           Summary: char16_t and char32_t aliasing is conserative
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: alias, missed-optimization
          Severity: enhancement
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---

when char8_t was added, a new aliasing set was done:
r9-5405-g2d91f79dc990f8

But when char16_t and char32_t was added (for GCC 4.4/C++11):
r0-88474-gc466b2cd136139

That was not done.

Maybe it should be done now.

Noticed from https://github.com/sg16-unicode/sg16/issues/67 .

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

end of thread, other threads:[~2024-06-28 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26  4:13 [Bug c++/115658] New: char16_t and char32_t aliasing is conserative pinskia at gcc dot gnu.org
2024-06-26  4:15 ` [Bug c++/115658] " pinskia at gcc dot gnu.org
2024-06-26 20:12 ` tom at honermann dot net
2024-06-28 19:52 ` tom at honermann dot net

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).