]> git.ipfire.org Git - thirdparty/gcc.git/commit
Further simplify the stdlib inline folding
authorVille Voutilainen <ville.voutilainen@gmail.com>
Thu, 15 May 2025 13:26:52 +0000 (16:26 +0300)
committerVille Voutilainen <ville.voutilainen@gmail.com>
Fri, 16 May 2025 14:58:33 +0000 (17:58 +0300)
commitfa365450352ae5cc7c0078e37e641341fb48e6b6
treec37805d81b27d1e5975cdefc3aeaa31cc136c6aa
parentdca6f3534d2b6c52cecc770c40b204fb5e4a12b3
Further simplify the stdlib inline folding

gcc/cp/ChangeLog:
* cp-gimplify.cc (cp_fold): Do the conversion unconditionally, even for same-type cases.

gcc/ChangeLog:
* doc/invoke.texi: Add to_underlying to -ffold-simple-inlines.
gcc/cp/cp-gimplify.cc
gcc/doc/invoke.texi