public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Daniel Berlin <dan@cgsoftware.com>
To: Jakub Jelinek <jakub@redhat.com>
Cc: <rth@redhat.com>, <gcc-patches@gcc.gnu.org>
Subject: Re: Unreviewed patches
Date: Tue, 13 Nov 2001 15:03:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.33.0111121519560.30043-100000@www.cgsoftware.com> (raw)
Message-ID: <20011113150300.gOq_bZQuRg2EjbNp1V4QRGzzoMEj99fk5BzLnCJwdS4@z> (raw)
In-Reply-To: <20011112094646.O4087@devserv.devel.redhat.com>



On Mon, 12 Nov 2001, Jakub Jelinek wrote:

> Hi!
>
> http://gcc.gnu.org/ml/gcc-patches/2001-10/msg01300.html
> 	- fix endless loop with bogus C array initializer
> http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00898.html
> 	- fix ICE handling anonymous union on Alpha/Sparc/...
> http://gcc.gnu.org/ml/gcc-patches/2001-10/msg01218.html
> 	- fix store motion (although Dan Berlin claims
> 	store motion should be disabled altogether ATM,
> 	IMHO this patch should be applied nevertheless)

I agree, BTW, as it's *part* of a correct fix, but nowhere near complete.

The list of problems with store motion, off the top of my head:
1. store_ops_ok returns the opposite value it should (IE 0 when should
be 1, 1 when  should be 0) for registers.
2. Constant calls are not handled properly.
3. memory that can alias anything is not handled properly (it doesn't
notice that stores that alias anything kill your current store, as well as
loads from memory that alias anything)
These are just the bugs off the top of my head, while trying to pay
attention in criminal law class.

--Dan

  reply	other threads:[~2001-11-12 20:40 UTC|newest]

Thread overview: 280+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-02 10:46 Jakub Jelinek
2001-11-02 18:17 ` Daniel Berlin [this message]
2001-11-03 13:07   ` Andreas Jaeger
2001-11-13  4:26     ` Andreas Jaeger
2001-11-13 15:03     ` Andreas Jaeger
2001-11-12 12:40   ` Daniel Berlin
2001-11-13  4:26   ` Daniel Berlin
2001-11-13 15:03   ` Daniel Berlin
2001-11-12 12:11 ` Jakub Jelinek
2001-11-13  4:26 ` Jakub Jelinek
2001-11-13  5:27 ` Jakub Jelinek
2001-11-13 15:03 ` Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2024-01-31 14:04 Rainer Orth
2024-01-31 19:19 ` Uros Bizjak
2024-02-01 12:21   ` Rainer Orth
2017-06-08 10:08 Rainer Orth
2017-06-23  5:23 ` Jeff Law
2016-06-06  8:16 Rainer Orth
2016-06-06 17:03 ` Gerald Pfeifer
2016-06-07  9:12   ` Rainer Orth
2016-06-22  3:04 ` Jeff Law
2016-06-22  9:16   ` Rainer Orth
2010-05-10  9:57 Rainer Orth
2010-05-10 11:22 ` Paolo Bonzini
2010-05-10 11:33   ` Rainer Orth
2010-05-10 12:06     ` Paolo Bonzini
2010-05-10 13:12       ` Rainer Orth
2010-05-10 11:36   ` Richard Guenther
2010-05-10 13:44     ` Rainer Orth
2010-05-10 13:58       ` Richard Guenther
2010-03-01 16:07 Rainer Orth
2010-03-01 17:20 ` Janis Johnson
2010-03-01 17:25 ` Paolo Bonzini
2010-03-01 17:32   ` Rainer Orth
2010-03-01 17:35     ` Paolo Bonzini
2010-03-01 22:21       ` Rainer Orth
2010-03-01 17:36   ` Eric Botcazou
2010-02-01 14:19 Rainer Orth
2007-11-27 13:28 Jakub Jelinek
2007-12-03 13:20 ` Richard Guenther
2007-11-12 14:28 Jakub Jelinek
     [not found] ` <9c03c2dd0711121154k4971a265k9b271f7ad388a83a@mail.gmail.com>
     [not found]   ` <20071113154131.GK5451@devserv.devel.redhat.com>
