public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug pending/41998]  New: GCC 4.6 pending patches meta-bug
@ 2009-11-10 16:58 law at redhat dot com
  2009-11-10 17:15 ` [Bug pending/41998] " law at redhat dot com
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: law at redhat dot com @ 2009-11-10 16:58 UTC (permalink / raw)
  To: gcc-bugs

Collecting pending patches for GCC 4.6 that can be applied after GCC 4.5
branches


-- 
           Summary: GCC 4.6 pending patches meta-bug
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: pending
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: law at redhat dot com


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
@ 2009-11-10 17:15 ` law at redhat dot com
  2009-11-10 23:00 ` law at redhat dot com
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2009-11-10 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from law at redhat dot com  2009-11-10 17:15 -------
Created an attachment (id=19002)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19002&action=view)
Patch for better reassignment of pseudos during/after reloading

Discussion here:  http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00502.html


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
  2009-11-10 17:15 ` [Bug pending/41998] " law at redhat dot com
@ 2009-11-10 23:00 ` law at redhat dot com
  2009-11-19  0:05 ` law at redhat dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2009-11-10 23:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from law at redhat dot com  2009-11-10 23:00 -------
Created an attachment (id=19003)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19003&action=view)
Avoid incorrect accumulation of registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS

A minor code generation improvement by avoiding incorrect accumulation of
registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
  2009-11-10 17:15 ` [Bug pending/41998] " law at redhat dot com
  2009-11-10 23:00 ` law at redhat dot com
@ 2009-11-19  0:05 ` law at redhat dot com
  2009-12-02 17:41 ` law at redhat dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2009-11-19  0:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from law at redhat dot com  2009-11-19 00:05 -------
Created an attachment (id=19038)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19038&action=view)
patch to improve register allocation


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (2 preceding siblings ...)
  2009-11-19  0:05 ` law at redhat dot com
@ 2009-12-02 17:41 ` law at redhat dot com
  2009-12-05 17:15 ` aesok at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2009-12-02 17:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from law at redhat dot com  2009-12-02 17:41 -------
Created an attachment (id=19212)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19212&action=view)
patch for frame-pointerless mcount


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (3 preceding siblings ...)
  2009-12-02 17:41 ` law at redhat dot com
@ 2009-12-05 17:15 ` aesok at gcc dot gnu dot org
  2010-02-09  6:08 ` steven at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: aesok at gcc dot gnu dot org @ 2009-12-05 17:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aesok at gcc dot gnu dot org  2009-12-05 17:15 -------
Patch to turn TARGET_FUNCTION_VALUE_REGNO_P macro into a hook.

http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00729.html


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (4 preceding siblings ...)
  2009-12-05 17:15 ` aesok at gcc dot gnu dot org
@ 2010-02-09  6:08 ` steven at gcc dot gnu dot org
  2010-02-17 16:33 ` amonakov at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-02-09  6:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |meta-bug
   Last reconfirmed|0000-00-00 00:00:00         |2010-02-09 06:08:37
               date|                            |


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (5 preceding siblings ...)
  2010-02-09  6:08 ` steven at gcc dot gnu dot org
@ 2010-02-17 16:33 ` amonakov at gcc dot gnu dot org
  2010-02-26 13:55 ` kaushik dot phatak at kpitcummins dot com
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: amonakov at gcc dot gnu dot org @ 2010-02-17 16:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from amonakov at gcc dot gnu dot org  2010-02-17 16:32 -------
Handle ADDR_EXPR in SCEV

http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00666.html


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (6 preceding siblings ...)
  2010-02-17 16:33 ` amonakov at gcc dot gnu dot org
@ 2010-02-26 13:55 ` kaushik dot phatak at kpitcummins dot com
  2010-02-27 18:45 ` manu at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: kaushik dot phatak at kpitcummins dot com @ 2010-02-26 13:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from kaushik dot phatak at kpitcummins dot com  2010-02-26 13:55 -------
Created an attachment (id=19969)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19969&action=view)
Patch to generate bit instructions for H8 target and other minor enhancements

Patch to generate bit instructions for H8 target and other minor enhancements.
This patch addresses the discussion on the gcc-patches mailing list,
http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00396.html


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (7 preceding siblings ...)
  2010-02-26 13:55 ` kaushik dot phatak at kpitcummins dot com
@ 2010-02-27 18:45 ` manu at gcc dot gnu dot org
  2010-02-27 18:48 ` manu at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: manu at gcc dot gnu dot org @ 2010-02-27 18:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from manu at gcc dot gnu dot org  2010-02-27 18:45 -------
Other PRs block this one, not the other way around.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
  BugsThisDependsOn|                            |41952, 42617
OtherBugsDependingO|41952, 42617                |
              nThis|                            |


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (8 preceding siblings ...)
  2010-02-27 18:45 ` manu at gcc dot gnu dot org
@ 2010-02-27 18:48 ` manu at gcc dot gnu dot org
  2010-03-03 12:54 ` kaushik dot phatak at kpitcummins dot com
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: manu at gcc dot gnu dot org @ 2010-02-27 18:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from manu at gcc dot gnu dot org  2010-02-27 18:47 -------
Alias 4.6


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Alias|                            |4.6


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (9 preceding siblings ...)
  2010-02-27 18:48 ` manu at gcc dot gnu dot org
@ 2010-03-03 12:54 ` kaushik dot phatak at kpitcummins dot com
  2010-03-03 14:32 ` manu at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: kaushik dot phatak at kpitcummins dot com @ 2010-03-03 12:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from kaushik dot phatak at kpitcummins dot com  2010-03-03 12:53 -------
