bug#43666: [grep-3.5] make failed on Solaris 11.3 x86/x64

2020-10-06 Thread Paul Eggert
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

bug#43666: [grep-3.5] make failed on Solaris 11.3 x86/x64

2020-10-06 Thread Kiyoshi KANAZAWA
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