public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
@ 2012-11-12 13:14 wbrana at gmail dot com
  2012-11-12 13:44 ` [Bug tree-optimization/55286] " mikpe at it dot uu.se
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-12 13:14 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55286
           Summary: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10%
                    slower
    Classification: Unclassified
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wbrana@gmail.com


gcc 4.6 branch
ASSIGNMENT          :          64.389  :     245.01  :      63.55
gcc 4.7 branch
ASSIGNMENT          :          57.737  :     219.70  :      56.98
gcc 4.7 branch without 175752
ASSIGNMENT          :          64.163  :     244.15  :      63.33
gcc 4.8 branch
ASSIGNMENT          :          61.751  :     234.97  :      60.95

175752:

Date:   Fri Jul 1 10:00:25 2011 +0000

    2011-07-01  Kai Tietz  <ktietz@redhat.com>

            * tree-ssa-forwprop.c (simplify_bitwise_binary): Fix typo.

    2011-07-01  Kai Tietz  <ktietz@redhat.com>

            * gcc.dg/tree-ssa/bitwise-sink.c: New test.


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
@ 2012-11-12 13:44 ` mikpe at it dot uu.se
  2012-11-15 16:13 ` wbrana at gmail dot com
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mikpe at it dot uu.se @ 2012-11-12 13:44 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2012-11-12 13:44:32 UTC ---
r175752 is a follow-up fix to r175589, so my guess is that it's the combination
of the two that's causing the regression.

Can you construct a small test case that demonstrates the code quality
regression from these two revisions?


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
  2012-11-12 13:44 ` [Bug tree-optimization/55286] " mikpe at it dot uu.se
@ 2012-11-15 16:13 ` wbrana at gmail dot com
  2012-11-15 16:16 ` wbrana at gmail dot com
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-15 16:13 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from wbrana <wbrana at gmail dot com> 2012-11-15 16:12:57 UTC ---
Created attachment 28699
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28699
function Assignment without 175752


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
  2012-11-12 13:44 ` [Bug tree-optimization/55286] " mikpe at it dot uu.se
  2012-11-15 16:13 ` wbrana at gmail dot com
@ 2012-11-15 16:16 ` wbrana at gmail dot com
  2012-11-15 17:01 ` wbrana at gmail dot com
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-15 16:16 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from wbrana <wbrana at gmail dot com> 2012-11-15 16:16:05 UTC ---
Created attachment 28700
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28700
function Assignment with 175752

according to gprof Assignment is called 
1574 times without 175752
1449 times with 175752


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (2 preceding siblings ...)
  2012-11-15 16:16 ` wbrana at gmail dot com
@ 2012-11-15 17:01 ` wbrana at gmail dot com
  2012-11-16 18:28 ` jakub at gcc dot gnu.org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-15 17:01 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from wbrana <wbrana at gmail dot com> 2012-11-15 17:01:22 UTC ---
Bytemark source code
http://www.tux.org/~mayer/linux/nbench-byte-2.2.3.tar.gz


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (3 preceding siblings ...)
  2012-11-15 17:01 ` wbrana at gmail dot com
@ 2012-11-16 18:28 ` jakub at gcc dot gnu.org
  2012-11-17 14:25 ` wbrana at gmail dot com
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-11-16 18:28 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-16 18:28:30 UTC ---
Created attachment 28712
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28712
assign.c

