/* Orgin: Chris Demetriou <cgd@broadcom.com> PR debug/12923 ICE in gen_subprogram_die with -O2 -g The problem was that this just to ICE with -O2 -g. *//* { dg-do compile } *//* { dg-options "-O2 -g" } */extern__SIZE_TYPE__strlen(constchar*);intx(char*s){inty(){return(strlen(s));}returny(s);}