public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64
@ 2011-02-23 11:07 Kai Tietz
  2011-03-07 19:42 ` Kai Tietz
  0 siblings, 1 reply; 4+ messages in thread
From: Kai Tietz @ 2011-02-23 11:07 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

Hi,

ChangeLog

2011-02-23  Kai Tietz

        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.

Ok for apply?

Regards,
Kai

[-- Attachment #2: adjtestc++.txt --]
[-- Type: text/plain, Size: 295 bytes --]

Index: g++.dg/tree-ssa/pr21082.C
===================================================================
--- g++.dg/tree-ssa/pr21082.C	(revision 170392)
+++ g++.dg/tree-ssa/pr21082.C	(working copy)
@@ -4,7 +4,7 @@
 void link_error();
 
 int a[4];
-long b, c;
+__INTPTR_TYPE__ b, c;
 
 int main()
 {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64
  2011-02-23 11:07 [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64 Kai Tietz
@ 2011-03-07 19:42 ` Kai Tietz
  2011-03-08 10:38   ` Richard Guenther
  0 siblings, 1 reply; 4+ messages in thread
From: Kai Tietz @ 2011-03-07 19:42 UTC (permalink / raw)
  To: GCC Patches

PING

2011/2/23 Kai Tietz <ktietz70@googlemail.com>:
> Hi,
>
> ChangeLog
>
> 2011-02-23  Kai Tietz
>
>        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.
>
> Ok for apply?
>
> Regards,
> Kai
>



-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64
  2011-03-07 19:42 ` Kai Tietz
@ 2011-03-08 10:38   ` Richard Guenther
  2011-03-08 11:06     ` Kai Tietz
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Guenther @ 2011-03-08 10:38 UTC (permalink / raw)
  To: Kai Tietz; +Cc: GCC Patches

On Mon, Mar 7, 2011 at 8:42 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
> PING

Ok.

Thanks,
Richard.

> 2011/2/23 Kai Tietz <ktietz70@googlemail.com>:
>> Hi,
>>
>> ChangeLog
>>
>> 2011-02-23  Kai Tietz
>>
>>        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.
>>
>> Ok for apply?
>>
>> Regards,
>> Kai
>>
>
>
>
> --
> |  (\_/) This is Bunny. Copy and paste
> | (='.'=) Bunny into your signature to help
> | (")_(") him gain world domination
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64
  2011-03-08 10:38   ` Richard Guenther
@ 2011-03-08 11:06     ` Kai Tietz
  0 siblings, 0 replies; 4+ messages in thread
From: Kai Tietz @ 2011-03-08 11:06 UTC (permalink / raw)
  To: Richard Guenther; +Cc: GCC Patches

2011/3/8 Richard Guenther <richard.guenther@gmail.com>:
> On Mon, Mar 7, 2011 at 8:42 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
>> PING
>
> Ok.
>
> Thanks,
> Richard.
>
>> 2011/2/23 Kai Tietz <ktietz70@googlemail.com>:
>>> Hi,
>>>
>>> ChangeLog
>>>
>>> 2011-02-23  Kai Tietz
>>>
>>>        * g++.dg/tree-ssa/pr21082.C: Use __INTPTR_TYPE__ instead of 'long' type.
>>>
>>> Ok for apply?
>>>
>>> Regards,
>>> Kai
>>>
>>
>>
>>
>> --
>> |  (\_/) This is Bunny. Copy and paste
>> | (='.'=) Bunny into your signature to help
>> | (")_(") him gain world domination
>>
>

Applied at rev. 170774.

Thanks,
Kai

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-08 11:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23 11:07 [patch testsuite g++.dg]: Adjust tree-ssa/pr21082 testcase for LLP64 Kai Tietz
2011-03-07 19:42 ` Kai Tietz
2011-03-08 10:38   ` Richard Guenther
2011-03-08 11:06     ` Kai Tietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).