--- Comment #8 from rguenth at gcc dot gnu dot org 2006-03-14 09:54 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-03-14 09:53 ---
Subject: Bug 26659
Author: rguenth
Date: Tue Mar 14 09:53:36 2006
New Revision: 112048
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112048
Log:
2006-03-14 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #6 from patchapp at dberlin dot org 2006-03-13 11:20 ---
Subject: Bug number PR26659
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00737.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-03-13 10:01 ---
On powerpc64-linux I get
(gdb) call debug_tree(exp)
unit size
align 32 symtab 0 alias set -1 precision 32 min max
pointer_to_this >
unsigned DI
size
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-03-13 09:30 ---
Interestingly, on i686 (which has BIGGEST_ALIGNMENT 128), I get with the
testcase:
Breakpoint 3, get_pointer_alignment (exp=0xb7c8b320, max_align=128)
(gdb) call debug_tree(exp)
unit size
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-13 01:35 ---
[17:44] < pinskia> richi: it was this part which caused it:
[17:44] < pinskia> - align = DECL_ALIGN (exp);
[17:44] < pinskia> + align = MIN (align, DECL_ALIGN (exp));
[17:44] < pinskia> the alignm
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-12 22:25 ---
This fails also on powerpc64-linux-gnu so this is not darwin specific.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-03-12 22:24 ---
Mine.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||rguenther at suse dot de
Target Milestone|---