https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93948
anlauf at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|WAITING |RESOLVED Target Milestone|--- |14.0 Known to work| |14.0 --- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #5) > From the Steve's comments, could this PR closed as WONTFIX? Yes. Note that -fdec-math has been a no-op for quite some time, and the functions that were added under that flag are finally available under -std=f2023 and -std=gnu. The example in comment#0 works as requested with gcc-14. Closing.