On Sun, 27 Sep 2009, Gerald Pfeifer wrote:
> On Sun, 20 Sep 2009, Richard Guenther wrote:
> > As commented to my last status report develop.html does not reflect
> > reality anymore. The following tries to adjust it carefully in
> > this respect.
>
> I believe you got the math wrong in one case,
when libgcc multilibs are built the Makefile forces two vars to be
empty during the build phase viz:
slibdir= libsubdir= MULTIOSDIR=$(MULTIDIR)
unfortunately, "libsubdir" is used in configure.ac like this.
AC_ARG_WITH(slibdir,
[ --with-slibdir=DIR shared libraries in DIR [LIBD
Consider compilation of the following code:
function Exception_Id (Self : in Object) return CORBA.String is
begin
return To_Unbounded_String
(Interfaces.C.Strings.Value
(Self.C_Str));
end Exception_Id;
The interesting part is the call to Interfaces
Snapshot gcc-4.3-20090927 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20090927/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.3 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches