> 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 anything in the GCC testing framework that allows this kind of > testing as opposed to the straightforward single test compilation? You probably only want to put those tests into gcc.dg/tree-prof directory. Those tests are run with FDO. You will need to convert them to .c files. Honza