Re: Many new ICEs in the libstdc++-v3 testsuite

2006-09-02 Thread Andrew Pinski
On Fri, 2006-09-01 at 20:13 -0400, Andrew Pinski wrote: > This was caused by: > http://gcc.gnu.org/viewcvs?view=rev&revision=116623 And here is one reduced testcase which we just reject now but it is valid code as far as I can tell: template< class other> struct bin_search_tree_data_ { typede

Re: call dsymutil on darwin when compiling and linking in single step

2006-09-02 Thread Geoffrey Keating
On 02/09/2006, at 1:10 PM, Jack Howarth wrote: Geoff, Does the patch you propose in... http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00057.html eliminate the "can't find atom for N_GSYM stabs" warnings in ld64? No. It does nothing at all with ld64, or linking in general, and it has no

Re: [gnu.org #304614] Translation of gcc.gnu.org

2006-09-02 Thread William Cai
Hello GCC folks, I'm the coordinator of GNU Chinese translation team. Recently some Chinese volunteers showed their interest in gcc.gnu.org, including the translation of website, document, etc. Before kicking off the translation task, I'd know the following information. 1) Is there already a

Re: GCC 4.3 Projects Page

2006-09-02 Thread Daniel Berlin
On 9/1/06, Mark Mitchell <[EMAIL PROTECTED]> wrote: Joe Buck wrote: > On Fri, Sep 01, 2006 at 03:56:30PM -0700, Mark Mitchell wrote: >> Please add your project page to the bottom of: >> >> http://gcc.gnu.org/wiki/GCC_4.3_Release_Planning > > BTW, that page provides a link to "SampleProjectPage"

Successful GCC 4.1.1 i686-pc-mingw32 build+install

2006-09-02 Thread JohnE - TDM
$ config.guess i686-pc-mingw32 F:\Compilers\MinGW\bin>gcc -v Using built-in specs. Target: i686-pc-mingw32 Configured with: ../gcc-4.1.1/configure --prefix=/mingw --disable-shared --enable-threads --enable-languages=c,c++ --disable-win32-registry --disable-nls Thread model: win32 gcc version 4

RE: call dsymutil on darwin when compiling and linking in single step

2006-09-02 Thread Jack Howarth
Geoff, Does the patch you propose in... http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00057.html eliminate the "can't find atom for N_GSYM stabs" warnings in ld64? I ask because you that... This is necessary since otherwise the debugger expects to find the DWARF information in the .o file, but

gcc-4.2-20060902 is now available

2006-09-02 Thread gccadmin
Snapshot gcc-4.2-20060902 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20060902/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.2 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Copyright assignment form

2006-09-02 Thread Rask Ingemann Lambertsen
Please send me the copyright assignment form I need to contribute to GCC. -- Rask Ingemann Lambertsen

Meaning of (set (reg:CC condition_codes_reg) (ge (op0) (op1)))

2006-09-02 Thread Rask Ingemann Lambertsen
What does this instruction mean? (set (reg:CC 13 cc) (ge (mem/c/i:HI (plus:HI (reg/f:HI 15 argp) (const_int 2 [0x2])) [2 x+0 S2 A16]) (const_int 0 [0x0]))) It is one of combine's creations. The manual defines the meaning of GE this way: (gt:m x y)

Re: http://gcc.gnu.org/install/configure.html

2006-09-02 Thread Joseph S. Myers
On Sat, 2 Sep 2006, Gerald Pfeifer wrote: > On Sun, 27 Aug 2006, Richard Guenther wrote: > > The problem is that installation instructions (and internals manuals) > > are only available for trunk, not for released versions. > > These aren't online, but are part of the release tarballs. > > We c

Re: http://gcc.gnu.org/install/configure.html

2006-09-02 Thread Gerald Pfeifer
On Sun, 27 Aug 2006, Richard Guenther wrote: > The problem is that installation instructions (and internals manuals) > are only available for trunk, not for released versions. These aren't online, but are part of the release tarballs. We could add generation of the installation documentation to

Re: libstdc++, -m64 and can't find atom for N_GSYM stabs

2006-09-02 Thread Andreas Jaeger
Eric Christopher <[EMAIL PROTECTED]> writes: >> Once the noise from those linker warnings is removed from the libstdc++-v3 >> testsuite >> results at -m64 on Darwin PPC, we find that the failures drop from 54 to >> just 6. So >> we actually only have four additional libstdc++-v3 testsuite failur