PR modula2/109125 SIGBUS in m2pim_ldtoa_ldtoa
authorGaius Mulley <gaiusmod2@gmail.com>
Thu, 16 Mar 2023 20:41:20 +0000 (20:41 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Thu, 16 Mar 2023 20:41:20 +0000 (20:41 +0000)
commitf231bca93ca92f6fd55de6fbe4bf8935f9ec558a
tree93cd0e97bb5694d8362623bbefe43a43748d67b2
parent77924dff144cf934e7a73417d237a99f0d9d66ed
PR modula2/109125 SIGBUS in m2pim_ldtoa_ldtoa

13 regression failures seen on sparc SIGBUS in m2pim_ldtoa_ldtoa.
This patch fixes int bool struct field mismatches between the
definition modules and their C/C++ implementations.

gcc/testsuite/ChangeLog:

PR modula2/109125
* gm2/types/run/pass/d.c: Convert data structure from
BOOLEAN int to bool and cast int to bool in test function.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/testsuite/gm2/types/run/pass/d.c