This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Vectorizer/alignment
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: Richard Biener <richard dot guenther at gmail dot com>, Jakub Jelinek <jakub at redhat dot com>, Hendrik Greving <hendrik dot greving dot intel at gmail dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 11 Nov 2013 16:31:03 -0500
- Subject: Re: Vectorizer/alignment
- Authentication-results: sourceware.org; auth=none
- References: <CANc4vhqiMCbkHHbKjY-tPmvi7iU4wXP4Jf_4S83jGTBJTCCi3Q at mail dot gmail dot com> <3a0cd1a6-76c9-4539-9830-8ddbf5405db3 at email dot android dot com> <CANc4vhobNfNQkm1HdFjL5c1tUnxOiNyumFG5XUCb71LRxBdU5g at mail dot gmail dot com> <CAFiYyc0G5vCtQp9Zy-xUyfeK6475FrVn++yacW1kB_v5H+nTjQ at mail dot gmail dot com> <20131111113922 dot GW27813 at tucnak dot zalov dot cz> <CAFiYyc0TtYQUaaYCkVYKMbMu3o7XrG_Sd8HbwbNGxpto4-wcgw at mail dot gmail dot com> <20131111133926 dot GX27813 at tucnak dot zalov dot cz> <CAFiYyc0AHfKdmOT5ovL5TgvPyF0-H2qHroFwLWCGaeCxB3X4OQ at mail dot gmail dot com> <5281448D dot 8020401 at redhat dot com>
On Mon, Nov 11, 2013 at 3:56 PM, Richard Henderson <rth@redhat.com> wrote:
>> I suppose targets without .bss section support should not switch
>> (that is, targets not defining BSS_SECTION_ASM_OP or
>> ASM_OUTPUT_ALIGNED_BSS).
>
> Good point. I don't expect that we have many of those left, but
> if any do still exist...
AIX XCOFF, although it probably can be changed to explicitly use a BSS section.
- David