On 10/5/20 5:53 AM, Kiyoshi KANAZAWA wrote:
Make passed both with CC=gcc (CC='gcc -m32) & CC='gcc -m64'.
But make -k check failed in filename-lineno & triple-backref.
Segmentation Fault & Abort appeared in triple-backref.
Warning about cast was also detected with CC='gcc -m64'.
The triple-back
Hi, Paul,
I confirmed.
All the tests passed with every combination of (gcc 9.3.0, developerstudio12.6)
& (-m32, -m64) on Solaris11.3 x86/x64.
Segmentation Fault & Abort disappeared from triple-backref.
Thank you.
--- Kiyoshi