This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, middle-end]: Fix mode-switching MODE_EXIT check with __builtin_apply/__builtin_return
Hellow, Kaz
I've updated copyright. Is it Ok?
Thanks,
Vladimir
--- a/gcc/mode-switching.c
+++ b/gcc/mode-switching.c
@@ -1,6 +1,6 @@
/* CPU mode switching
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
- 2009, 2010 Free Software Foundation, Inc.
+ 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
This file is part of GCC.
2012/11/5 Kaz Kojima <kkojima@rr.iij4u.or.jp>:
> Uros Bizjak <ubizjak@gmail.com> wrote:
>> 2012-11-04 Vladimir Yakovlev <vladimir.b.yakovlev@intel.com>
>> Uros Bizjak <ubizjak@gmail.com>
>>
>> * mode-switching.c (create_pre_exit): Added code for
>> maybe_builtin_apply case.
>>
>> Patch was bootstrapped and regression tested on x86_64-pc-linux-gnu,
>> with vzeroupper patch [1] applied.
>>
>> I have added SH4 maintainer for possible comments.
>
> I've confirmed that there are no new failures with the patch
> on sh4-unknown-linux-gnu.
> BTW, it looks that the copyright year of mode-switching.c
> should be updated.
>
>
> Regards,
> kaz