public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Two PA fixes for 3.4.1
@ 2004-06-07 19:25 John David Anglin
  2004-06-08  7:25 ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: John David Anglin @ 2004-06-07 19:25 UTC (permalink / raw)
  To: gcc-patches; +Cc: mark, gdr

Mark,

These are the two fixes that I mentioned at the Summit.  The former
fix is also relevant to the 3.3 branch.

<http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02039.html>.

This has been tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00
using the 3.4 branch.  It has been tested on hppa-unknown-linux-gnu
using the 3.3 branch.

<http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02063.html>.

Tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00.

The two fixes only affect corner/optional code generation situations
on the PA.  Ok for 3.4, and 3.3 when reopen?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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

* Re: Two PA fixes for 3.4.1
  2004-06-07 19:25 Two PA fixes for 3.4.1 John David Anglin
@ 2004-06-08  7:25 ` Jeffrey A Law
  2004-06-10 15:02   ` Mark Mitchell
  0 siblings, 1 reply; 4+ messages in thread
From: Jeffrey A Law @ 2004-06-08  7:25 UTC (permalink / raw)
  To: John David Anglin; +Cc: gcc-patches, mark, gdr

On Mon, 2004-06-07 at 12:56, John David Anglin wrote:
> Mark,
> 
> These are the two fixes that I mentioned at the Summit.  The former
> fix is also relevant to the 3.3 branch.
> 
> <http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02039.html>.
> 
> This has been tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00
> using the 3.4 branch.  It has been tested on hppa-unknown-linux-gnu
> using the 3.3 branch.
> 
> <http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02063.html>.
> 
> Tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00.
> 
> The two fixes only affect corner/optional code generation situations
> on the PA.  Ok for 3.4, and 3.3 when reopen?
Branch maintainers -- if it makes the decision any easier, both are
IMHO clearly correct.

jeff


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

* Re: Two PA fixes for 3.4.1
  2004-06-08  7:25 ` Jeffrey A Law
@ 2004-06-10 15:02   ` Mark Mitchell
  2004-06-10 17:25     ` Gabriel Dos Reis
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Mitchell @ 2004-06-10 15:02 UTC (permalink / raw)
  To: law; +Cc: John David Anglin, gcc-patches, gdr

Jeffrey A Law wrote:

> On Mon, 2004-06-07 at 12:56, John David Anglin wrote:
> 
>>Mark,
>>
>>These are the two fixes that I mentioned at the Summit.  The former
>>fix is also relevant to the 3.3 branch.
>>
>><http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02039.html>.
>>
>>This has been tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00
>>using the 3.4 branch.  It has been tested on hppa-unknown-linux-gnu
>>using the 3.3 branch.
>>
>><http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02063.html>.
>>
>>Tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00.
>>
>>The two fixes only affect corner/optional code generation situations
>>on the PA.  Ok for 3.4, and 3.3 when reopen?
> 
> Branch maintainers -- if it makes the decision any easier, both are
> IMHO clearly correct.

These patches are OK for 3.4.1.

Thanks, John David for the patches, and Jeff for the review.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

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

* Re: Two PA fixes for 3.4.1
  2004-06-10 15:02   ` Mark Mitchell
@ 2004-06-10 17:25     ` Gabriel Dos Reis
  0 siblings, 0 replies; 4+ messages in thread
From: Gabriel Dos Reis @ 2004-06-10 17:25 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: law, John David Anglin, gcc-patches, gdr

You Wrote Mark Mitchell
> Jeffrey A Law wrote:
>
>> On Mon, 2004-06-07 at 12:56, John David Anglin wrote:
>>
>>>Mark,
>>>
>>>These are the two fixes that I mentioned at the Summit.  The former
>>>fix is also relevant to the 3.3 branch.
>>>
>>><http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02039.html>.
>>>
>>>This has been tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00
>>>using the 3.4 branch.  It has been tested on hppa-unknown-linux-gnu
>>>using the 3.3 branch.
>>>
>>><http://gcc.gnu.org/ml/gcc-patches/2004-05/msg02063.html>.
>>>
>>>Tested on hppa64-hp-hpux11.00 and hppa2.0w-hp-hpux11.00.
>>>
>>>The two fixes only affect corner/optional code generation situations
>>>on the PA.  Ok for 3.4, and 3.3 when reopen?
>>
>> Branch maintainers -- if it makes the decision any easier, both are
>> IMHO clearly correct.
>
> These patches are OK for 3.4.1.

It is OK for gcc-3_3-branch too, once it is open again.

Thanks,

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

end of thread, other threads:[~2004-06-10 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-07 19:25 Two PA fixes for 3.4.1 John David Anglin
2004-06-08  7:25 ` Jeffrey A Law
2004-06-10 15:02   ` Mark Mitchell
2004-06-10 17:25     ` Gabriel Dos Reis

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).