summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch
index c9f747cf0b..d4171b018c 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0042-PR-c-48265.patch
@@ -1,8 +1,7 @@
1Upstream-Status: Inappropriate [Backport]
2From ec2d33835ee5855060878da89d4051fa06af9e97 Mon Sep 17 00:00:00 2001 1From ec2d33835ee5855060878da89d4051fa06af9e97 Mon Sep 17 00:00:00 2001
3From: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> 2From: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
4Date: Wed, 30 Mar 2011 02:16:37 +0000 3Date: Wed, 30 Mar 2011 02:16:37 +0000
5Subject: [PATCH 042/200] PR c++/48265 4Subject: [PATCH] PR c++/48265
6 * pt.c (value_dependent_expression_p) [VAR_DECL]: Make sure 5 * pt.c (value_dependent_expression_p) [VAR_DECL]: Make sure
7 the variable is constant before looking at its initializer. 6 the variable is constant before looking at its initializer.
8 7