From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7644 invoked by alias); 29 May 2010 13:30:59 -0000 Received: (qmail 7577 invoked by alias); 29 May 2010 13:30:42 -0000 Date: Sat, 29 May 2010 13:30:00 -0000 Message-ID: <20100529133042.7576.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/44290] [4.5 Regression] arm linux kernel crahes when built with -fipa-sra, __naked attribute is broken In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia 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: 2010-05/txt/msg03208.txt.bz2 ------- Comment #12 from pinskia at gmail dot com 2010-05-29 13:30 ------- Subject: Re: [4.5 Regression] arm linux kernel crahes when built with -fipa-sra, __naked attribute is broken The naked attribute should cause two things noinline and noclone. Sent from my iPhone On May 29, 2010, at 4:50 AM, "rguenth at gcc dot gnu dot org" wrote: > > > ------- Comment #11 from rguenth at gcc dot gnu dot org 2010-05-29 > 11:50 ------- > (it seems quite stupid to have naked functions with only an asm > inside in the > first place - you can equally well use plain assembly) > > > -- > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290