aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index da4cb3d..58b6eee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-14 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/26659
+ * builtins.c (get_pointer_alignment): Prefer alignment
+ information from decls over that from types.
+
2006-03-14 Andrew Pinski <pinskia@physics.uc.edu>
PR target/26657