This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with extremely large procedures and 64-bit code
- From: Renato Golin <renato dot golin at linaro dot org>
- To: Ricardo Telichevesky <ricardo at teli dot org>
- Cc: Richard Biener <richard dot guenther at gmail dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 23 Jan 2015 16:16:58 +0000
- Subject: Re: Problem with extremely large procedures and 64-bit code
- Authentication-results: sourceware.org; auth=none
- References: <54BDD219 dot 3040304 at teli dot org> <CAFiYyc2tcnWpfmFPErpZRi6p4BgiRxvuvkn8zdRAOUE2N+YOzg at mail dot gmail dot com> <54C271AE dot 3000606 at teli dot org>
On 23 January 2015 at 16:07, Ricardo Telichevesky <ricardo@teli.org> wrote:
> gcc: Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) - don't
> know what that means expected a number like 4.2.1 or something like that,
> 2.53 GHz Intel Core 2 Duo
Hi Ricardo,
This is not gcc at all, it's Clang+LLVM. :/
I'm not sure why Apple decided to call the binary "gcc", which
obviously causes more confusion than solves problems, but that's
beyond the point. You should try Richard's suggestions again on the
Linux/GCC that you originally started.
cheers,
--renato