From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24453 invoked by alias); 22 Jan 2005 15:58:57 -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 24415 invoked by uid 48); 22 Jan 2005 15:58:54 -0000 Date: Sat, 22 Jan 2005 15:58:00 -0000 Message-ID: <20050122155854.24414.qmail@sourceware.org> From: "stian at nixia dot no" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030616070732.11203.spigel@olvs.miee.ru> References: <20030616070732.11203.spigel@olvs.miee.ru> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3 X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg03176.txt.bz2 List-Id: ------- Additional Comments From stian at nixia dot no 2005-01-22 15:58 ------- if you resolve all memory-referenses to temporary variables void *a=(src + 0*stride) and use those instead. Doesn't that lessen the stress the register-allocator is given? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203