Bug 41660 - FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal compiler error)
Summary: FAIL: gcc.dg/plugin/one_time-test-1.c -fplugin=./one_time_plugin.so (internal...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 16:07 UTC by John David Anglin
Modified: 2018-03-09 02:01 UTC (History)
2 users (show)

See Also:
Host: hppa-unknown-linux-gnu
Target: hppa-unknown-linux-gnu
Build: hppa-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed: 2009-10-10 16:11:01


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2009-10-10 16:07:19 UTC
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)
Comment 1 Andrew Pinski 2009-10-10 16:11:00 UTC
http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00645.html

Confirmed.  Not LTO related at all and looks like a testcase issue really.
Comment 2 dave 2009-10-10 16:27:40 UTC
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
Comment 3 Hans-Peter Nilsson 2009-10-12 23:22:31 UTC
Looks like Matz fixed this with r152669.
Comment 4 Eric Gallager 2018-03-09 02:01:41 UTC
(In reply to Hans-Peter Nilsson from comment #3)
> Looks like Matz fixed this with r152669.

OK, closing as FIXED then.