This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/13906] genmodes.c:964: internal compiler error: Bus error in md5_process_block
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jan 2004 01:03:42 -0000
- Subject: [Bug other/13906] genmodes.c:964: internal compiler error: Bus error in md5_process_block
- References: <20040128234527.13906.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-29 01:03 -------
It does not happen without --enable-checking because md5 is not used. The problem is that
md5_process_block believes it is okay to have unaligned words. This will effect 3.5.0 also if PCH
and includes are used and the buffer is not word aligned.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|bootstrap |other
Ever Confirmed| |1
Keywords| |build
Last reconfirmed|0000-00-00 00:00:00 |2004-01-29 01:03:40
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13906