Assignment extracted into a self-contained testcase, does this also make a
similar difference for you?  On which CPU?  Yes, there is a code generation
difference with that commit, in *.optimized the difference seems to be
(-vanilla, + with Kai's patch reverted):
@@ -192,13 +192,12 @@ Assignment (long int[101] * arraybase)
   sizetype _302;
   unsigned long _303;
   sizetype _306;
   long unsigned int pretmp_307;
   long unsigned int pretmp_308;
   long int[101] * pretmp_318;
-  unsigned long _322;
   short unsigned int ivtmp_334;
   unsigned long _350;
   unsigned int _351;
   long unsigned int patt_353;
   short unsigned int _354;
   unsigned long _355;
@@ -286,27 +285,26 @@ Assignment (long int[101] * arraybase)
   <bb 5>:
   # currentmin_72 = PHI <currentmin_402(4)>
   _356 = ivtmp.312_453 & 15;
   _350 = _356 >> 3;
   _355 = -_350;
   _354 = (short unsigned int) _355;
-  _322 = _355 & 1;
-  prolog_loop_niters.10_359 = (short unsigned int) _322;
+  prolog_loop_niters.10_359 = _354 & 1;
   if (prolog_loop_niters.10_359 == 0)
     goto <bb 7>;
   else
     goto <bb 6>;

   <bb 6>:
   _272 = MEM[base: pretmp_395, offset: 0B];
   _256 = _272 - currentmin_72;
   MEM[base: pretmp_395, offset: 0B] = _256;

   <bb 7>:
   # j_269 = PHI <1(6), 0(5)>
-  prolog_loop_adjusted_niters.11_124 = _355 & 1;
+  prolog_loop_adjusted_niters.11_124 = (sizetype) prolog_loop_niters.10_359;
   niters.12_129 = 101 - prolog_loop_niters.10_359;
   base_off.19_523 = prolog_loop_adjusted_niters.11_124 * 8;
   vect_p.20_524 = pretmp_395 + base_off.19_523;
   vect_cst_.23_528 = {currentmin_72, currentmin_72};

   <bb 8>:

This change happens very late (forwprop4) and nothing afterwards cleans it up
(there is no DCE etc. that would DCE the dead assignment to _354 and there is
no PRE/FRE to replace _355 & 1 in the second case with _322.  Still just
zero-extending _359 is perhaps cheaper register pressure-wise.

That said, I can't find any measurable differences between the two.


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (4 preceding siblings ...)
  2012-11-16 18:28 ` jakub at gcc dot gnu.org
@ 2012-11-17 14:25 ` wbrana at gmail dot com
  2012-11-17 14:25 ` wbrana at gmail dot com
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:25 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #7 from wbrana <wbrana at gmail dot com> 2012-11-17 14:25:23 UTC ---
Created attachment 28716
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28716
Gentoo patches 2


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (5 preceding siblings ...)
  2012-11-17 14:25 ` wbrana at gmail dot com
@ 2012-11-17 14:25 ` wbrana at gmail dot com
  2012-11-17 14:26 ` wbrana at gmail dot com
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:25 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #6 from wbrana <wbrana at gmail dot com> 2012-11-17 14:24:44 UTC ---
Created attachment 28715
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28715
Gentoo patches 1


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (6 preceding siblings ...)
  2012-11-17 14:25 ` wbrana at gmail dot com
@ 2012-11-17 14:26 ` wbrana at gmail dot com
  2012-11-17 14:29 ` wbrana at gmail dot com
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:26 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #8 from wbrana <wbrana at gmail dot com> 2012-11-17 14:26:18 UTC ---
Created attachment 28717
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28717
Gentoo patches 3


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (7 preceding siblings ...)
  2012-11-17 14:26 ` wbrana at gmail dot com
@ 2012-11-17 14:29 ` wbrana at gmail dot com
  2012-11-17 14:30 ` wbrana at gmail dot com
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:29 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #9 from wbrana <wbrana at gmail dot com> 2012-11-17 14:29:20 UTC ---
Created attachment 28718
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28718
build log from non-broken gcc


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (8 preceding siblings ...)
  2012-11-17 14:29 ` wbrana at gmail dot com
@ 2012-11-17 14:30 ` wbrana at gmail dot com
  2012-11-17 14:53 ` wbrana at gmail dot com
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:30 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #10 from wbrana <wbrana at gmail dot com> 2012-11-17 14:30:22 UTC ---
Created attachment 28719
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28719
build log from broken gcc


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (9 preceding siblings ...)
  2012-11-17 14:30 ` wbrana at gmail dot com
@ 2012-11-17 14:53 ` wbrana at gmail dot com
  2012-11-17 15:01 ` wbrana at gmail dot com
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 14:53 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #11 from wbrana <wbrana at gmail dot com> 2012-11-17 14:52:44 UTC ---
It seems I was wrong. Reverting 175752 doesn't fix performance.
I used also Gentoo patches with patch which reverts 175752. 
I thought that it isn't possible, but it seems some of Gentoo patches fixes
performance. Any idea which?

CPU Sandy Bridge
CFLAGS = -fomit-frame-pointer -Wall -O3 -funroll-loops -g0  -march=native
-ffast-math -fno-PIE -fno-exceptions -fno-stack-protector -static

There is almost no difference in run time between Gentoo patched and vanilla
gcc with self-contained testcase.


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (10 preceding siblings ...)
  2012-11-17 14:53 ` wbrana at gmail dot com
@ 2012-11-17 15:01 ` wbrana at gmail dot com
  2012-11-25 15:55 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-17 15:01 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #12 from wbrana <wbrana at gmail dot com> 2012-11-17 15:01:34 UTC ---
more exact CFLAGS
-fomit-frame-pointer -Wall -O3 -funroll-loops -g0  -march=corei7
-ffast-math -fno-PIE -fno-exceptions -fno-stack-protector -static


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (11 preceding siblings ...)
  2012-11-17 15:01 ` wbrana at gmail dot com
@ 2012-11-25 15:55 ` rguenth at gcc dot gnu.org
  2012-11-30 20:24 ` wbrana at gmail dot com
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-11-25 15:55 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.3


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

* [Bug tree-optimization/55286] [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (12 preceding siblings ...)
  2012-11-25 15:55 ` rguenth at gcc dot gnu.org
@ 2012-11-30 20:24 ` wbrana at gmail dot com
  2012-12-03 14:13 ` [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT " wbrana at gmail dot com
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-11-30 20:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #13 from wbrana <wbrana at gmail dot com> 2012-11-30 20:23:40 UTC ---
It seems it is caused by 182844

182839 
ASSIGNMENT          :          64.374  :     244.96  :      63.54
182844
ASSIGNMENT          :          57.697  :     219.55  :      56.95

Author: irar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Jan 3 13:24:04 2012 +0000

            PR tree-optimization/51269
            * tree-vect-loop-manip.c (set_prologue_iterations): Make
            first_niters a pointer.
            (slpeel_tree_peel_loop_to_edge): Likewise.
            (vect_do_peeling_for_loop_bound): Update call to
            slpeel_tree_peel_loop_to_edge.
            (vect_gen_niters_for_prolog_loop): Don't compute
            wide_prolog_niters here.  Remove it from the parameters list.
            (vect_do_peeling_for_alignment): Update calls and compute
            wide_prolog_niters.


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

* [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (13 preceding siblings ...)
  2012-11-30 20:24 ` wbrana at gmail dot com
@ 2012-12-03 14:13 ` wbrana at gmail dot com
  2013-04-11  7:59 ` rguenth at gcc dot gnu.org
  2014-06-12 13:20 ` rguenth at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: wbrana at gmail dot com @ 2012-12-03 14:13 UTC (permalink / raw)
  To: gcc-bugs


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

wbrana <wbrana at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7/4.8 Regression]        |[4.7 Regression] Bytemark
                   |Bytemark ASSIGNMENT 4% -    |ASSIGNMENT 10% slower
                   |10% slower                  |

--- Comment #14 from wbrana <wbrana at gmail dot com> 2012-12-03 14:13:28 UTC ---
It seems to be fixed in 4.8 branch
ASSIGNMENT          :          64.311  :     244.72  :      63.47


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

* [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (14 preceding siblings ...)
  2012-12-03 14:13 ` [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT " wbrana at gmail dot com
@ 2013-04-11  7:59 ` rguenth at gcc dot gnu.org
  2014-06-12 13:20 ` rguenth at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-11  7:59 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.3                       |4.7.4

--- Comment #15 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-11 07:59:12 UTC ---
GCC 4.7.3 is being released, adjusting target milestone.


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

* [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT 10% slower
  2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
                   ` (15 preceding siblings ...)
  2013-04-11  7:59 ` rguenth at gcc dot gnu.org
@ 2014-06-12 13:20 ` rguenth at gcc dot gnu.org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55286

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.7.4                       |4.8.0
      Known to fail|                            |4.7.4

--- Comment #16 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for 4.8.0?


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

end of thread, other threads:[~2014-06-12 13:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-12 13:14 [Bug tree-optimization/55286] New: [4.7/4.8 Regression] Bytemark ASSIGNMENT 4% - 10% slower wbrana at gmail dot com
2012-11-12 13:44 ` [Bug tree-optimization/55286] " mikpe at it dot uu.se
2012-11-15 16:13 ` wbrana at gmail dot com
2012-11-15 16:16 ` wbrana at gmail dot com
2012-11-15 17:01 ` wbrana at gmail dot com
2012-11-16 18:28 ` jakub at gcc dot gnu.org
2012-11-17 14:25 ` wbrana at gmail dot com
2012-11-17 14:25 ` wbrana at gmail dot com
2012-11-17 14:26 ` wbrana at gmail dot com
2012-11-17 14:29 ` wbrana at gmail dot com
2012-11-17 14:30 ` wbrana at gmail dot com
2012-11-17 14:53 ` wbrana at gmail dot com
2012-11-17 15:01 ` wbrana at gmail dot com
2012-11-25 15:55 ` rguenth at gcc dot gnu.org
2012-11-30 20:24 ` wbrana at gmail dot com
2012-12-03 14:13 ` [Bug tree-optimization/55286] [4.7 Regression] Bytemark ASSIGNMENT " wbrana at gmail dot com
2013-04-11  7:59 ` rguenth at gcc dot gnu.org
2014-06-12 13:20 ` rguenth at gcc dot gnu.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).