projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
690c364
)
* stor-layout.c (place_field): Revert erroneous commit.
author
DJ Delorie
<dj@redhat.com>
Fri, 28 May 2004 23:12:14 +0000
(19:12 -0400)
committer
DJ Delorie
<dj@gcc.gnu.org>
Fri, 28 May 2004 23:12:14 +0000
(19:12 -0400)
From-SVN: r82398
gcc/ChangeLog
patch
|
blob
|
history
gcc/stor-layout.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4af71de5f04159a17f67c5bb74d2b590a0566265..90bc6c3315407d9c6a35504e58274adac0c3f86c 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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,
diff --git
a/gcc/stor-layout.c
b/gcc/stor-layout.c
index e1137f5b9ff3b3670e2fba53fd7561ac2883f3b7..aa452b495fc7926716f41d6ab35e305a6dd56b1f 100644
(file)
--- a/
gcc/stor-layout.c
+++ b/
gcc/stor-layout.c
@@
-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);
}