From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11779 invoked by alias); 3 Jul 2008 15:00:30 -0000 Received: (qmail 11385 invoked by uid 48); 3 Jul 2008 14:59:43 -0000 Date: Thu, 03 Jul 2008 15:00:00 -0000 Message-ID: <20080703145943.11384.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/36710] FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (internal compiler error) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" 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: 2008-07/txt/msg00197.txt.bz2 ------- Comment #9 from hjl dot tools at gmail dot com 2008-07-03 14:59 ------- (In reply to comment #8) > > Created an attachment (id=15848) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15848&action=view) [edit] > > A patch + a testase > > This failure is specific to -mno-accumulate-outgoing-args (-Os is just a > shortcut for this looong-worded compile flag). With -mn-a-o-a, compiler tries > to push everything to the stack. Since there is no "push %xmm", compilation > breaks. > > I can put "-O2 -mno-accumulate-outgoing-args" into dg-options if this is more > informative, but there is no need for torture to cycle all optimization flags. -Os is OK with me. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36710