Commit 9c67102d by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/33757 (Revision 126149 fails gcc.dg/tree-ssa/ssa-fre-4.c)

	PR tree-optimization/33757
	* gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES
	true architectures instead of having a big dg-skip-if.

From-SVN: r129737
parent e7df0180
2007-10-29 Jakub Jelinek <jakub@redhat.com> 2007-10-29 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/33757
* gcc.dg/tree-ssa/ssa-fre-4.c: Run on selected TARGET_PROMOTE_PROTOTYPES
true architectures instead of having a big dg-skip-if.
PR c++/33841 PR c++/33841
* g++.dg/other/bitfield3.C: New test. * g++.dg/other/bitfield3.C: New test.
/* { dg-do compile } */
/* If the target returns false for TARGET_PROMOTE_PROTOTYPES, then there /* If the target returns false for TARGET_PROMOTE_PROTOTYPES, then there
will be no casts for FRE to eliminate and the test will fail. */ will be no casts for FRE to eliminate and the test will fail. */
/* { dg-skip-if "no promotion to eliminate" { cris-*-* mmix-*-* } { "*" } { "" } } */ /* { dg-do compile { target i?86-*-* x86_64-*-* hppa*-*-* mips*-*-* m68k*-*-* } } */
/* { dg-options "-O -fdump-tree-fre-details" } */ /* { dg-options "-O -fdump-tree-fre-details" } */
/* From PR21608. */ /* From PR21608. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment