diff mbox

Backport to GCC6 (part 2)

Message ID deea4270-4686-c428-bb6d-d2747309defc@suse.cz
State New
Headers show

Commit Message

Martin Liška March 22, 2017, 2:23 p.m. UTC
Hello.

There are 4 patches I'm going to install.
Patches can bootstrap on x86_64-linux-gnu and survives regression tests.

Martin
diff mbox

Patch

From 4bccc95d0ad5463dac83e56a3c515ff393ad9421 Mon Sep 17 00:00:00 2001
From: segher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Thu, 16 Mar 2017 18:18:58 +0000
Subject: [PATCH 4/4] Backport r246206

gcc/testsuite/ChangeLog:

2017-03-16  Segher Boessenkool  <segher@kernel.crashing.org>

	* gcc.dg/tree-prof/pr66295.c: Skip unless on an x86 target.
---
 gcc/testsuite/gcc.dg/tree-prof/pr66295.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/tree-prof/pr66295.c b/gcc/testsuite/gcc.dg/tree-prof/pr66295.c
index 1ab7e6c8f64..e83e821387f 100644
--- a/gcc/testsuite/gcc.dg/tree-prof/pr66295.c
+++ b/gcc/testsuite/gcc.dg/tree-prof/pr66295.c
@@ -1,4 +1,5 @@ 
 /* { dg-require-ifunc "" } */
+/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
 /* { dg-options "-O2" } */
 
 static double bar (double *__restrict, double *__restrict, int)
-- 
2.12.0