On Tue, Dec 09, 2014 at 06:59:27PM +0300, Evgeny Stupachenko wrote: > I've tried to get smaller reproducer, however currently it is > complicated as several functions in GCC.
Just add a gcc_assert where you are changing the code, testing for what you want to avoid. Then just delta reduce it or creduce it. Jakub