]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* stor-layout.c (place_field): Revert erroneous commit.
authorDJ Delorie <dj@redhat.com>
Fri, 28 May 2004 23:12:14 +0000 (19:12 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 28 May 2004 23:12:14 +0000 (19:12 -0400)
From-SVN: r82398

gcc/ChangeLog
gcc/stor-layout.c

index 4af71de5f04159a17f67c5bb74d2b590a0566265..90bc6c3315407d9c6a35504e58274adac0c3f86c 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-28  DJ Delorie  <dj@redhat.com>
+
+       * stor-layout.c (place_field): Revert erroneous commit.
+
 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
 
        * config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,
index e1137f5b9ff3b3670e2fba53fd7561ac2883f3b7..aa452b495fc7926716f41d6ab35e305a6dd56b1f 100644 (file)
@@ -1127,7 +1127,6 @@ place_field (record_layout_info rli, tree field)
                rli->prev_field = NULL;
            }
 
-         rli->offset_align = tree_low_cst (TYPE_SIZE (type), 0);
          normalize_rli (rli);
         }