Hello,
This patch works around a missing include in windows.h (mingw.org) for
ssp.c.
ChangeLog
2015-04-25 Daniel Starke
* libssp/ssp.c: Added wincrypt.h include for Windows targets.
Bootstrapped i686-pc-mingw32 (mingw32 version 3.20).
Regards,
Daniel
diff -uart gcc-5.1.0-orig/libss
Hi Rainer,
applied at rev 194859.
Thanks,
Kai
On Thu, Jan 3, 2013 at 1:08 PM, Rainer Emrich
wrote:
> 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
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
On Sun, Dec 9, 2012 at 5:18 PM, NightStrike wrote:
> On Sat, Dec 1, 2012 at 11:12 PM, Kai Tietz wrote:
>> Ping
>>
>> 2012/11/29 Kai Tietz :
>>> Hello,
>>>
>>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>>>
>>> ChangeLog
>>>
>>> 2012-11-29 Kai Tietz
>>>
>>> PR target/53912
On Sun, Dec 9, 2012 at 4:58 PM, NightStrike wrote:
> On Sat, Dec 1, 2012 at 11:13 PM, Kai Tietz wrote:
>> Ping
>>
>> 2012/11/29 Kai Tietz :
>>> Hello,
>>>
>>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>>>
>>> ChangeLog
>>>
>>> 2012-11-29 Kai Tietz
>>>
>>> PR target/53912
On Sat, Dec 1, 2012 at 11:12 PM, Kai Tietz wrote:
> Ping
>
> 2012/11/29 Kai Tietz :
>> Hello,
>>
>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>>
>> ChangeLog
>>
>> 2012-11-29 Kai Tietz
>>
>> PR target/53912
>> * print-tree.c (print_node): Cast from pointer via uint
On Sat, Dec 1, 2012 at 11:13 PM, Kai Tietz wrote:
> Ping
>
> 2012/11/29 Kai Tietz :
>> Hello,
>>
>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>>
>> ChangeLog
>>
>> 2012-11-29 Kai Tietz
>>
>> PR target/53912
>> * stmt.c (compute_cases_per_edge): Cast from pointer vi
On Thu, Nov 29, 2012 at 4:05 AM, Kai Tietz wrote:
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * ggc-common.c (POINTER_HASH): Cast from pointer via intptr_t.
This is OK.
Thanks.
Ian
On Thu, Nov 29, 2012 at 5:40 AM, Kai Tietz wrote:
> Updated variant using HOST_WIDE_INT_PRINT.
>
> Tested for i686-w64-mingw32 and x86_64-w64-mingw32. Ok for apply?
>
> Kai
>
> Index: tree-dump.c
> ===
> --- tree-dump.c (Revision 193
On Thu, Nov 29, 2012 at 4:07 AM, Kai Tietz wrote:
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * pointer-set.c (hash1): Cast from pointer via uintptr_t.
This is OK.
Thanks.
Ian
Ping
2012/11/29 Kai Tietz :
> Hello,
>
> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>
> ChangeLog
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * stmt.c (compute_cases_per_edge): Cast from pointer via intptr_t.
> (expand_case): Likewise.
>
> Tested for i686
Ping
2012/11/29 Kai Tietz :
> Hello,
>
> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>
> ChangeLog
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * print-tree.c (print_node): Cast from pointer via uintptr_t.
>
> Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
>
Ping
2012/11/29 Kai Tietz :
> Updated variant using HOST_WIDE_INT_PRINT.
>
> Tested for i686-w64-mingw32 and x86_64-w64-mingw32. Ok for apply?
>
> Kai
>
> Index: tree-dump.c
> ===
> --- tree-dump.c (Revision 193925)
> +++ tree-dump.c
Ping
2012/11/29 Kai Tietz :
> Hello,
>
> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>
> ChangeLog
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * pointer-set.c (hash1): Cast from pointer via uintptr_t.
>
> Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
> x86_
Ping
2012/11/29 Kai Tietz :
> Hello,
>
> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>
> ChangeLog
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * ggc-common.c (POINTER_HASH): Cast from pointer via intptr_t.
>
> Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
>
On Thu, Nov 29, 2012 at 10:27 AM, Kai Tietz wrote:
> Fine. Tested patch using XNEWVEC/XRESIZEVEC for this. Ok for apply?
This is OK with a ChangeLog entry.
Thanks.
Ian
> Index: prefix.c
> ===
> --- prefix.c(Revision 193939)
Fine. Tested patch using XNEWVEC/XRESIZEVEC for this. Ok for apply?
Kai
Index: prefix.c
===
--- prefix.c(Revision 193939)
+++ prefix.c(Arbeitskopie)
@@ -157,12 +157,12 @@ lookup_key (char *key)
}
size = 32;
- dst
On Thu, Nov 29, 2012 at 4:09 AM, Kai Tietz wrote:
>
> ChangeLog
>
> 2012-11-29 Kai Tietz
>
> PR target/53912
> * prefix.c (lookup_key): Explicit cast return-type of xmalloc/xrealloc
> to char *.
>
> Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
> x86_64-unknown-gnu-l
OK.
Jason
Updated variant using HOST_WIDE_INT_PRINT.
Tested for i686-w64-mingw32 and x86_64-w64-mingw32. Ok for apply?
Kai
Index: tree-dump.c
===
--- tree-dump.c (Revision 193925)
+++ tree-dump.c (Arbeitskopie)
@@ -177,7 +177,8 @@ void
dump
Ok, here is the tested adjusted version using (u)intptr_t and hwi. Ok
for apply?
Kai
Index: cp/class.c
===
--- cp/class.c (Revision 193925)
+++ cp/class.c (Arbeitskopie)
@@ -7815,9 +7815,9 @@ dump_class_hierarchy_r (FILE *stream,
On 11/29/2012 12:45 PM, Kai Tietz wrote:
> 2012/11/29 Pedro Alves :
>> On 11/29/2012 12:03 PM, Kai Tietz wrote:
>>> Hello,
>>>
>>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>>
>> But it's trivial at the expense of truncating the pointer.
>> Looking around, I'd think that something
2012/11/29 Pedro Alves :
> On 11/29/2012 12:03 PM, Kai Tietz wrote:
>> Hello,
>>
>> this trivial patch fixes a bootstrap issue on LLP64 hosts.
>
> But it's trivial at the expense of truncating the pointer.
> Looking around, I'd think that something like casting to hwi (after
> uintptr_t),
> and th
On 11/29/2012 12:03 PM, Kai Tietz wrote:
> Hello,
>
> this trivial patch fixes a bootstrap issue on LLP64 hosts.
But it's trivial at the expense of truncating the pointer.
Looking around, I'd think that something like casting to hwi (after uintptr_t),
and then use HOST_WIDE_INT_PRINT_HEX as forma
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* tree-dump.c (dump_pointer): Cast from pointer via intptr_t.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-linux. Ok for apply?
Regards,
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* stmt.c (compute_cases_per_edge): Cast from pointer via intptr_t.
(expand_case): Likewise.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unkno
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* print-tree.c (print_node): Cast from pointer via uintptr_t.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-linux. Ok for apply?
Regards,
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* prefix.c (lookup_key): Explicit cast return-type of xmalloc/xrealloc
to char *.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-lin
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* pointer-set.c (hash1): Cast from pointer via uintptr_t.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-linux. Ok for apply?
Regards,
Kai
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
ChangeLog
2012-11-29 Kai Tietz
PR target/53912
* ggc-common.c (POINTER_HASH): Cast from pointer via intptr_t.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-linux. Ok for apply?
Regards,
Hello,
this trivial patch fixes a bootstrap issue on LLP64 hosts.
cp/
PR target/53912
* class.c (dump_class_hierarchy_r): Cast from pointer via uintptr_t.
(dump_vtable): Likewise.
Tested for i686-w64-mingw32, x86_64-w64-mingw32, and
x86_64-unknown-gnu-lin
On 2012-09-11 08:42 , Dominique Dhumieres wrote:
This is ok, of course.
Then could you please commit it (I don't have write access)?
Done. Rev 191192.
2012-09-11 Dominique Dhumieres
* config/darwin.c (darwin_asm_named_section): Adjust for
VEC changes.
(darwin_as
> This is ok, of course.
Then could you please commit it (I don't have write access)?
TIA
Dominique
On 09/11/2012 01:41 PM, Diego Novillo wrote:
On 2012-09-11 03:58 , Tobias Burnus wrote:
Did you test with or without Graphite?
I tested with and without release checking, all languages and all
targets that use VEC. So many combinations...
There is unfortunately always an N+1 configuration
On 2012-09-11 06:12 , Dominique Dhumieres wrote:
Fixed with the attached.
Followed by the same failure on darwin. Fixed with
--- ../_clean/gcc/config/darwin.c 2012-07-09 22:06:21.0 +0200
+++ ../p_work/gcc/config/darwin.c 2012-09-11 11:53:02.0 +0200
@@ -1878,7 +1878,
On Tue, Sep 11, 2012 at 1:41 PM, Diego Novillo wrote:
> On 2012-09-11 03:58 , Tobias Burnus wrote:
>
>> Did you test with or without Graphite?
>
>
> I tested with and without release checking, all languages and all targets
> that use VEC. So many combinations... how is graphite enabled?
By havin
On 2012-09-11 05:35 , Richard Guenther wrote:
On Tue, Sep 11, 2012 at 9:58 AM, Tobias Burnus wrote:
On 09/11/2012 01:52 AM, Diego Novillo wrote:
Remove unnecessary VEC function overloads.
Several VEC member functions that accept an element 'T' used to have
two overloads: one taking 'T', the
On 2012-09-11 03:58 , Tobias Burnus wrote:
Did you test with or without Graphite?
I tested with and without release checking, all languages and all
targets that use VEC. So many combinations... how is graphite enabled?
Diego.
> Fixed with the attached.
Followed by the same failure on darwin. Fixed with
--- ../_clean/gcc/config/darwin.c 2012-07-09 22:06:21.0 +0200
+++ ../p_work/gcc/config/darwin.c 2012-09-11 11:53:02.0 +0200
@@ -1878,7 +1878,7 @@ darwin_asm_named_section (const char *na
On Tue, Sep 11, 2012 at 9:58 AM, Tobias Burnus wrote:
> On 09/11/2012 01:52 AM, Diego Novillo wrote:
>>
>> Remove unnecessary VEC function overloads.
>>
>> Several VEC member functions that accept an element 'T' used to have
>> two overloads: one taking 'T', the second taking 'T *'.
>
>
> They mig
On 09/11/2012 01:52 AM, Diego Novillo wrote:
Remove unnecessary VEC function overloads.
Several VEC member functions that accept an element 'T' used to have
two overloads: one taking 'T', the second taking 'T *'.
They might be unnecessary, but with your patch bootstrapping fails here
with th
On Wed, May 04, 2011 at 12:02:17PM +0200, Uros Bizjak wrote:
> Tested on x86_64-pc-linux-gnu, committed to mainline SVN. I will audit
> movq usage in other release branches as well.
s/reqire/require/g
> --- config/i386/i386.md (revision 173353)
> +++ config/i386/i386.md (working copy)
Hello!
Oh well... some broken assemblers got confused with "movq %reg, %xmm"
DImode move mnemonic. "movd" works correctly as well, so use this form
instead.
2011-05-04 Uros Bizjak
PR target/48860
* config/i386/i386.md (*movdi_internal_rex64) Use %vmovd
for reg<->xmm mo
44 matches
Mail list logo