expr.c (is_aligning_offset): Check if we are aligning the expressions's address over...
authorOlivier Hainque <hainque@act-europe.fr>
Thu, 19 Feb 2004 07:52:51 +0000 (08:52 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 19 Feb 2004 07:52:51 +0000 (07:52 +0000)
commitc0cfc6913eda8fe934043848ee7c9462464f75f1
tree7de189d67e475db2ec90a8e30149a8018186c9d8
parent328163dc0a1c6553bd8c40f91b21efb9b4351a80
expr.c (is_aligning_offset): Check if we are aligning the expressions's address over BIGGEST_ALIGNMENT in...

* expr.c (is_aligning_offset): Check if we are aligning the
expressions's address over BIGGEST_ALIGNMENT in bytes, not
in bits.

From-SVN: r78076
gcc/ChangeLog
gcc/expr.c