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
> 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
>
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
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