https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124185

James Bohl <bohlj47 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bohlj47 at gmail dot com

--- Comment #1 from James Bohl <bohlj47 at gmail dot com> ---
This may be happening if you are doing an incremental build from a version
prior to the following commit:

https://gcc.gnu.org/cgit/gcc/commit/?id=3593e79a9fbe4266589cb5408cf47583a2cb1ca1

If so, libga68 probably did not get recompiled since none of the libga68 code
has changed.  Libga68 needs to be recompiled since the above commit affects the
ABI of unions.

You can recompile libga68 by navigating into the libga68 build directory and
running:

make clean
make
make install

Reply via email to