From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28905 invoked by alias); 5 Aug 2003 14:34:44 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28896 invoked by uid 48); 5 Aug 2003 14:34:42 -0000 Date: Tue, 05 Aug 2003 14:34:00 -0000 Message-ID: <20030805143442.28895.qmail@sources.redhat.com> From: "aw11 at os dot inf dot tu-dresden dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030805124527.11807.aw11@os.inf.tu-dresden.de> References: <20030805124527.11807.aw11@os.inf.tu-dresden.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11807] Wrong usage of registers on ARM X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg00680.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11807 aw11 at os dot inf dot tu-dresden dot de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | ------- Additional Comments From aw11 at os dot inf dot tu-dresden dot de 2003-08-05 14:34 ------- I'm not using fp explicitely in my code, as you can see in test.ii. I just preserve it across system calls. The compiler uses fp to store non-pointer values in fp and later uses it as pointer! So it is seemingly a BUG.