On Wed, 2011-06-01 at 12:18 +0400, Andrey Belevantsev wrote: > On 31.05.2011 23:59, Andrey Belevantsev wrote: > > > > On 31.05.2011 22:24, Steve Ellcey wrote: > >> Bernd, > >> > >> This patch (r174336) is causing me many testsuite failures on IA64. > >> Tests like gcc.c-torture/compile/20010408-1.c are dying with a > >> seg fault in vinsn_detach. > > I will look at it tomorrow. Bernd, Steve, please let us know about any > > issues with sel-sched code so we can help. > I cannot reproduce this with today's trunk with a cross either to > ia64-linux or ia64-hpux, can you give me a test case with compiler options > etc.? > > Andrey
gcc.c-torture/compile/20010408-1.c was the test case that the stack trace was from. That test failed on IA64 HP-UX with just the -O3 option. It looks like that passes in 64 bit mode though (-mlp64) so that is probably why it also doesn't fail on Linux. It looks like the failures on IA64 Linux require -g or -fomit-frame-pointer in addition to -O3 in order to have the failure. So for example, gcc.c-torture/execute/20020402-3.c, fails on IA64 Linux with -O3 -fomit-frame-pointer or with -O3 -g. Steve Ellcey s...@cup.hp.com