GNU Tools Cauldron 2013 - Call for Participation and Abstracts

2013-02-20 Thread Diego Novillo
A reminder about this year's Cauldron (http://gcc.gnu.org/wiki/cauldron2013) If you intend to participate, but not necessarily present, please let us know as soon as possible. This will allow us to plan for space and food. Send a message to tools-cauldron-ad...@googlegroups.com stating your int

Re: How does _ZNSs4_Rep20_S_empty_rep_storageE (not) become a unique global symbol?

2013-02-20 Thread Michael Matz
Hi, On Tue, 19 Feb 2013, Stephan Bergmann wrote: > I'm puzzled by the following on Linux, where I don't understand what causes it > that a given symbol is exported as "u" (when viewed with nm, which documents > "u" as "a unique global symbol. This is a GNU extension...") or not: > > * On an olde

Re: CPATH, LIBRARY_PATH, and cross-compilers

2013-02-20 Thread Ludovic Courtès
Ralf Corsepius skribis: > On 02/13/2013 03:49 PM, Ludovic Courtès wrote: [...] >> At any rate, there’s a need for similar env. vars for cross-compilers. WDYT? > I am having difficulties to imagine such a need. Well, for the same reason that CPATH & co. are sometimes needed, or at least conven

Re: mips16 and nomips16

2013-02-20 Thread Maciej W. Rozycki
On Fri, 25 Jan 2013, Richard Sandiford wrote: > > FWIW, I think the benefit from these attributes being a type property is > > questionable to say the least. My understanding is the only application > > is to prevent the tail-call optimisation from being applied to non-PIC > > standard MIPS f

Re: Version specific onlinedocs page

2013-02-20 Thread Tobias Burnus
Gerald Pfeifer wrote: On Mon, 18 Feb 2013, Tobias Burnus wrote: How about the following patch? If it is okay, I will add the remaining index.html for 4.6 and 4.7 and update gcc-4.6/index.html – and then commit it. Looks good to me. Perhaps you can add a note for the release manager how to "cr

Re: How does _ZNSs4_Rep20_S_empty_rep_storageE (not) become a unique global symbol?

2013-02-20 Thread Stephan Bergmann
On 02/19/2013 07:22 PM, Florian Weimer wrote: On 02/19/2013 07:06 PM, Stephan Bergmann wrote: I'm puzzled by the following on Linux, where I don't understand what causes it that a given symbol is exported as "u" (when viewed with nm, which documents "u" as "a unique global symbol. This is a GNU