Re: libstdc++ testsuite make targets check-parallel and check-performance don't work anymore

2014-11-04 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11/04/2014 10:55 AM, schrieb Paolo Carlini: > .. thanks a lot Jon! (after all this parallel mode is still useful > for something ;) > > Paolo. Sorry for the terse message. I'm under heavy workload at the moment. But AFAIS now everything looks good

Re: [Patch] Fix PR61889 for the w64-mingw32 case

2014-11-07 Thread Rainer Emrich
.c is correct IMHO. For the second part the situation is more complex, see below. And no, mingw doesn't define the mkdir macro, it's in system.h, see below. > > Honza >> >> thanks, >> >> David >> >> On Wed, Sep 24, 2014 at 8:22 AM, Rainer Emrich

[PATCH] Fix PR52872

2012-12-03 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This fixes the tests for "exported symbols" and "-rdynamic" on systems with exe extensions. Kai, feel free to commit, if ok. Cheers Rainer Patch against trunk: Index: gcc/configure.ac ===

[Patch] Fix PR61889 for the w64-mingw32 case

2014-09-24 Thread Rainer Emrich
The following patch fixes PR61889 for x86_64-w64-mingw32. Details can be found on https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61889 The patch was bootstrapped on x86_64-w64-mingw32. If patch the patch is ok, Kai would you apply, please? Rainer 2014-09-24 Rainer Emrich PR gcov

[PATCH]: Fix for PR 55707 bootstrap fails in gcc/graphite-dependences.c error cast loses precision

2013-01-03 Thread Rainer Emrich
Hello, this trivial patch fixes a bootstrap issue on LLP64 hosts. PR 55707 * graphite-dependences.c (hash_poly_ddr_p): Cast from pointer via intptr_t. Tested for x86_64-w64-mingw32 and x86_64-unknown-gnu-linux. If OK for apply, Kai please commit. Regards, Rainer Index

[PATCH] : Fix for PR 52123 gcc bootstrap with ada fails on mingw target

2013-01-03 Thread Rainer Emrich
Hello, this trivial patch fixes the bootstrap with ada on mingw targets. The right casts fix the invalid conversion issues. Patch is against trunk. ada/ PR 52123 * adaint.c (__gnat_check_OWNER_ACL): Cast from pointer via SECURITY_DESCRIPTOR * (__gnat_set_O

Re: [PATCH] : Fix for PR 52123 gcc bootstrap with ada fails on mingw target

2013-01-03 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forgot to mention, tested on x86_64-w64-mingw32 and x86_64-unknown-gnu-linux. Am 03.01.2013 14:06, schrieb Rainer Emrich: > Hello, > > this trivial patch fixes the bootstrap with ada on mingw targets. The > right casts fix the invali

PING: Re: [PATCH] : Fix for PR 52123 gcc bootstrap with ada fails on mingw target

2013-02-06 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I like to have this in trunk as soon as possible, because I want to backport to 4.7.3 before the release. Tested on x86_64-w64-mingw32 and x86_64-unknown-gnu-linux. Cheers Rainer Am 03.01.2013 14:06, schrieb Rainer Emrich: > Hello, >

[PATCH] : Fix for PR 52123 additional patch for 32bit mingw

2013-02-13 Thread Rainer Emrich
Here's a simple additional patch against trunk for 32bit mingw. OK to apply? Rainer 2013-02-13 Rainer Emrich PR target/52123 * tracebak.c: Cast from pointer via FARPROC Index: ada/tracebak.c === --

[PATCH] : Fix for PR 52123 backport for gcc-4.7.3

2013-02-13 Thread Rainer Emrich
Backport to 4.7.3, tested on i686-w64-mingw32, x86_64-w64-mingw32 and x86_64-unknown-gnu-linux. OK to apply? Rainer 2013-02-13 Rainer Emrich PR target/52123 * adaint.c (__gnat_check_OWNER_ACL): Cast from pointer via SECURITY_DESCRIPTOR * (__gnat_set_OWNER_ACL

Re: [PATCH, Android] Runtime stack protector enabling for Android target

2012-07-16 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure if that's related, but for x86_64-w64-mingw32 bootstrap fails in stage 1: gcc -c -g -DIN_GCC -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual - -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wc++-compat - -DHAVE_CONFI