K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-07-03T07:16:03.154542Z K 7 svn:log V 1723 lang/cint: Unbreak build with GCC 9 G__cpp_list.cxx: In function 'int G__list_49_0_10(G__value*, const char*, G__param*, int)': G__cpp_list.cxx:707:109: error: 'std::__cxx11::list >::iterator' {aka 'struct std::_List_iterator'} has no member named 'operator=='; did you mean 'operator='? 707 | G__letint(result7, 103, (long) ((list >::iterator*) G__getstructoffset())->operator==(*(list >::iterator*) libp->para[0].ref)); | ^~ | operator= G__cpp_list.cxx: In function 'int G__list_49_0_11(G__value*, const char*, G__param*, int)': G__cpp_list.cxx:713:109: error: 'std::__cxx11::list >::iterator' {aka 'struct std::_List_iterator'} has no member named 'operator!='; did you mean 'operator='? 713 | G__letint(result7, 103, (long) ((list >::iterator*) G__getstructoffset())->operator!=(*(list >::iterator*) libp->para[0].ref)); | ^~ | operator= http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/cint-5.18.00_12.log While here make the build abort fast on build errors instead of carrying on like nothing happened. PR: 238907 Reported by: antoine (via exp-run in PR 238330) END