2007-11-20 12:36     ` Danny Smith
2007-08-27 14:33 Jakub Jelinek
2007-08-27 15:52 ` Jason Merrill
2007-06-20 10:51 Jakub Jelinek
2007-06-20 10:57 ` Richard Guenther
2007-06-23 18:18 ` Mark Mitchell
2006-12-12 20:48 Jakub Jelinek
2006-04-02 19:21 Adam Nemet
2005-09-20 15:52 Jakub Jelinek
2005-09-22 16:13 ` Mark Mitchell
2005-09-22 16:27   ` Gabriel Dos Reis
2005-06-10 13:12 Kaveh R. Ghazi
2005-03-30  3:56 Richard Kenner
2005-03-30  5:56 ` Alexandre Oliva
2005-03-30 14:47   ` Richard Sandiford
2005-03-30  1:44 Paul Schlie
2005-03-30  2:19 ` Alexandre Oliva
2005-03-30  3:13   ` Zack Weinberg
2005-03-30 15:20   ` Paul Schlie
2005-03-30 17:01     ` Paul Schlie
2005-03-29 17:52 Richard Sandiford
2005-03-29 18:44 ` Zack Weinberg
2005-03-29 22:02   ` Alexandre Oliva
2005-03-29 23:47     ` Zack Weinberg
2005-03-30  2:14       ` Alexandre Oliva
2005-03-30  5:56   ` Richard Sandiford
2005-03-30  6:06     ` Zack Weinberg
2005-03-30  6:40       ` Richard Sandiford
2005-03-30  7:25       ` Kai Henningsen
2005-01-24  9:25 Jakub Jelinek
2004-12-05 22:42 Kaz Kojima
2004-07-16  4:44 Eric Botcazou
2004-07-18  2:16 ` Zack Weinberg
2004-07-18  4:04   ` Eric Botcazou
2004-07-18  9:55     ` Zack Weinberg
2004-07-18 11:47       ` Eric Botcazou
2004-07-18 12:36         ` Zack Weinberg
2004-07-18 12:47           ` Eric Botcazou
2004-07-19 16:48         ` Joern Rennecke
2004-07-25 20:17           ` Eric Botcazou
2004-07-26 22:05             ` Joern Rennecke
2004-07-27 23:58               ` Eric Botcazou
2004-07-28  2:25                 ` Joern Rennecke
2004-09-03 13:20                   ` Eric Botcazou
2004-09-03 16:40                     ` Zack Weinberg
2004-06-19 16:43 Eric Botcazou
2004-06-21 14:54 ` Alexandre Oliva
2004-06-21 16:07   ` Eric Botcazou
2004-05-31 21:55 Eric Botcazou
2004-06-01  2:04 ` Roger Sayle
2004-06-01  7:02   ` Eric Botcazou
2004-05-21 19:43 Eric Botcazou
2004-05-13 20:53 Eric Botcazou
2004-04-01 20:24 unreviewed patches Caroline Tice
2004-04-03 21:03 ` Zack Weinberg
2004-04-05 16:20   ` Caroline Tice
2004-04-06 14:21     ` Caroline Tice
2004-04-09 20:06     ` Caroline Tice
2004-04-06 14:21   ` Zack Weinberg
2004-04-09 20:06   ` Zack Weinberg
2004-04-06 14:21 ` Caroline Tice
2004-04-06 19:09 ` Geoff Keating
2004-04-09 20:06   ` Geoff Keating
2004-04-09 20:06 ` Caroline Tice
2004-03-30 13:43 Unreviewed patches Ulrich Weigand
2004-03-26  9:12 Gábor Lóki
2004-03-04  4:40 Kazu Hirata
2004-03-19  8:14 ` Kazu Hirata
2004-02-26  5:38 Kazu Hirata
2004-02-26 23:36 ` Zack Weinberg
2004-02-28  1:39   ` Kazu Hirata
2004-02-14 19:35 Kazu Hirata
2004-02-19  6:13 ` Jim Wilson
2004-02-21 13:45   ` Jim Wilson
2004-02-20 23:34 ` Jim Wilson
2004-02-21 13:45   ` Jim Wilson
2004-02-21 13:45 ` Kazu Hirata
2004-02-05 22:54 Ulrich Weigand
2004-02-21 13:45 ` Ulrich Weigand
2004-02-05 20:02 Kazu Hirata
2004-02-06  3:20 ` Roger Sayle
2004-02-21 13:45   ` Roger Sayle
2004-02-21 13:45 ` Kazu Hirata
2004-02-01 15:14 Roger Sayle
2004-02-21 13:45 ` Roger Sayle
2003-12-16 23:23 Dan Nicolaescu
2003-12-22  8:08 ` Jim Wilson
2003-12-14 19:29 Joern Rennecke
2003-12-14 21:51 ` Zack Weinberg
2003-12-14 21:53 ` Zack Weinberg
2003-11-26  8:48 Eric Botcazou
2003-11-26 12:11 ` David S. Miller
2003-11-26 17:35 ` Roger Sayle
2003-11-26 18:00   ` Gabriel Dos Reis
2003-11-27  8:13   ` Eric Botcazou
2003-11-26 18:24 ` Janis Johnson
2003-12-01  2:49   ` Jim Wilson
2003-09-28  9:17 Richard Sandiford
2003-09-15 17:34 David Edelsohn
2003-09-08 12:12 Kazu Hirata
2003-09-11  5:59 ` Jim Wilson
2003-09-14 23:48   ` Kazu Hirata
2003-09-02  8:53 Kazu Hirata
2003-08-14 13:33 Roger Sayle
2003-08-15  1:08 ` Kaveh R. Ghazi
2003-08-14  5:01 Kaveh R. Ghazi
2003-08-14  5:46 ` Zack Weinberg
2003-07-30 20:03 David Edelsohn
2003-07-21 19:27 Zdenek Dvorak
2003-07-29 22:07 ` Richard Henderson
2003-07-29 22:48   ` Zdenek Dvorak
2003-07-30 14:57   ` Jan Hubicka
2003-07-30  0:28 ` Richard Henderson
2003-07-30 17:33   ` Zdenek Dvorak
2003-07-13 17:25 Kazu Hirata
2003-07-09 13:30 Joern Rennecke
2003-07-11  7:17 ` Jim Wilson
2003-06-24 21:59 Kazu Hirata
2003-06-26  8:31 ` Jim Wilson
2003-06-16 18:16 Unreviewed Patches Dara Hazeghi
2003-06-16 18:51 ` Geoff Keating
2003-06-16 19:52   ` Dara Hazeghi
2003-06-17 11:41     ` Gerald Pfeifer
2003-06-19  1:28       ` Dara Hazeghi
2003-06-19  2:24         ` Geoff Keating
2003-06-19  2:54           ` Dara Hazeghi
2003-06-09 15:57 Unreviewed patches Joern Rennecke
     [not found] <20030602124040.A13397@devserv.devel.redhat.com>
