Executing on host: /home/dave/gnu/gcc-4.5/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4.5/objdir/gcc/ /home/dave/gnu/gcc-4.5/gcc/gcc/testsuite/gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so -O -S -o one_time-test-1.s (timeout = 300)cc1: internal compiler error: in register_pass, at passes.c:620Please submit a full bug report,with preprocessed source if appropriate.See <http://gcc.gnu.org/bugs.html> for instructions.compiler exited with status 1output is:cc1: internal compiler error: in register_pass, at passes.c:620Please submit a full bug report,with preprocessed source if appropriate.See <http://gcc.gnu.org/bugs.html> for instructions.FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error) FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (test for excess errors)
http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00645.html Confirmed. Not LTO related at all and looks like a testcase issue really.
Subject: Re: FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error) > http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00645.html > > Confirmed. Not LTO related at all and looks like a testcase issue really. As noted in message, compiler shouldn't ICE. Dave
Looks like Matz fixed this with r152669.
(In reply to Hans-Peter Nilsson from comment #3) > Looks like Matz fixed this with r152669. OK, closing as FIXED then.