This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/52361] gcc.dg/pr48141.c times out with checking enabled
- From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 24 Feb 2012 10:43:02 +0000
- Subject: [Bug tree-optimization/52361] gcc.dg/pr48141.c times out with checking enabled
- Auto-submitted: auto-generated
- References: <bug-52361-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52361
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-02-24 10:43:02 UTC ---
> --- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-24 10:35:32 UTC ---
> Actually I have a simple patch that speeds things up a bit, but not
> significantly
> so.
I wonder if the testcase couldn't be reduced a bit, or instead marked
with
dg-require-effective-target run_expensive_tests
I doubt there is much point routinely running such a compile time hog.
Rainer