> -Original Message-
> From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of Paulo
> Matos
> Sent: 14 October 2013 09:53
> To: Jan Hubicka
> Cc: gcc@gcc.gnu.org
> Subject: RE: Testing ICEs resulting from profile directed optimization
>
&
> -Original Message-
> From: Jan Hubicka [mailto:hubi...@ucw.cz]
> Sent: 11 October 2013 23:23
> To: Paulo Matos
> Cc: Jan Hubicka; gcc@gcc.gnu.org
> Subject: Re: Testing ICEs resulting from profile directed optimization
>
> You can use dg-additional-sources for
> > -Original Message-
> > From: Jan Hubicka [mailto:hubi...@ucw.cz]
> > Sent: 10 October 2013 17:24
> > To: Paulo Matos
> > Cc: gcc@gcc.gnu.org
> > Subject: Re: Testing ICEs resulting from profile directed optimization
> >
> > > Hi,
&g
> -Original Message-
> From: Jan Hubicka [mailto:hubi...@ucw.cz]
> Sent: 10 October 2013 17:24
> To: Paulo Matos
> Cc: gcc@gcc.gnu.org
> Subject: Re: Testing ICEs resulting from profile directed optimization
>
> > Hi,
> >
> > I have found an ICE
> Hi,
>
> I have found an ICE reported as (PR 58682) and I have a fix.
Cool :)
> However the testcase involved:
> * compiling a 5 .i files with -fprofile-generate=
> * running the executable
> * compiling the same 5 .i files with -fprofile-use=, and only then getting
> the ICE.
>
> Is there any