public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size
       [not found] <bug-40992-4@http.gcc.gnu.org/bugzilla/>
@ 2011-06-27 14:12 ` rguenth at gcc dot gnu.org
  2011-11-29 23:19 ` [Bug tree-optimization/40992] [4.4 " pinskia at gcc dot gnu.org
  2012-03-13 16:48 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.6                       |4.4.7

--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:13:57 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.


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

* [Bug tree-optimization/40992] [4.4 Regression] cunroll ignoring asm size
       [not found] <bug-40992-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 14:12 ` [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size rguenth at gcc dot gnu.org
@ 2011-11-29 23:19 ` pinskia at gcc dot gnu.org
  2012-03-13 16:48 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-11-29 23:19 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
         AssignedTo|pinskia at gcc dot gnu.org  |unassigned at gcc dot
                   |                            |gnu.org

--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-11-29 23:06:02 UTC ---
No longer working on this.


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

* [Bug tree-optimization/40992] [4.4 Regression] cunroll ignoring asm size
       [not found] <bug-40992-4@http.gcc.gnu.org/bugzilla/>
  2011-06-27 14:12 ` [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size rguenth at gcc dot gnu.org
  2011-11-29 23:19 ` [Bug tree-optimization/40992] [4.4 " pinskia at gcc dot gnu.org
@ 2012-03-13 16:48 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-13 16:48 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|                            |FIXED
   Target Milestone|4.4.7                       |4.5.4

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-13 13:15:22 UTC ---
Fixed in 4.5+, 4.4 is no longer supported.


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

* [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size
  2009-08-07  4:25 [Bug tree-optimization/40992] New: [4.2/4.3/4.4/4.5 " astrange at ithinksw dot com
  2009-10-05 17:47 ` [Bug tree-optimization/40992] [4.3/4.4 " pinskia at gcc dot gnu dot org
  2009-10-05 17:47 ` pinskia at gcc dot gnu dot org
@ 2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenth at gcc dot gnu dot org  2010-05-22 18:13 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

* [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size
  2009-08-07  4:25 [Bug tree-optimization/40992] New: [4.2/4.3/4.4/4.5 " astrange at ithinksw dot com
  2009-10-05 17:47 ` [Bug tree-optimization/40992] [4.3/4.4 " pinskia at gcc dot gnu dot org
@ 2009-10-05 17:47 ` pinskia at gcc dot gnu dot org
  2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-10-05 17:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2009-10-05 17:46 -------
Fixed on the trunk.


------- Comment #8 from pinskia at gcc dot gnu dot org  2009-10-05 17:46 -------
Subject: Bug 40992

Author: pinskia
Date: Mon Oct  5 17:46:35 2009
New Revision: 152458

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152458
Log:
2009-10-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/40992
        * final.c (asm_str_count): Split out from asm_insn_count.
        * rtl.h (asm_str_count): New prototype.
        * tree-inline (estimate_num_insns) <case GIMPLE_ASM>: Call
        asm_str_count.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/rtl.h
    trunk/gcc/tree-inline.c


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3/4.4/4.5 Regression]    |[4.3/4.4 Regression] cunroll
                   |cunroll ignoring asm size   |ignoring asm size


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


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

* [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size
  2009-08-07  4:25 [Bug tree-optimization/40992] New: [4.2/4.3/4.4/4.5 " astrange at ithinksw dot com
@ 2009-10-05 17:47 ` pinskia at gcc dot gnu dot org
  2009-10-05 17:47 ` pinskia at gcc dot gnu dot org
  2010-05-22 18:33 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-10-05 17:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2009-10-05 17:46 -------
Fixed on the trunk.


------- Comment #8 from pinskia at gcc dot gnu dot org  2009-10-05 17:46 -------
Subject: Bug 40992

Author: pinskia
Date: Mon Oct  5 17:46:35 2009
New Revision: 152458

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152458
Log:
2009-10-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/40992
        * final.c (asm_str_count): Split out from asm_insn_count.
        * rtl.h (asm_str_count): New prototype.
        * tree-inline (estimate_num_insns) <case GIMPLE_ASM>: Call
        asm_str_count.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/rtl.h
    trunk/gcc/tree-inline.c


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.3/4.4/4.5 Regression]    |[4.3/4.4 Regression] cunroll
                   |cunroll ignoring asm size   |ignoring asm size


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


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

end of thread, other threads:[~2012-03-13 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40992-4@http.gcc.gnu.org/bugzilla/>
2011-06-27 14:12 ` [Bug tree-optimization/40992] [4.3/4.4 Regression] cunroll ignoring asm size rguenth at gcc dot gnu.org
2011-11-29 23:19 ` [Bug tree-optimization/40992] [4.4 " pinskia at gcc dot gnu.org
2012-03-13 16:48 ` jakub at gcc dot gnu.org
2009-08-07  4:25 [Bug tree-optimization/40992] New: [4.2/4.3/4.4/4.5 " astrange at ithinksw dot com
2009-10-05 17:47 ` [Bug tree-optimization/40992] [4.3/4.4 " pinskia at gcc dot gnu dot org
2009-10-05 17:47 ` pinskia at gcc dot gnu dot org
2010-05-22 18:33 ` 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).