2003-06-03  1:08 ` Richard Henderson
2003-05-30 14:24 Zdenek Dvorak
2003-06-02 22:32 ` Michael Hayes
2003-06-02 22:57   ` Daniel Berlin
2003-06-03  7:49     ` Zdenek Dvorak
2003-06-03 12:47       ` Daniel Berlin
2003-06-03 13:05         ` Zdenek Dvorak
2003-06-03 17:39           ` Daniel Berlin
2003-06-08 14:22             ` Zdenek Dvorak
2003-06-08 16:04               ` Daniel Berlin
2003-04-09  2:59 unreviewed patches Alan Modra
2003-04-17 22:27 ` Alan Modra
2003-05-06  6:21   ` Alexandre Oliva
2003-05-06 13:04     ` Alan Modra
2003-03-23  6:36 Unreviewed patches Roger Sayle
2003-03-09 15:08 Roger Sayle
2003-02-24 23:16 Zdenek Dvorak
2003-02-25 19:44 ` Zack Weinberg
2003-02-25 20:05   ` Zdenek Dvorak
2003-01-17  4:28 Kazu Hirata
2003-01-17  4:32 ` Kazu Hirata
2003-01-10  7:02 Jerry Quinn
2003-01-08 22:53 David Edelsohn
2003-01-09  0:06 ` Geoff Keating
2003-01-09  1:00 ` Dale Johannesen
2002-12-29 21:57 Jerry Quinn
2002-11-18 19:55 Hans-Peter Nilsson
2002-11-19 10:52 ` Geoff Keating
2002-11-20  5:08   ` Hans-Peter Nilsson
2002-11-08 23:14 Jason R Thorpe
2002-07-23  5:15 Joern Rennecke
2002-07-23 12:08 ` Geoff Keating
2002-07-23 13:29   ` Joern Rennecke
2002-07-23 13:43     ` Geoff Keating
2002-07-22 16:40 Dan Nicolaescu
2002-07-15  5:35 Joern Rennecke
2002-07-19 18:40 ` Richard Henderson
2002-07-19 18:53 ` Richard Henderson
2002-07-20 11:35 ` Richard Henderson
2002-07-01 13:50 unreviewed patches Paul Koning
2002-07-01 13:19 Unreviewed patches Joern Rennecke
2002-03-22 15:28 Kaveh R. Ghazi
2002-03-07 20:30 Kaveh R. Ghazi
2002-03-22 14:40 ` Richard Henderson
2002-02-27 18:48 Kaveh R. Ghazi
2002-02-26 23:51 Billinghurst, David (CRTS)
2002-02-17 15:14 Billinghurst, David (CRTS)
2002-02-12 19:22 Billinghurst, David (CRTS)
2002-02-13 12:48 ` Toon Moene
2002-03-23 12:08   ` Toon Moene
2002-02-16 11:32 ` Stan Shebs
2002-02-01  8:01 Roger Sayle
2002-02-01  8:47 ` Gabriel Dos Reis
2002-02-01  9:00   ` Joseph S. Myers
2002-02-01  9:12     ` Gabriel Dos Reis
2002-02-01 11:07     ` Roger Sayle
2002-02-01 12:17       ` Joseph S. Myers
2002-02-01 13:47         ` Roger Sayle
2002-02-01 14:00           ` Joseph S. Myers
2002-02-01 15:21             ` Roger Sayle
2002-02-01 17:51               ` Joseph S. Myers
2002-02-02  0:08                 ` Gabriel Dos Reis
2002-02-02  0:07               ` Gabriel Dos Reis
2002-02-02  0:00           ` Gabriel Dos Reis
2002-01-07 21:40 Kazu Hirata
2002-01-07 19:53 Kaveh R. Ghazi
2001-12-08  6:02 Kaveh R. Ghazi
2001-12-15 19:50 ` Richard Henderson
2001-12-03 20:28 Roger Sayle
2001-12-03  6:40 Jakub Jelinek
2001-12-03 10:31 ` Gerald Pfeifer
2001-11-16 15:14 Kaveh R. Ghazi
2001-11-27  8:10 ` Kaveh R. Ghazi
2001-11-09 16:02 Kaveh R. Ghazi
2001-11-09 16:36 ` Richard Henderson
2001-11-13  5:27   ` Richard Henderson
2001-11-13 15:03   ` Richard Henderson
2001-11-13  5:27 ` Kaveh R. Ghazi
2001-11-13 15:03 ` Kaveh R. Ghazi
     [not found] <200111021643.LAA18180@caip.rutgers.edu>
2001-11-09 14:58 ` Richard Henderson
2001-11-13  5:27   ` Richard Henderson
2001-11-13 15:03   ` Richard Henderson
2001-10-21  6:11 Kaveh R. Ghazi
2001-09-10 19:28 Daniel Berlin
2001-09-07  8:47 Roman Lechtchinsky
2001-09-07 15:22 ` Richard Henderson
2001-09-07 15:24 ` Richard Henderson
2001-08-24 11:55 Roman Zippel
2001-08-17 11:19 Kazu Hirata
2001-07-29  8:19 Roman Zippel
2001-07-18 10:18 Daniel Berlin
2001-07-06 15:46 Toshi Morita
2001-06-27 11:24 unreviewed patches DJ Delorie
2001-06-16  9:04 Unreviewed patches Daniel Berlin
2001-06-16  9:59 ` Neil Booth
2001-06-16 10:02   ` Neil Booth
2001-06-16 10:05 ` Neil Booth
2001-05-08  6:03 Kazu Hirata
2001-04-09  8:04 unreviewed patches DJ Delorie
2001-04-02 16:08 Unreviewed patches Benjamin Kosnik
2001-04-03  4:50 ` Rainer Orth
2001-04-02 13:40 Rainer Orth
2001-04-02 14:26 ` Ovidiu Predescu
2001-04-02 14:32   ` Ovidiu Predescu
2001-04-03  5:56     ` Rainer Orth
2001-04-02 15:56 ` Stan Shebs
2001-04-02 16:07 ` Richard Henderson
2001-04-03  5:41   ` Rainer Orth
2001-03-16 22:20 gcc-3.0 branch digest_init Alan Modra
2001-03-25 20:59 ` Unreviewed patches Alan Modra
2001-03-26 17:49   ` Geoff Keating
2001-01-12 10:25 Jakub Jelinek
2001-01-12 15:03 ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0111121519560.30043-100000@www.cgsoftware.com \
    --to=dan@cgsoftware.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=rth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).