Broken links on gcc.gnu.org/onlinedocs

2015-02-09 Thread EXT-Barrett, James
Good morning, I got your email address at https://gcc.gnu.org/about.html, where the footnote on the page says "Comments on these web pages ... are welcome on our developer list at gcc@gcc.gnu.org." I hope I found the right address to report broken links. The following links are broken at gc

Fwd: Re: gcc rodata regression

2015-02-09 Thread Simon Glass
Hi Segher, On 2 February 2015 at 01:16, Segher Boessenkool wrote: > On Sat, Jan 31, 2015 at 05:09:29PM -0700, Simon Glass wrote: >> I have been fighting with a strange problem on ARM where gcc puts all >> the .rodata from a number of files lumped into a single .rodata >> section even when -fdata-

Re: Problem with extremely large procedures and 64-bit code

2015-02-09 Thread Ricardo Telichevesky
Hello Renato, thanks for your reply, sorry about the confusion with compilers - since there is a "clang" in the mac, I thought gcc was gcc.. After your suggestion, I modified the code, and installed a bona fide gcc compiler in the Mac I got more data that is kind of interesting, wanted to share

Re: Problem with extremely large procedures and 64-bit code

2015-02-09 Thread H.J. Lu
On Mon, Feb 9, 2015 at 11:11 AM, Ricardo Telichevesky wrote: > Hello Renato, thanks for your reply, sorry about the confusion with > compilers - since there is a "clang" in the mac, I thought gcc was gcc.. > After your suggestion, I modified the code, and installed a bona fide gcc > compiler in th

Separately build C front-end

2015-02-09 Thread Sidharth Chaturvedi
Hi, I have been trying to build the C front-end separately for a project, without much progress. I'd appreciate any sort of help or advice in this regard. Thanks in advance. -- Regards Sidharth Chaturvedi