rpms/gcc/devel gcc43-pr34427.patch,1.1,1.2

Jakub Jelinek (jakub) fedora-extras-commits at redhat.com
Wed Dec 12 20:33:31 UTC 2007


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6552

Modified Files:
	gcc43-pr34427.patch 
Log Message:
4.3.0-0.2

gcc43-pr34427.patch:

Index: gcc43-pr34427.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc43-pr34427.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc43-pr34427.patch	12 Dec 2007 20:16:35 -0000	1.1
+++ gcc43-pr34427.patch	12 Dec 2007 20:33:17 -0000	1.2
@@ -26,7 +26,7 @@
  
    push_char (dtp, c);
  
-@@ -1141,13 +1136,6 @@ parse_real (st_parameter_dt *dtp, void *
+@@ -1141,13 +1136,7 @@ parse_real (st_parameter_dt *dtp, void *
  
   exp2:
    if (!isdigit (c))
@@ -37,10 +37,11 @@
 -	goto bad;
 -    }
 -
-     goto bad;
++    goto bad;
    push_char (dtp, c);
  
-@@ -1178,41 +1166,6 @@ parse_real (st_parameter_dt *dtp, void *
+   for (;;)
+@@ -1177,41 +1166,6 @@ parse_real (st_parameter_dt *dtp, void *
  
    return m;
  
@@ -82,7 +83,7 @@
   bad:
  
    if (nml_bad_return (dtp, c))
-@@ -1340,12 +1293,6 @@ read_real (st_parameter_dt *dtp, int len
+@@ -1339,12 +1293,6 @@ read_real (st_parameter_dt *dtp, int len
        eat_separator (dtp);
        return;
  
@@ -95,7 +96,7 @@
      default:
        goto bad_real;
      }
-@@ -1420,12 +1367,7 @@ read_real (st_parameter_dt *dtp, int len
+@@ -1419,12 +1367,7 @@ read_real (st_parameter_dt *dtp, int len
      }
  
    if (!isdigit (c) && c != '.')
@@ -109,7 +110,7 @@
  
    if (c == '.')
      {
-@@ -1522,37 +1464,6 @@ read_real (st_parameter_dt *dtp, int len
+@@ -1521,37 +1464,6 @@ read_real (st_parameter_dt *dtp, int len
    dtp->u.p.saved_type = BT_REAL;
    return;
  




More information about the fedora-extras-commits mailing list