]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- fixed on 4.0/4.1 branches. see PR c/22278.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 27 Oct 2005 17:22:05 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-keep-volatile-sematics.patch -> 1.2

gcc-keep-volatile-sematics.patch [deleted file]

diff --git a/gcc-keep-volatile-sematics.patch b/gcc-keep-volatile-sematics.patch
deleted file mode 100644 (file)
index f002396..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/gcc/tree-ssa-operands.c        13 Jul 2005 15:34:16 -0000      2.95
-+++ gcc/gcc/tree-ssa-operands.c        17 Jul 2005 02:26:21 -0000
-@@ -1224,6 +1224,9 @@ get_expr_operands (tree stmt, tree *expr
-   code = TREE_CODE (expr);
-   class = TREE_CODE_CLASS (code);
-+  if (TREE_THIS_VOLATILE (expr))
-+    s_ann->has_volatile_ops = true;
-+
-   switch (code)
-     {
-     case ADDR_EXPR:
This page took 0.397477 seconds and 4 git commands to generate.