Re: need help on analysis config.log in MAC OS X 7.9, gcc-5250

2006-05-17 Thread Eric Christopher
On May 16, 2006, at 7:39 PM, fsshl plinlin wrote: Dear gcc and/or apple OS X 7.9 users: Union-Souths-Computer:~/gcc-5250 UnionSouth$ cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:595: chec

localization for Chinese language.

2006-05-17 Thread Eric Fisher
hi, Does gcc support Simple Chinese language for now? Is there anyone working on this? Thanks.

libgcc-math and the gcc 4.2 release

2006-05-17 Thread Richard Guenther
Hi, Following RMS request of removing source copies of other projects I asked him if he considers it ok to have copies of the generic math transcendentals routines of glibc in libgcc-math and to distribute them under GPL + libgcc exception clause license. He denied that request and so, after doin

Re: SPEC2000 x86 test machine down

2006-05-17 Thread Diego Novillo
Diego Novillo wrote on 05/01/06 12:07: > The x86 box that runs SPEC2000 daily has hardware problems. > It's now working again. http://people.redhat.com/dnovillo/spec2000.i686/gcc/

Re: libgcc-math and the gcc 4.2 release

2006-05-17 Thread Gabriel Dos Reis
Richard Guenther <[EMAIL PROTECTED]> writes: | Hi, | | Following RMS request of removing source copies of other projects I | asked him if he considers it ok to have copies of the generic math | transcendentals routines of glibc in libgcc-math and to distribute | them under GPL + libgcc exception

Re: libgcc-math and the gcc 4.2 release

2006-05-17 Thread Richard Guenther
On Wed, 17 May 2006, Gabriel Dos Reis wrote: > Richard Guenther <[EMAIL PROTECTED]> writes: > > | Hi, > | > | Following RMS request of removing source copies of other projects I > | asked him if he considers it ok to have copies of the generic math > | transcendentals routines of glibc in libgcc

Re: libgcc-math and the gcc 4.2 release

2006-05-17 Thread Gabriel Dos Reis
Richard Guenther <[EMAIL PROTECTED]> writes: [...] | As far as I understand we (GCC) have to develop our own codes | independently of glibc unless RMS agrees to have copies/forks of | glibc code in GCC (this includes license changes to GPL + libgcc exception | like in this case). What is fine a

Re: configure error : libffi has not been por ted to mipsel-unkown-linux-gnu

2006-05-17 Thread David Daney
王 启 wrote: > Hi, > > I am building the cross-toolchain for mipsel on x86 redhat pc. Now I can > build the gcc for c using following configuration. ./configure > --prefix=/opt/xuelian-toolchain/mipsel-linux-glibc --target=mipsel-linux > --enable-shared --enable-threads --enable-languages=c > --

Re: can't run C compiled programs

2006-05-17 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, May 16, 2006 at 01:11:54PM +0200, Mohamed Boukaa wrote: > --->Also when I compile a simple program by myself I got : > > ~ $ ./testaz > bash: ./testaz: Permission denied > However the portage is working fine , it can compile C

Re: localization for Chinese language.

2006-05-17 Thread Mike Stump
On May 17, 2006, at 1:06 AM, Eric Fisher wrote: Does gcc support Simple Chinese language for now? Is there anyone working on this? I think you'll want to talk with the GNU translation project, they do all of this stuff, we just add whatever they do to gcc.

Re: libgcc-math and the gcc 4.2 release

2006-05-17 Thread Mark Mitchell
Richard Guenther wrote: > Hi, > > Following RMS request of removing source copies of other projects I > asked him if he considers it ok to have copies of the generic math > transcendentals routines of glibc in libgcc-math and to distribute > them under GPL + libgcc exception clause license. He de

RE: RFC cse weirdness

2006-05-17 Thread Dave Korn
On 15 May 2006 15:47, Andreas Krebbel wrote: > [rA + rB] = [rA + rB] & 3; > 1. SRC rB -> rD > 2. SRC rA -> RC > 3. DEST rB -> rD > 4. DEST rA -> RC > last 3 changes. If the subsequent call to apply_change_group fails we > end up with: > > [rA + rB] = [rA + rD] & 3; > Which now could still be i

Re: Segment registers support for i386

2006-05-17 Thread Rask Ingemann Lambertsen
On Mon, May 15, 2006 at 12:09:00AM +0800, Rémy Saissy wrote: > To manage the manipulation of the register class, I added entries in > the i386.md file. > > ;; get a value from a segment register. > (define_insn "store_seg" > [(set (match_operand:SI 0 "nonimmediate_operand" "") >(match_o

Re: RFC cse weirdness

2006-05-17 Thread Andreas Krebbel
Hi Dave, thanks for your comments. > Doesn't this mean that your insn patterns should be using numerical (aka > "matching") constraints? Oh we are using matching constraints. But of course nobody except reload does care about them. If the only constraints for an operand are matching constrain

GCC 4.1 branch frozen

2006-05-17 Thread Mark Mitchell
I am (finally...) starting the 4.1.1 RC1 build. Please do not check in any changes on the 4.1 branch, even if previous approved. Thanks, -- Mark Mitchell CodeSourcery [EMAIL PROTECTED] (650) 331-3385 x713

Build status page out of date

2006-05-17 Thread Martin Michlmayr
I noticed that http://gcc.gnu.org/buildstat.html only lists the build status of GCC up to 4.0.x. Do you need a volunteer to create a page for 4.1.x? -- Martin Michlmayr http://www.cyrius.com/

need help on analysis config.log in MAC OS X 7.9, gcc-5250

2006-05-17 Thread fsshl plinlin
good question, actually I did not know where is the error too. to solve by easy, can you just email me a cc binary of (MAC OS X 7.9, apple G5)yours by email?

compile error about exec 'cc1', please help

2006-05-17 Thread fsshl plinlin
Union-Souths-Computer:~/Developer/usr/local/bin UnionSouth$ ./gcc ../../../try.cgcc: error trying to exec 'cc1': execvp: No such file or directory

Re: Build status page out of date

2006-05-17 Thread Janis Johnson
On Thu, May 18, 2006 at 12:17:33AM +0200, Martin Michlmayr wrote: > I noticed that http://gcc.gnu.org/buildstat.html only lists the build > status of GCC up to 4.0.x. Do you need a volunteer to create a page > for 4.1.x? I maintain the GCC build status lists and have gotten way, way behind. Creat

Re: compile error about exec 'cc1', please help

2006-05-17 Thread Eric Christopher
On May 17, 2006, at 4:32 PM, fsshl plinlin wrote: Union-Souths-Computer:~/Developer/usr/local/bin UnionSouth$ ./gcc ../../../try.cgcc: error trying to exec 'cc1': execvp: No such file or directory This list is for developers of gcc. You should be using gcc-help. FWIW you need more than jus

Re: libgcc-math and the gcc 4.2 release

2006-05-17 Thread John David Anglin
> Richard Guenther <[EMAIL PROTECTED]> writes: > | As far as I understand we (GCC) have to develop our own codes > | independently of glibc unless RMS agrees to have copies/forks of > | glibc code in GCC (this includes license changes to GPL + libgcc exception > | like in this case). What is fin

Re: configure error : libffi has not been por ted to mipsel-unkown-linux-gnu

2006-05-17 Thread David Daney
qwangpolestar wrote: > Hi, David > > Thanks a lot. > > I am using gcc-3.2.2 and glibc-2.3.2. Maybe it's too old. > How about yours? > I never used anything earlier than 3.3.0 on mips. Basic ffi call support for mips existed in that version. We added ffi closures in 4.0 IIRC (although I have back p