Help ! Memory allocating problems

2005-06-11 Thread Virender Kashyap
Hi, I am working on a small implementation in gcc-code. I declare some data structures, using GTY(()) tag ..and allocate elements using ggc_alloc_cleared function. To free data, i use ggc_free function. The problem is that many a times i get strange memory allocation segfaults in xcall

gcc-4.1-20050611 is now available

2005-06-11 Thread gccadmin
Snapshot gcc-4.1-20050611 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-20050611/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.1 CVS branch with the following options: -D2005-06-11 17:43 UTC You'll

Re: Problems with collect2 on hpux

2005-06-11 Thread John David Anglin
> The strange behaviour I'm seeing is that if I link my shared libraries > with -Wl,+s, then some of them work fine and find all of their libraries > based on the SHLIB_PATH settings. However, some of my libraries find > everything *except* libstdc++.sl from the SHLIB_PATH - these libraries >

Re: GCC 4.01 RC1 Available

2005-06-11 Thread Richard Sandiford
Mark Mitchell <[EMAIL PROTECTED]> writes: > The GCC 4.0.1 RC1 prerelease is available here: > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.0.1-20050607/ Some mips-elf results: http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg00692.html which are the same as for 4.0.0. Richard