------- Additional Comments From mark at codesourcery dot com 2004-10-05 21:42 ------- Subject: Re: New: Segfault in perform_or_defer_access_check
jakub at gcc dot gnu dot org wrote: >extern "C" long foo (int); > >struct A >{ > int i; >}; > >struct B >{ > static void foo (A &); > B (int x) : c (x) { foo (d); } > int c; > A d; >}; > >ICEs at -O2 on e.g. i386-redhat-linux and x86_64-redhat-linux. >This is a recent regression, apparently caused by PR c++/17585 patch. > > Please feel free to assign this -- and any other regressions caused by my patches -- directly to me. There's no need to ask me first! Thanks, -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17846