This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ generating unaligned access?
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: thorpej at wasabisystems dot com
- Cc: gcc at gnu dot org
- Date: Fri, 18 Oct 2002 10:22:37 -0700
- Subject: Re: G++ generating unaligned access?
Jason Thorpe wrote on October 17:
> Anyone else with an Alpha seeing unaligned access being generated by G++
> on the tip-of-the-trunk? The NetBSD kernel by default fixes up the access
> and prints a message to the user's tty, resulting in the stuff below. The
> last time I bootstrapped/regtested on alpha-netbsd (a bit over a month ago,
> unfortunately), this did not occur.
>
> Before I dig into this, has anyone else on an Alpha or other alignment-picky
> arch seeing any problems like this?
I get unaligned access messages on ia64-unknown-linux-gnu with the
current mainline for vbase8-10.exe (4 messages) and g++-abi-vbase8-
(4 messages; the name is truncated).
Janis