pr41345.c: Removed.

2009-10-31  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.dg/pr41345.c: Removed.

From-SVN: r153778
This commit is contained in:
H.J. Lu 2009-10-31 16:02:28 +00:00 committed by H.J. Lu
parent b87ca02b30
commit 1a27e95846
2 changed files with 4 additions and 14 deletions

View File

@ -1,3 +1,7 @@
2009-10-31 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/pr41345.c: Removed.
2009-10-30 H.J. Lu <hongjiu.lu@intel.com>
Backport from mainline:

View File

@ -1,14 +0,0 @@
/* PR bootstrap/41345 */
/* { dg-do compile } */
/* { dg-options "-O2 -g -fcompare-debug" } */
void
foo (int *x)
{
int a;
for (a = 0; a < 2; a++)
if (x[a])
goto lab;
__builtin_unreachable ();
lab:;
}