From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31845 invoked by alias); 19 Oct 2002 03:22:06 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31778 invoked from network); 19 Oct 2002 03:22:05 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 19 Oct 2002 03:22:05 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 182kBh-0003Mi-00 for gcc@gnu.org; Fri, 18 Oct 2002 23:22:05 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 182kBS-0001ZD-00 for gcc@gnu.org; Fri, 18 Oct 2002 23:21:51 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.102]) by monty-python.gnu.org with esmtp (Exim 4.10) id 182anm-0001kU-00 for gcc@gnu.org; Fri, 18 Oct 2002 13:20:46 -0400 Received: from northrelay03.pok.ibm.com (northrelay03.pok.ibm.com [9.56.224.151]) by e2.ny.us.ibm.com (8.12.2/8.12.2) with ESMTP id g9IHKh0K124618; Fri, 18 Oct 2002 13:20:44 -0400 Received: from dyn9-47-17-68.beaverton.ibm.com (dyn9-47-17-68.beaverton.ibm.com [9.47.17.68]) by northrelay03.pok.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id g9IHKf4O037842; Fri, 18 Oct 2002 13:20:41 -0400 Received: (from janis@localhost) by dyn9-47-17-68.beaverton.ibm.com (8.9.3/8.9.3) id KAA01723; Fri, 18 Oct 2002 10:22:37 -0700 Date: Sat, 19 Oct 2002 04:21:00 -0000 From: Janis Johnson To: thorpej@wasabisystems.com Cc: gcc@gnu.org Subject: Re: G++ generating unaligned access? Message-ID: <20021018102237.A1711@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Status: No, hits=-6.5 required=5.0 tests=FROM_ENDS_IN_NUMS,QUOTED_EMAIL_TEXT,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.41 X-Spam-Level: X-SW-Source: 2002-10/txt/msg01178.txt.bz2 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