[cfarm-users] Is anywhere on compile farm installed GCC-15? GCC 14 seems to have severe issue.

Jeffrey Walton noloader at gmail.com
Sun Sep 29 14:23:43 CEST 2024


On Sun, Sep 29, 2024 at 6:42 AM Jaroslav Fojtik via cfarm-users
<cfarm-users at lists.tetaneutral.net> wrote:
>
> Dear Compile farm,
>
> Is anywhere on compile farm installed GCC-15? GCC 14 seems to have severe issue that
> could corrupt many applications including my one
> http://ftsoft.com.cz/wp2latex/wp2latex.htm.
> I would like to check it. All previous GCC versions did work as expected.
>
> I have attempted to bugreport GCC here:
>   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116885

Maybe Off-topic, or maybe related... Your bug report said the code has
worked fine for the last 20 years or so. Vararg changed recently. For
example, va_start now takes two arguments. You should have gotten a
compiler warning like '#error "GCC no longer implements <varargs.h>."'
You should include <stdarg.h> and make the changes as described in
<https://stackoverflow.com/q/24950362>.

Jeff


More information about the cfarm-users mailing list