Re: [BUILDROBOT] gcc21 fails to build tilegx-linux

2016-02-12 Thread Walter Lee
Thanks for the bug report. I have not been able to reproduce the link error in my environment, but I've committed a change to use g++ instead of gcc and I will see if the buildbot does better with that change. The other issues I will fix when gcc is in stage 1. Walter On 2/7/2016 4:10 PM, J

[GCC steering committee] TILEPro/TILE-Gx port maintainership

2012-01-27 Thread Walter Lee
ports and have the hardware to test against both ports. Thanks, Walter Lee Tilera Corporation

Re: [GCC steering committee] TILEPro/TILE-Gx port maintainership

2012-01-27 Thread Walter Lee
Great. Thanks! Walter On 1/27/2012 1:31 PM, Gerald Pfeifer wrote: I'm raising this on the steering committee, Walter. Gerald

Re: [GCC steering committee] TILEPro/TILE-Gx port maintainership

2012-02-05 Thread Walter Lee
Hi Gerald. Great thanks! I'll prepare the items you mentioned below. Walter On 2/5/2012 3:52 PM, Gerald Pfeifer wrote: > Walter, > > I am happy to announce your appointment as maintainer for this port / > these ports pending initial technical approval. That could come from > Richard or Josep

inlined memcpy/memset degradation in gcc 4.6 or later

2012-10-02 Thread Walter Lee
On TILE-Gx, I'm observing a degradation in inlined memcpy/memset in gcc 4.6 and later versus gcc 4.4. Though I find the problem on TILE-Gx, I think this is a problem for any architectures with SLOW_UNALIGNED_ACCESS set to 1. Consider the following program: struct foo { int x; }; void copy(st

libatomic failure compiling 4.8 on TILE-Gx

2012-10-02 Thread Walter Lee
I'm getting the following failure trying to compile gcc 4.8 on TILE-Gx: In file included from /home/scratch/walt/gcc-svn/gcc-4.8.0-190448/libatomic/tas_n.c:25:0: /home/scratch/walt/gcc-svn/gcc-4.8.0-190448/libatomic/tas_n.c: In function 'libat_test_and_set_8': /home/scratch/walt/gcc-svn/gcc-4.8