On Aug 31, 2006, at 1:15 PM, Jack Howarth wrote:
What happened to regress to allow it to suddenly do make checks
at every svn revision?
Does it seem noticeably different to you? I don't see much
difference, only that it is slower now...
2005-11-19T20:41:33Z 2005-11-20T03:40:58Z regress-5 n
On Mon, 4 Sep 2006, Paolo Carlini wrote:
> Sorry, should be fixed now.
I'm happy to confirm this. Thanks for the quick response!
Gerald
Welp. It looks like the reason for c++/28871 is that anonymous
namespace usage in libstdc++ headers was making PCH files unusable.
This, despite -Winvalid-pch not telling me this...
This, despite -H showing the pch used...
UGH!
I only found this by using --disable-libstdcxx-pch and notici
Follows the build info:
config.guess:
i386-pc-mingw32
$ gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../../source/gcc-4.2-20060902/configure
--prefix=/mingw --host=mingw32
--target=mingw32 --program-prefix="" --with-as=/mingw/bin/as.exe
--with-ld=/mingw/bin/ld.exe
--with-gcc --
First of all thx for fast reply and hints,
Sorry, what do you mean with "is still there"? which release/arc/bug-
entry at bugzilla is pointing the same? 'Couse if i compile on x86 as:
I'm speaking about a mainline compiler, configured for arc-none-elf.
What I mean is that the change in com
El lun, 04-09-2006 a las 09:20 +0200, Paolo Bonzini escribió:
> J.J. Garcia wrote:
> > Hi all,
> >
> > I'm trying to debug a code optimization in gcc for an specific arch, to
> > be more explicit it's for gcc 2.95.3 for Metaware ARC target
> > architecture, i know the old release of compiler and i
Andrew Pinski wrote:
Looks like __used is used by FreeBSD's headers (and not by glibc/Linux's
headers).
Sorry, should be fixed now.
Paolo.
J.J. Garcia wrote:
Hi all,
I'm trying to debug a code optimization in gcc for an specific arch, to
be more explicit it's for gcc 2.95.3 for Metaware ARC target
architecture, i know the old release of compiler and i know there will
not be lot of support about it, anyway im keep on trying...,
T