]> git.ipfire.org Git - thirdparty/gcc.git/commit
docs: Attempt to clarify complex literal suffixes [PR112960]
authorJakub Jelinek <jakub@redhat.com>
Fri, 7 Mar 2025 15:35:11 +0000 (16:35 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 7 Mar 2025 15:35:56 +0000 (16:35 +0100)
commitaa247ea8c3e443a6d60f382e2db2ef5c0069f879
tree19624550f9bbfb7592cb46c04f758ecd078b7d3b
parent22c0dabb7c6d6205042a6c0f8f9032d7875ffe88
docs: Attempt to clarify complex literal suffixes [PR112960]

This attempts to clarify Complex literal suffixes in the documentation.

2025-03-07  Jakub Jelinek  <jakub@redhat.com>

PR c/112960
PR c/117029
* doc/extend.texi (Complex): Add I and J suffixes to the list of
complex suffixes, adjust for all of those being part of ISO C2Y,
clarify that for -fno-ext-numeric-literals none of those are
recognized as GNU extensions and for C++14 i is considered UDL
even for -fext-numeric-literals when <complex> is included.
gcc/doc/extend.texi