public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/113887] New: no support for %w128 length modifiers
@ 2024-02-12  9:07 jens.gustedt at inria dot fr
  2024-02-12  9:29 ` [Bug c/113887] " jakub at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jens.gustedt at inria dot fr @ 2024-02-12  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 113887
           Summary: no support for %w128 length modifiers
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jens.gustedt at inria dot fr
  Target Milestone: ---

With C23 and the %w length modifiers and `_BitInt(128)` literals, it will
finally be possible to have `[u]int128_t` types consistently as type aliases
for all architectures where gcc defines the `__int128` types. I am currently
implementing such a support on musl, but unfortunately the %w128 length
modifiers are diagnosed as being wrong.

```
#include <stdio.h>

int main() {
    unsigned __int128 x = 2;
    printf("%w128x\n", x);
}
```

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

end of thread, other threads:[~2024-02-15 14:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12  9:07 [Bug c/113887] New: no support for %w128 length modifiers jens.gustedt at inria dot fr
2024-02-12  9:29 ` [Bug c/113887] " jakub at gcc dot gnu.org
2024-02-12 16:52 ` jsm28 at gcc dot gnu.org
2024-02-12 17:20 ` jens.gustedt at inria dot fr
2024-02-13  7:26 ` jens.gustedt at inria dot fr
2024-02-13 15:50 ` jsm28 at gcc dot gnu.org
2024-02-13 19:43 ` jens.gustedt at inria dot fr
2024-02-13 20:00 ` jens.gustedt at inria dot fr
2024-02-13 20:07 ` jakub at gcc dot gnu.org
2024-02-13 20:26 ` jens.gustedt at inria dot fr
2024-02-13 20:45 ` jakub at gcc dot gnu.org
2024-02-13 22:43 ` jsm28 at gcc dot gnu.org
2024-02-15 14:54 ` jens.gustedt at inria dot fr

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