Re: g++ question about what libraried

2006-09-17 Thread Mike Stump
On Sep 6, 2006, at 6:46 PM, Serge Bögeholz wrote: Date: Tue, 29 Aug 2006 14:38:28 +1000 (EST) From: Serge Bögeholz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: g++ question This list isn't for how to program in C++. This list is for how to write a compiler. I was writing some code t

Re: Nested namespaces extension

2006-09-17 Thread Mike Stump
On Sep 6, 2006, at 4:51 AM, Václav Haisman wrote: what is that status of this [1] extension being accepted into GCC? I think the thread died out with the suggestion that it be proposed it to the ISO/ANSI C++ people... seems like a reasonable way to go.

Re: gcj install glitch

2006-09-17 Thread Mike Stump
On Sep 17, 2006, at 6:25 AM, Jack Howarth wrote: I am seeing a problem with gcc trunk in the 'make install' when java support is built on Darwin PPC. The failure is... make[7]: *** No rule to make target `org/w3c/dom/html2/ HTMLCollection.java/org/w3c/dom/html2/HTMLCollection.class', need

Re: How to pass option to arch-linux-elf-run in dejagnu

2006-09-17 Thread Ben Elliston
> I'm trying to test our Compiler (ported from gcc-3.4.2) using the > gcc test suite. According to some reasons, I need to pass some > options to arch-linux-elf-run in the dejagnu frame work. Is there > anyone can give me a hint about his? You need to add this directive to your board file: set

[patch, applied] fix contrib/dg-cmp-results.sh

2006-09-17 Thread Bernhard Fischer
Hi, The recently added dg-cmp-results.sh did error out when it tried to reference a local non-array variable as an array variable. I've applied the following obvious fix as r117006. 2006-09-18 Bernhard Fischer <[EMAIL PROTECTED]> * dg-cmp-results.sh (compare-$$.awk): Print name[old]

Re: Merging identical functions in GCC

2006-09-17 Thread Daniel Berlin
>You can believe what you like about the idea. Until you are willing >to implement something *you* believe will help, or at the least >explain how you forsee it being done safely (which Microsoft >doesn't!), it's very hard to take you seriously As I've already said, it can be made safe by commu

Re: Removing the use of CONSTRUCTOR for Vectors

2006-09-17 Thread Chris Lattner
On Sep 17, 2006, at 11:56 AM, Andrew Pinski wrote: On Sun, 2006-09-17 at 10:33 -0700, Chris Lattner wrote: On Sep 16, 2006, at 10:23 PM, Andrew Pinski wrote: I just got crazy idea, since we really don't like CONSTRUCTOR that much and we already know the lengths of Vectors, we can have a VE

Re: Removing the use of CONSTRUCTOR for Vectors

2006-09-17 Thread Andrew Pinski
On Sun, 2006-09-17 at 10:33 -0700, Chris Lattner wrote: > On Sep 16, 2006, at 10:23 PM, Andrew Pinski wrote: > > > I just got crazy idea, since we really don't like CONSTRUCTOR that > > much > > and we already know the lengths of Vectors, we can have a VECTOR_EXPR > > which we could then use ins

Re: Removing the use of CONSTRUCTOR for Vectors

2006-09-17 Thread Chris Lattner
On Sep 16, 2006, at 10:23 PM, Andrew Pinski wrote: I just got crazy idea, since we really don't like CONSTRUCTOR that much and we already know the lengths of Vectors, we can have a VECTOR_EXPR which we could then use instead of CONSTRUCTORs. What don't you like about CONSTRUCTOR's? Taking

gcj install glitch

2006-09-17 Thread Jack Howarth
I am seeing a problem with gcc trunk in the 'make install' when java support is built on Darwin PPC. The failure is... Making install in classpath Making install in lib true top_builddir=.. top_srcdir=../../../../../../gcc-4.2-20060916/libjava/classpath /bin/sh ./gen-classlist.sh standard Addi

Re: BFD Error a regression?

2006-09-17 Thread Alan Modra
On Sat, Sep 16, 2006 at 01:14:53PM -0700, Jerry DeLisle wrote: > >>BFD: BFD 2.16.91.0.6 20060212 internal error, aborting at > >>../../bfd/elfcode.h line 190 in bfd_elf32_swap_symbol_in This one should just be an error, because you can tickle it with bad user input. "Internal error", signifying