This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch i386 4.4/trunk]: Fix sse restore for x86_64 in case of !sp_valid
On Wed, Sep 16, 2009 at 09:41:45AM +0200, Kai Tietz wrote:
> 2009/9/15 Jakub Jelinek <jakub@redhat.com>:
> > On Tue, Sep 15, 2009 at 06:17:45PM +0200, Kai Tietz wrote:
> >> Sorry, added wrong version for 4.5 (without red_offset).
> >
> > Testcase?
>
> Ok, here the patch for testcase
>
> ChangeLog
>
> 2009-09-16 Kai Tietz <kai.tietz@onevision.com>
>
> * gcc.dg/torture/calleesave-sse.c: New.
You shouldn't specify -O3 in dg-options, gcc.dg/torture/ should take
care of trying all -OX levels. And, just IMHO, when you are writing the
testcase yourself you should follow the GNU Coding Conventions in it in
indentation.
Jakub