]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- merged lost change:
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 May 2003 14:19:39 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  revision 1.2
  date: 2003/05/25 08:47:56;  author: ankry;  state: Exp;  lines: (vary)
  - ported to gcc 3.3

Changed files:
    gcc32-bogus-inline.patch -> 1.2

gcc32-bogus-inline.patch

index 1379cb4c1ce54c11fa30991862fa2183ccd0af39..f93cee4560305933d8668b641e0e279c0ae4fc1e 100644 (file)
@@ -9,7 +9,7 @@
 
 --- gcc/tree-inline.c.jj       Tue Oct  9 16:03:13 2001
 +++ gcc/tree-inline.c  Fri Oct 12 17:08:23 2001
-@@ -474,17 +474,25 @@ initialize_inlined_parameters (id, args,
+@@ -474,20 +474,28 @@ initialize_inlined_parameters (id, args,
  
    /* Loop through the parameter declarations, replacing each with an
       equivalent VAR_DECL, appropriately initialized.  */
 -       a = a ? TREE_CHAIN (a) : a, p = TREE_CHAIN (p))
 +  for (p = parms, a = args; p; a = TREE_CHAIN (a), p = TREE_CHAIN (p))
      {
+ #ifndef INLINER_FOR_JAVA
        tree init_stmt;
+       tree cleanup;
+ #endif /* not INLINER_FOR_JAVA */
        tree var;
        tree value;
-       tree cleanup;
+       tree var_sub;
  
 +      if (a == NULL_TREE)
 +      {
This page took 0.026874 seconds and 4 git commands to generate.