From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3294 invoked by alias); 18 Jul 2010 17:40:49 -0000 Received: (qmail 3215 invoked by uid 48); 18 Jul 2010 17:40:36 -0000 Date: Sun, 18 Jul 2010 17:40:00 -0000 Message-ID: <20100718174036.3214.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/43494] gcc.c-torture/execute/vector-2.c fails with -fpic/-fPIC In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "steven at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg01843.txt.bz2 ------- Comment #7 from steven at gcc dot gnu dot org 2010-07-18 17:40 ------- Ah, and since both r14 and r15 are initially copies of r12, they point to the same memory area (modulo auto-increments/decrements). So indeed an alias thing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43494