[Bug algol68/124185] recent regression in printing of fields of complex numbers

bohlj47 at gmail dot com gcc-bugzilla@gcc.gnu.org
Sat Feb 21 01:05:28 GMT 2026


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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Algol68 mailing list