From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29117 invoked by alias); 3 Apr 2003 17:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 29100 invoked by uid 71); 3 Apr 2003 17:36:01 -0000 Date: Thu, 03 Apr 2003 17:36:00 -0000 Message-ID: <20030403173601.29099.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/1833 Reply-To: Wolfgang Bangerth X-SW-Source: 2003-04/txt/msg00108.txt.bz2 List-Id: The following reply was made to PR c++/1833; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-gnats@gcc.gnu.org, Cc: Subject: Re: c++/1833 Date: Thu, 3 Apr 2003 11:31:58 -0600 (CST) Nigel, the problem you sent has nothing to do with the problem described in PR 1833. You are violating aliasing rules. The code in the report is legal, yours is not. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ices.utexas.edu www: http://www.ices.utexas.edu/~bangerth/