Re: GCC 4.2/4.3 Status Report (2006-10-17)

2006-10-20 Thread Arnaud Charlet
I am also planning to incorporate many Ada improvements (such as improved support for Ada 2005) and fixes that I was holding while the 4.2 branch was not created, I assume this is not an issue (and very localized to the gcc/ada/ directory of course). Arno

GTY(()) & GCC garbage collector

2006-10-20 Thread Basile STARYNKEVITCH
Dear All, I finally solved (with help from Sebastian Pop) my problems about GTY(()) etc... I added some blurb on it in the Wiki http://gcc.gnu.org/wiki/Memory_management Please correct if I am wrong Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestary

Re: Modifying ARM code generator for elimination of 8bit writes - need help

2006-10-20 Thread Rask Ingemann Lambertsen
On Mon, Oct 02, 2006 at 12:42:04PM +0200, Wolfgang Mües wrote: > Now it's time to give a big "thank you" to all persons involved, > ecpecially Rask Ingemann Lambertsen with his invaluable help. > > As I started this project, I feared that I would never succeed, and > now ... the modified compile

Raw socket...

2006-10-20 Thread Basavaraj Hiremath
Hi, I am writting an example program, to create a raw socket on Fedora Core Linx. When I create socket, my linux sustem crashes. I need to powerdown the system. I am running this program as super user to create raw socket. Following line crashes.. rawSocket = socket(AF_INET, SOCK_RAW,

Re: Raw socket...

2006-10-20 Thread Ian Lance Taylor
Basavaraj Hiremath <[EMAIL PROTECTED]> writes: > I am writting an example program, to create a raw > socket on Fedora Core Linx. > > When I create socket, my linux sustem crashes. I > need > to powerdown the system. I am running this program > as > super user to create raw socket. > > F

Re: C++ name mangling for local entities

2006-10-20 Thread Geoffrey Keating
On 19/10/2006, at 9:17 PM, Mark Mitchell wrote: Geoffrey Keating wrote: For GCC, I've found it necessary to have a way to name local (that is, namespace-scope 'static') variables and functions which allows more than one such symbol to be present and have distinct mangled names. With my GCC

The Linux binutils 2.17.50.0.6 is released

2006-10-20 Thread H. J. Lu
This is the beta release of binutils 2.17.50.0.6 for Linux, which is based on binutils 2006 1020 in CVS on sources.redhat.com plus various changes. It is purely for Linux. Starting from the 2.17.50.0.6 release, the default output section LMA (load memory address) has changed for allocatable sectio

Re: C++ name mangling for local entities

2006-10-20 Thread Mark Mitchell
we should add a feature to the assembler like: .asm_alias x = y that says references to "x" are emitted as references to a new "y", distinct from all other "y" references. On Darwin, all the DWARF information in .o files is matched by name¹ with symbols in the executable, so this won't

gcc-4.1-20061020 is now available

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

GCC 4.2 branch created; mainline open in Stage 1

2006-10-20 Thread Mark Mitchell
I have created the GCC 4.2 branch. The branch is open for regression-fixes only, as is customary for release branches. I believe I have completed the steps in branching.html with two exceptions: 1. I have not created a mainline snapshot manually. I don't quite understand how to do that, and