public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* ?
@ 2023-10-31 14:04 Teri Ford
  0 siblings, 0 replies; 4+ messages in thread
From: Teri Ford @ 2023-10-31 14:04 UTC (permalink / raw)
  To: gcc-patches

Hello, I'm giving away my late husband's Yamaha Grand Piano for free to anyone interested. Let me know if you want it or you know else that wants it.

Thanks,
Teri

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

* Re: [
@ 2018-10-29 17:52 graham stott via gcc-patches
  0 siblings, 0 replies; 4+ messages in thread
From: graham stott via gcc-patches @ 2018-10-29 17:52 UTC (permalink / raw)
  To: Jeff Law, Segher Boessenkool, Andrew Pinski; +Cc: GCC Patches

Looks like it fixed an GO Libs failure as well I was having

-------- Original message --------
From: Jeff Law <law@redhat.com> 
Date: 29/10/2018  15:56  (GMT+00:00) 
To: Segher Boessenkool <segher@kernel.crashing.org>, Andrew Pinski <pinskia@gmail.com> 
Cc: GCC Patches <gcc-patches@gcc.gnu.org> 
Subject: Re: [ 

On 10/29/18 1:49 AM, Segher Boessenkool wrote:
> On Mon, Oct 29, 2018 at 12:31:28AM -0700, Andrew Pinski wrote:
>>>         PR rtl-optimization/87701
>>>         PR rtl-optimization/87780
>>>         * combine.c (make_more_copies): Rewrite.
>>
>> I think a better changelog would be :):
>> * combine.c (make_more_copies): Rewrite to be simplier.
> 
> But it is not simpler at all now: *not* removing old notes while changing
> RTL instructions is a very bad idea often; and modifying instructions
> while not being very careful upsets DF.  It may *look* simple now ;-)
FWIW, it looks like cr16 ran to completion this morning :-)

Jeff

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

* ????????????!!!!!!
@ 2018-04-23 19:23 FIFA 2018 WORLD CUP RUSSIA via gcc-patches
  0 siblings, 0 replies; 4+ messages in thread
From: FIFA 2018 WORLD CUP RUSSIA via gcc-patches @ 2018-04-23 19:23 UTC (permalink / raw)
  To: gcc-patches

2018 FIFA World Cup Russia <https://deref-mail.com/mail/client/Emhm21OdOkI/dereferrer/?redirectUrl=http%3A%2F%2Fwww.fifa.com%2Fworldcup%2Findex.html>
? ?????????????? ? ???????????? 
???????????? ?????,
1500 Pennsylvania Ave NW, Washington,
DC 20005 ???
 
????????????!!!!!!


?? ???? ???????? ???, ??? ???? ??????????? ?????? ???????? (1,5 ???????? ???????? ???) ?? ?????????? ???? ?? ??????? 2018 ???? ? ??????. ??? ????? ??? ??????????? ?????????? ???? ?? ??????? 2018 ???? ? ??????, ??? ??????????? ?????? ?????????? ????????? ??????? ?? ????????? Software powered by ???????? ????? ????????? ???-????. 
 
????? ?????? ?????? ?? ????????? ?????????, ?????? ????????? ?? ????? ??????????? ?? ?????????? ????:
.


-------------------------------------------------------
?????? ????? ??????
????????? ?? ?????????? 
E-mail: gip@usa.com <mailto:gip@usa.com>
-------------------------------------------------------


???????????? ???? ????????? ?????????? ? ????????? ?? ??? ??? ?????? ?????????
 
1) ???:
2) ?????:
3) ???:
4) ???????
5) ???????? ?????????:
6)?????????:
7)????? ????????:
8)????? ????????:
9)??????:
 
?? ???????????? ???????????? ?? ???????? ??? ??????? ??? ?????????? ??????????????? ?? ?????????????? ?? ??? ???, ???? ??? ???? ?? ????? ????????? ? ?? ??????? ? ???. 


??? ????? ?????? ????????? ????????????, ????? ???????? ???????? ?????????? ? ??????????????? ????????????? ???? ????????? ?? ??????????? ??? ????????????? ??????????.???????? ????????, ??? ??? ???????? ?????? ???? ?????? ?? 15 ??? 2018 ????, ? ????????? ?????? ??? ???????? ????? ?????????? ??? ???????????????? ? ? ???????? ????? ???????????? ????????????????? ????????????. 
 

 
Pavel Kolobkov
Director of Sports
2018 FIFA World Cup Russia

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

* [
@ 2003-11-21  7:22 Richard Henderson
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2003-11-21  7:22 UTC (permalink / raw)
  To: gcc-patches

Now that types have been cleaned up, we can remove this bit of 
hackery from get_expr_operands.  Which, incidentally, didn't do
what you'd expect -- we'd fail to create VDEFs for such things
when the indirect_ref was on the lhs.

Bootstrapped and tested on alphaev67-linux.


r~


        * tree-dfa.c (get_expr_operands): Remove handling of PLUS_EXPR
        inside INDIRECT_REF.

Index: tree-dfa.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-dfa.c,v
retrieving revision 1.1.4.181
retrieving revision 1.1.4.182
diff -c -p -d -r1.1.4.181 -r1.1.4.182
*** tree-dfa.c	19 Nov 2003 20:10:00 -0000	1.1.4.181
--- tree-dfa.c	21 Nov 2003 07:12:29 -0000	1.1.4.182
*************** get_expr_operands (tree stmt, tree *expr
*** 393,411 ****
  	  return;
  	}
  
-       /* This single case might not have been folded to an array reference
- 	 if the immediate doesn't exactly divide the referenced type.  This
- 	 case is likely to be undefined in C, but perhaps not others.  */
-       else if (TREE_CODE (ptr) == PLUS_EXPR)
- 	{
- 	  if (TREE_CODE (TREE_OPERAND (ptr, 1)) != INTEGER_CST)
- 	    abort ();
- 	  ptr = TREE_OPERAND (ptr, 0);
- 	  if (TREE_CODE (ptr) != ADDR_EXPR)
- 	    abort ();
- 	  pptr = &TREE_OPERAND (ptr, 0);
- 	}
- 
        /* Everything else should have been folded elsewhere.  */
        else
  	abort ();
--- 393,398 ----

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

end of thread, other threads:[~2023-10-31 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 14:04 ? Teri Ford
  -- strict thread matches above, loose matches on Subject: below --
2018-10-29 17:52 [ graham stott via gcc-patches
2018-04-23 19:23 ????????????!!!!!! FIFA 2018 WORLD CUP RUSSIA via gcc-patches
2003-11-21  7:22 [ Richard Henderson

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