This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[4.2 Regression]: Gcc generates unaligned access on IA64
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: mkuvyrkov at ispras dot ru
- Date: Thu, 16 Mar 2006 11:04:45 -0800
- Subject: [4.2 Regression]: Gcc generates unaligned access on IA64
FYI, today's gcc 4.2 generates many unaligned access on IA64:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26721
It may be related to
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01001.html
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01000.html
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00999.html
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00997.html
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00998.html
Has anyone else seen it? If it is confirmed, it looks pretty bad.
H.J.