Live data from Hacker News

GCC 14.1 Release

gcc.gnu.org

1–7 of 7 posts

Re: GCC 14.1 Release

#4
post #3

Could someone knowledgeable of this topic give some info on the status of C++ modules as of this release? https://en.cppreference.com/w/cpp/compiler_support would indicate that they are currently in an unfinished state. Why is that so?

Looks like there are still some bugs open[0] and some unimplemented details[1]. Self promo of my arewemodulesyet to see the status of modules support in the c++ library ecosystem [2].

[0] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524

[1] https://gcc.gnu.org/projects/cxx-status.html#cxx20

[2] https://arewemodulesyet.org/

Re: GCC 14.1 Release

#5
" -Wanalyzer-infinite-loop warns about paths through the code which appear to lead to an infinite loop."

That's nice, but what we actually wanted was a -Wanalyzer-not-halting .

Re: GCC 14.1 Release

#6
post #3

Could someone knowledgeable of this topic give some info on the status of C++ modules as of this release? https://en.cppreference.com/w/cpp/compiler_support would indicate that they are currently in an unfinished state. Why is that so?

Looks like there are still some bugs open[0] and some unimplemented details[1]. Self promo of my arewemodulesyet to see the status of modules support in the c++ library ecosystem [2]. [0] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524 [1] https://gcc.gnu.org/projects/cxx-status.html#cxx20 [2] https://arewemodulesyet.org/

> Estimated finish by: Sat Dec 21 3901

Still better than export.

https://en.wikipedia.org/wiki/Edison_Design_Group#cite_note-...

Re: GCC 14.1 Release

#7

" -Wanalyzer-infinite-loop warns about paths through the code which appear to lead to an infinite loop." That's nice, but what we actually wanted was a -Wanalyzer-not-halting .

> That's nice, but what we actually wanted was a -Wanalyzer-not-halting .

Funny.

In the same vein: where be fully differentiable code generator ?