This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR middle-end/67220: GCC fails to properly handle libcall symbol visibility of built functions


On Wed, Oct 14, 2015 at 9:46 AM, Ramana Radhakrishnan
<ramana.gcc@googlemail.com> wrote:
> On Wed, Oct 14, 2015 at 5:21 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
>
>> ---
>> gcc/c/
>>
>>         PR middle-end/67220
>>         * c-decl.c (diagnose_mismatched_decls): Copy explicit visibility
>>         to builtin function.
>>
>> gcc/
>>
>>         PR middle-end/67220
>>         * expr.c (init_block_move_fn): Copy visibility from the builtin
>>         memcpy.
>>         (init_block_clear_fn): Copy visibility from the builtin memset.
>>
>> gcc/testsuite/
>>
>>         PR middle-end/67220
>>         * gcc.target/i386/pr67220-1.c: New test.
>>         * gcc.target/i386/pr67220-2.c: Likewise.
>>         * gcc.target/i386/pr67220-3.c: Likewise.
>>         * gcc.target/i386/pr67220-4.c: Likewise.
>>         * gcc.target/i386/pr67220-5.c: Likewise.
>>         * gcc.target/i386/pr67220-6.c: Likewise.
>
> Why aren't these tests in gcc.dg ?  The problem affects all targets
> not just x86.
>

If I move tests to gcc.dg, would you mind updating them to verify
that they pass on arm?


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]