public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/24429]  New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists
@ 2005-10-18 13:34 jakub at gcc dot gnu dot org
  2005-10-18 13:36 ` [Bug middle-end/24429] " jakub at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-10-18 13:34 UTC (permalink / raw)
  To: gcc-bugs

I'll attach a patch, that should be queued for 4.2 once 4.1 branches.


-- 
           Summary: Remove unnecessary lhd_* hooks where a corresponding
                    hook_* exists
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

* [Bug middle-end/24429] Remove unnecessary lhd_* hooks where a corresponding hook_* exists
  2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
@ 2005-10-18 13:36 ` jakub at gcc dot gnu dot org
  2005-10-18 13:38 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-10-18 13:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2005-10-18 13:36 -------
Created an attachment (id=10018)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10018&action=view)
pr24429.patch

As per http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01040.html request,
I'm enqueueing this cleanup for 4.2.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

* [Bug middle-end/24429] Remove unnecessary lhd_* hooks where a corresponding hook_* exists
  2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
  2005-10-18 13:36 ` [Bug middle-end/24429] " jakub at gcc dot gnu dot org
@ 2005-10-18 13:38 ` pinskia at gcc dot gnu dot org
  2006-03-11  5:22 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 13:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

* [Bug middle-end/24429] Remove unnecessary lhd_* hooks where a corresponding hook_* exists
  2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
  2005-10-18 13:36 ` [Bug middle-end/24429] " jakub at gcc dot gnu dot org
  2005-10-18 13:38 ` pinskia at gcc dot gnu dot org
@ 2006-03-11  5:22 ` pinskia at gcc dot gnu dot org
  2007-06-18  2:05 ` pinskia at gcc dot gnu dot org
  2007-09-17 20:09 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-11  5:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-11 05:22 -------
Any news about this patch?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

* [Bug middle-end/24429] Remove unnecessary lhd_* hooks where a corresponding hook_* exists
  2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-03-11  5:22 ` pinskia at gcc dot gnu dot org
@ 2007-06-18  2:05 ` pinskia at gcc dot gnu dot org
  2007-09-17 20:09 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-18  2:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-06-18 02:05 -------
Any news on this patch?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

* [Bug middle-end/24429] Remove unnecessary lhd_* hooks where a corresponding hook_* exists
  2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-06-18  2:05 ` pinskia at gcc dot gnu dot org
@ 2007-09-17 20:09 ` rguenth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-09-17 20:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-09-17 20:09 -------
Queued for 4.4!?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24429


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

end of thread, other threads:[~2007-09-17 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-18 13:34 [Bug middle-end/24429] New: Remove unnecessary lhd_* hooks where a corresponding hook_* exists jakub at gcc dot gnu dot org
2005-10-18 13:36 ` [Bug middle-end/24429] " jakub at gcc dot gnu dot org
2005-10-18 13:38 ` pinskia at gcc dot gnu dot org
2006-03-11  5:22 ` pinskia at gcc dot gnu dot org
2007-06-18  2:05 ` pinskia at gcc dot gnu dot org
2007-09-17 20:09 ` rguenth at gcc dot gnu dot org

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