From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20411 invoked by alias); 23 Jul 2007 00:07:09 -0000 Received: (qmail 19491 invoked by uid 48); 23 Jul 2007 00:06:58 -0000 Date: Mon, 23 Jul 2007 00:07:00 -0000 Message-ID: <20070723000658.19490.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/13685] Building simple test application with -march=pentium3 -Os gives SIGSEGV (unaligned sse instruction) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vda dot linux at googlemail 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: 2007-07/txt/msg02295.txt.bz2 ------- Comment #27 from vda dot linux at googlemail dot com 2007-07-23 00:06 ------- May I point that alternative solution (to align stack _in the function which needs it_) doesn't crash if called by code generated by old or new gcc, and also gives smaller, faster and less stack consuming code for all people who do not do any SSE stuff? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13685