From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25682 invoked by alias); 24 Feb 2006 15:12:55 -0000 Received: (qmail 25666 invoked by uid 48); 24 Feb 2006 15:12:53 -0000 Date: Fri, 24 Feb 2006 15:20:00 -0000 Message-ID: <20060224151253.25665.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26457] -fstack-protector leaks the upper bits of RAX In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-02/txt/msg02815.txt.bz2 List-Id: ------- Comment #2 from pinskia at gcc dot gnu dot org 2006-02-24 15:12 ------- This is an issue of agrument passing really as eax is used to pass 0 to memset though I don't know if this is really an issue or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26457