On 28/07/11 09:40, Carrot Wei wrote:
> Index: pr49799.c
> ===================================================================
> --- pr49799.c (revision 0)
> +++ pr49799.c (revision 0)
> @@ -0,0 +1,25 @@
> +/* PR rtl-optimization/49799 */
> +/* { dg-do assemble } */
> +/* { dg-options "-O2 -w -march=armv7-a" } */No, don't force the architecture like this. Just let multilib variant handling deal with it. Once you've done that, then this test isn't cpu specific and can be moved to c-torture/compile. R.