Created an attachment (id=20009)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20009&action=view)
Patch for SH to prevent the generation of the pop instruction in the  delay
slot after 'rte'

Patch for SH to prevent the generation of the pop instruction in the 
delay slot after 'rte' for sh and sh2 targets.


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (10 preceding siblings ...)
  2010-03-03 12:54 ` kaushik dot phatak at kpitcummins dot com
@ 2010-03-03 14:32 ` manu at gcc dot gnu dot org
  2010-03-11  9:08 ` kaushik dot phatak at kpitcummins dot com
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: manu at gcc dot gnu dot org @ 2010-03-03 14:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from manu at gcc dot gnu dot org  2010-03-03 14:32 -------
(In reply to comment #10)
> Patch for SH to prevent the generation of the pop instruction in the 
> delay slot after 'rte' for sh and sh2 targets.

Rather than attach patches here, it would be better to link to the mailing
message where the patch was approved. Otherwise, it is not clear whether these
are tentative patches or approved patches.


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (11 preceding siblings ...)
  2010-03-03 14:32 ` manu at gcc dot gnu dot org
@ 2010-03-11  9:08 ` kaushik dot phatak at kpitcummins dot com
  2010-03-11 12:51 ` manu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 18+ messages in thread
From: kaushik dot phatak at kpitcummins dot com @ 2010-03-11  9:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from kaushik dot phatak at kpitcummins dot com  2010-03-11 09:08 -------
> Rather than attach patches here, it would be better to link to the mailing
> message where the patch was approved.

Understood. This patch has been approved,
http://gcc.gnu.org/ml/gcc-patches/2010-03/msg00165.html


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (12 preceding siblings ...)
  2010-03-11  9:08 ` kaushik dot phatak at kpitcummins dot com
@ 2010-03-11 12:51 ` manu at gcc dot gnu dot org
  2010-04-16 23:05 ` law at redhat dot com
  2010-05-04  4:15 ` law at redhat dot com
  15 siblings, 0 replies; 18+ messages in thread
From: manu at gcc dot gnu dot org @ 2010-03-11 12:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from manu at gcc dot gnu dot org  2010-03-11 12:50 -------
And if the patch fixes a PR, it is better to link to the patch from the
original PR and add the PR to the list of bugs that this PR depend on (you can
use the alias "4.6" in the field "Bug X blocks" of your PR).


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (13 preceding siblings ...)
  2010-03-11 12:51 ` manu at gcc dot gnu dot org
@ 2010-04-16 23:05 ` law at redhat dot com
  2010-05-04  4:15 ` law at redhat dot com
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2010-04-16 23:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from law at redhat dot com  2010-04-16 23:05 -------
Most of the h8_enhancement patch has been applied.  Unfortunately, one aspect
of that change (reordering alternatives in the logical and, ior, xor patterns)
causes codesize & performance regressions and has not been installed.  The
fundamental problem is the bit insns do not set cc0 and as a result we often
miss opportunities to remove tst insns.


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
  2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
                   ` (14 preceding siblings ...)
  2010-04-16 23:05 ` law at redhat dot com
@ 2010-05-04  4:15 ` law at redhat dot com
  15 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2010-05-04  4:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from law at redhat dot com  2010-05-04 04:15 -------
I'm withdrawing the color.patch2.  While the patch makes sense in theory and
seems to help x86, it's causing clear regressions on other targets such as the
mn103.  I've been unable to resolve the regressions without making the patch
basically worthless on x86.  At this point I just don't see that it's worth the
effort.  


-- 


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


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

* [Bug pending/41998] GCC 4.6 pending patches meta-bug
       [not found] <bug-41998-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-17 16:02 ` law at redhat dot com
  0 siblings, 0 replies; 18+ messages in thread
From: law at redhat dot com @ 2011-03-17 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Depends on|17843, 20070, 30354         |
         Resolution|                            |FIXED

--- Comment #16 from Jeffrey A. Law <law at redhat dot com> 2011-03-17 16:01:06 UTC ---
Closing.  Appropriate patches & dependencies moved to the 4.7 pending patches
meta-bug.


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

end of thread, other threads:[~2011-03-17 16:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-10 16:58 [Bug pending/41998] New: GCC 4.6 pending patches meta-bug law at redhat dot com
2009-11-10 17:15 ` [Bug pending/41998] " law at redhat dot com
2009-11-10 23:00 ` law at redhat dot com
2009-11-19  0:05 ` law at redhat dot com
2009-12-02 17:41 ` law at redhat dot com
2009-12-05 17:15 ` aesok at gcc dot gnu dot org
2010-02-09  6:08 ` steven at gcc dot gnu dot org
2010-02-17 16:33 ` amonakov at gcc dot gnu dot org
2010-02-26 13:55 ` kaushik dot phatak at kpitcummins dot com
2010-02-27 18:45 ` manu at gcc dot gnu dot org
2010-02-27 18:48 ` manu at gcc dot gnu dot org
2010-03-03 12:54 ` kaushik dot phatak at kpitcummins dot com
2010-03-03 14:32 ` manu at gcc dot gnu dot org
2010-03-11  9:08 ` kaushik dot phatak at kpitcummins dot com
2010-03-11 12:51 ` manu at gcc dot gnu dot org
2010-04-16 23:05 ` law at redhat dot com
2010-05-04  4:15 ` law at redhat dot com
     [not found] <bug-41998-4@http.gcc.gnu.org/bugzilla/>
2011-03-17 16:02 ` law at redhat dot com

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