[PATCH] Fix RTL DSE compile time hog (PR rtl-optimization/48141)

Mike Stump mikestump@comcast.net
Wed Mar 16 00:00:00 GMT 2011


On Mar 15, 2011, at 4:05 PM, Jakub Jelinek wrote:
> --- gcc/testsuite/gcc.dg/pr48141.c.jj	2011-03-15 21:48:46.000000000 +0100
> +++ gcc/testsuite/gcc.dg/pr48141.c	2011-03-15 21:48:27.000000000 +0100
> @@ -0,0 +1,17 @@
> +/* PR rtl-optimization/48141 */
> +/* { dg-do compile } */
> +/* { dg-options "-O" } */
> +
> +#define A i = 0;
> +#define B A A A A A A A A A A
> +#define C B B B B B B B B B B
> +#define D C C C C C C C C C C
> +#define E D D D D D D D D D D

Long term, I'd welcome a systematic way to test all things like this, but without the expense.



More information about the Gcc-patches mailing list