successful build and install

2014-05-09 Thread Jiří Vymazal
Here is info according to installation document on your homepages: ___ srcdir/config.guess: x86_64-unknown-linux-gnu gcc -v: Using built-in specs. COLLECT_GCC=./gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wra

The GCC ARM/embedded-4_9-branch is available now

2014-05-09 Thread Terry Guo
Hi There, To facilitate the development for ARM embedded processors, I just created the GCC embedded-4_9-branch. The branch is described at http://gcc.gnu.org/svn.html. The branch can be viewed at http://gcc.gnu.org/viewcvs/gcc/branches/ARM/embedded-4_9-branch/. You are welcome to submit patch

Blcopy for outgoing arguments.

2014-05-09 Thread Umesh Kalappa
Hi All, Good day there. We are porting the gcc 4.8.1 and defined the calling conventions like If(sizeof(arg) < = 2) Pass with reg. Else Pass by stack. The problem is that the code is bloated for the

Re: implementation question

2014-05-09 Thread Daniel Gutson
On Mon, May 5, 2014 at 8:57 AM, Richard Biener wrote: > On Mon, May 5, 2014 at 11:28 AM, Andrew Haley wrote: >> On 05/05/2014 08:47 AM, Richard Biener wrote: >>> It really depends on how "3x" should materialize in the end. >>> How do you triplicate ops with side-effects? If you only >>> triplica

Re: question about GTY macro

2014-05-09 Thread DJ Delorie
> Likewise. See how global_trees is marked for example. But likely > you forgot to mark struct int_n_trees_t to be considered for GC. I did remember int_n_trees_t, but it seems to be working now, so who knows what I was doing wrong :-P Thanks!