public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
@ 2014-12-01  5:12 ` pinskia at gcc dot gnu.org
  2014-12-01  5:18 ` pinskia at gcc dot gnu.org
                   ` (152 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-12-01  5:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 32685, which changed state.

Bug 32685 Summary: Missed changing of sin into sinf (likewise for cos to cosf)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32685

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
  2014-12-01  5:12 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95) pinskia at gcc dot gnu.org
@ 2014-12-01  5:18 ` pinskia at gcc dot gnu.org
  2014-12-01  5:20 ` pinskia at gcc dot gnu.org
                   ` (151 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-12-01  5:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 32684, which changed state.

Bug 32684 Summary: Missed tail call with sin/cos and sincos pass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32684

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
  2014-12-01  5:12 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95) pinskia at gcc dot gnu.org
  2014-12-01  5:18 ` pinskia at gcc dot gnu.org
@ 2014-12-01  5:20 ` pinskia at gcc dot gnu.org
  2020-03-20 15:33 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k " marxin at gcc dot gnu.org
                   ` (150 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-12-01  5:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 13876, which changed state.

Bug 13876 Summary: loop not fully optimized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13876

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED


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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-12-01  5:20 ` pinskia at gcc dot gnu.org
@ 2020-03-20 15:33 ` marxin at gcc dot gnu.org
  2020-03-20 15:34 ` marxin at gcc dot gnu.org
                   ` (149 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-20 15:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 91634, which changed state.

Bug 91634 Summary: [10 Regression] 508.namd_r (and 435.gromacs) speed regression after r274994
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91634

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2020-03-20 15:33 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k " marxin at gcc dot gnu.org
@ 2020-03-20 15:34 ` marxin at gcc dot gnu.org
  2020-03-27 20:43 ` jamborm at gcc dot gnu.org
                   ` (148 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-03-20 15:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 92816, which changed state.

Bug 92816 Summary: [10 Regression] 35% performance drop for 433.milc with -O2 -flto on znver1 since r278879
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92816

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2020-03-20 15:34 ` marxin at gcc dot gnu.org
@ 2020-03-27 20:43 ` jamborm at gcc dot gnu.org
  2020-04-02 14:37 ` jamborm at gcc dot gnu.org
                   ` (147 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2020-03-27 20:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90056, which changed state.

Bug 90056 Summary: 548.exchange2_r regressions on AMD Zen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90056

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |MOVED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2020-03-27 20:43 ` jamborm at gcc dot gnu.org
@ 2020-04-02 14:37 ` jamborm at gcc dot gnu.org
  2020-04-02 14:40 ` jakub at gcc dot gnu.org
                   ` (146 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2020-04-02 14:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94364, which changed state.

Bug 94364 Summary: 505.mcf_r is 8% faster when compiled with -mprefer-vector-width=128
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94364

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2020-04-02 14:37 ` jamborm at gcc dot gnu.org
@ 2020-04-02 14:40 ` jakub at gcc dot gnu.org
  2020-04-03 11:50 ` linkw at gcc dot gnu.org
                   ` (145 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-02 14:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 92264, which changed state.

Bug 92264 Summary: [10 Regression] Compile time hog in 521.wrf_r with -Ofast -march=znver2 -g since r276318
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92264

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2020-04-02 14:40 ` jakub at gcc dot gnu.org
@ 2020-04-03 11:50 ` linkw at gcc dot gnu.org
  2020-04-09  7:50 ` rguenth at gcc dot gnu.org
                   ` (144 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: linkw at gcc dot gnu.org @ 2020-04-03 11:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94443, which changed state.

Bug 94443 Summary: [10 Regression] 510.parest_r and 526.blender_r ICE: verify_ssa failed since r10-7491-gbd0f22a8d5caea8905f38ff1fafce31c1b7d33ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94443

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2020-04-03 11:50 ` linkw at gcc dot gnu.org
@ 2020-04-09  7:50 ` rguenth at gcc dot gnu.org
  2020-04-14  9:29 ` jakub at gcc dot gnu.org
                   ` (143 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-04-09  7:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 92253, which changed state.

Bug 92253 Summary: [10 Regression] 25% regression in 465.tonto with LTO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92253

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2020-04-09  7:50 ` rguenth at gcc dot gnu.org
@ 2020-04-14  9:29 ` jakub at gcc dot gnu.org
  2020-04-24 22:25 ` jakub at gcc dot gnu.org
                   ` (142 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-14  9:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94495, which changed state.

Bug 94495 Summary: [10 Regression] Debug info size growth since r10-7515-g2c0fa3ecf70d199a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94495

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2020-04-14  9:29 ` jakub at gcc dot gnu.org
@ 2020-04-24 22:25 ` jakub at gcc dot gnu.org
  2020-04-29  8:16 ` tkoenig at gcc dot gnu.org
                   ` (141 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-04-24 22:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 89430, which changed state.

Bug 89430 Summary: A missing ifcvt optimization to generate csel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89430

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2020-04-24 22:25 ` jakub at gcc dot gnu.org
@ 2020-04-29  8:16 ` tkoenig at gcc dot gnu.org
  2020-05-05 10:35 ` rguenth at gcc dot gnu.org
                   ` (140 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2020-04-29  8:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94841, which changed state.

Bug 94841 Summary: [10 Regression]527.cam4_r 7.68% regression on Intel Cascadelaker with -O2, 9.57% regression with -Ofast -march=native -funroll-loops -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94841

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2020-04-29  8:16 ` tkoenig at gcc dot gnu.org
@ 2020-05-05 10:35 ` rguenth at gcc dot gnu.org
  2020-05-12  0:42 ` luoxhu at gcc dot gnu.org
                   ` (139 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-05 10:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94949, which changed state.

Bug 94949 Summary: [11 Regression] Wrong code for couple of SPEC benchmarks since r11-39-gf9e1ea10e657af9f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94949

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2020-05-05 10:35 ` rguenth at gcc dot gnu.org
@ 2020-05-12  0:42 ` luoxhu at gcc dot gnu.org
  2020-05-18 18:54 ` anlauf at gcc dot gnu.org
                   ` (138 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: luoxhu at gcc dot gnu.org @ 2020-05-12  0:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 91518, which changed state.

Bug 91518 Summary: [9 Regression] segfault when run CPU2006 465.tonto since r263875
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91518

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2020-05-12  0:42 ` luoxhu at gcc dot gnu.org
@ 2020-05-18 18:54 ` anlauf at gcc dot gnu.org
  2020-05-21 18:17 ` ubizjak at gmail dot com
                   ` (137 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: anlauf at gcc dot gnu.org @ 2020-05-18 18:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95053, which changed state.

Bug 95053 Summary: [11 regression] ICE in f951: gfc_divide()
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95053

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2020-05-18 18:54 ` anlauf at gcc dot gnu.org
@ 2020-05-21 18:17 ` ubizjak at gmail dot com
  2020-05-27 12:00 ` marxin at gcc dot gnu.org
                   ` (136 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: ubizjak at gmail dot com @ 2020-05-21 18:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95229, which changed state.

Bug 95229 Summary: [11 Regression] in mark_jump_label_1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95229

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2020-05-21 18:17 ` ubizjak at gmail dot com
@ 2020-05-27 12:00 ` marxin at gcc dot gnu.org
  2020-05-29  9:03 ` rguenth at gcc dot gnu.org
                   ` (135 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-05-27 12:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95336, which changed state.

Bug 95336 Summary: [10/11 Regression] Bad code gen omnetpp_r aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95336

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2020-05-27 12:00 ` marxin at gcc dot gnu.org
@ 2020-05-29  9:03 ` rguenth at gcc dot gnu.org
  2020-06-16  7:31 ` kyukhin at gcc dot gnu.org
                   ` (134 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-05-29  9:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95403, which changed state.

Bug 95403 Summary: [11 Regression] ICE in nested_in_vect_loop_p at gcc/tree-vectorizer.h:1260 since r11-689-ge31cd607e999ca6a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95403

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2020-05-29  9:03 ` rguenth at gcc dot gnu.org
@ 2020-06-16  7:31 ` kyukhin at gcc dot gnu.org
  2020-06-16  7:32 ` kyukhin at gcc dot gnu.org
                   ` (133 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: kyukhin at gcc dot gnu.org @ 2020-06-16  7:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 68627, which changed state.

Bug 68627 Summary: [i386, AVX-512] Illegal insn generated while compiling spec2k6/437.leslie3d for KNL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68627

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2020-06-16  7:31 ` kyukhin at gcc dot gnu.org
@ 2020-06-16  7:32 ` kyukhin at gcc dot gnu.org
  2020-06-24 11:00 ` rguenth at gcc dot gnu.org
                   ` (132 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: kyukhin at gcc dot gnu.org @ 2020-06-16  7:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 68633, which changed state.

Bug 68633 Summary: [i386, AVX-512] Spec2006/434.zeus miscompares when executed on KNL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68633

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (20 preceding siblings ...)
  2020-06-16  7:32 ` kyukhin at gcc dot gnu.org
@ 2020-06-24 11:00 ` rguenth at gcc dot gnu.org
  2020-07-09 11:47 ` rguenth at gcc dot gnu.org
                   ` (131 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-06-24 11:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95856, which changed state.

Bug 95856 Summary: [11 Regression] error: definition in block 2 follows the use since r11-1582-gcf07eea8429c923b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95856

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (21 preceding siblings ...)
  2020-06-24 11:00 ` rguenth at gcc dot gnu.org
@ 2020-07-09 11:47 ` rguenth at gcc dot gnu.org
  2020-07-09 17:54 ` rguenth at gcc dot gnu.org
                   ` (130 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-09 11:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95804, which changed state.

Bug 95804 Summary: [11 Regression] ICE in generate_code_for_partition, at tree-loop-distribution.c:1323 since r11-1565-g2c0069fafb53ccb7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95804

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (22 preceding siblings ...)
  2020-07-09 11:47 ` rguenth at gcc dot gnu.org
@ 2020-07-09 17:54 ` rguenth at gcc dot gnu.org
  2020-07-21 10:03 ` rsandifo at gcc dot gnu.org
                   ` (129 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-07-09 17:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 96134, which changed state.

Bug 96134 Summary: [11 Regression] ICE in tree_to_poly_uint64, at tree.c:2985 since r11-1801-g9e5508c2d006f2d4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96134

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (23 preceding siblings ...)
  2020-07-09 17:54 ` rguenth at gcc dot gnu.org
@ 2020-07-21 10:03 ` rsandifo at gcc dot gnu.org
  2020-09-21 14:54 ` rguenth at gcc dot gnu.org
                   ` (128 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2020-07-21 10:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 93720, which changed state.

Bug 93720 Summary: [10/11 Regression] vector creation from two parts of two vectors produces TBL rather than ins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93720

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (24 preceding siblings ...)
  2020-07-21 10:03 ` rsandifo at gcc dot gnu.org
@ 2020-09-21 14:54 ` rguenth at gcc dot gnu.org
  2020-10-09  9:28 ` rguenth at gcc dot gnu.org
                   ` (127 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-09-21 14:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97139, which changed state.

Bug 97139 Summary: [11 Regression] Miscompare of foreman_test_baseline_encodelog.out in 464.h264ref since r11-3319-g48b0c1250a5c7d72be6b3fbbb1117d1cce43daee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97139

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (25 preceding siblings ...)
  2020-09-21 14:54 ` rguenth at gcc dot gnu.org
@ 2020-10-09  9:28 ` rguenth at gcc dot gnu.org
  2020-10-09 10:28 ` marxin at gcc dot gnu.org
                   ` (126 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-10-09  9:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97347, which changed state.

Bug 97347 Summary: [11 Regression] error: statement marked for throw in middle of block in botan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97347

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (26 preceding siblings ...)
  2020-10-09  9:28 ` rguenth at gcc dot gnu.org
@ 2020-10-09 10:28 ` marxin at gcc dot gnu.org
  2020-10-09 10:28 ` marxin at gcc dot gnu.org
                   ` (125 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-10-09 10:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97292, which changed state.

Bug 97292 Summary: [11 Regression] dealII from SPECCPU 2006 no longer terminates after g:c34db4b6f8a5d80367c709309f9b00cb32630054
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97292

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (27 preceding siblings ...)
  2020-10-09 10:28 ` marxin at gcc dot gnu.org
@ 2020-10-09 10:28 ` marxin at gcc dot gnu.org
  2020-10-16 12:04 ` marxin at gcc dot gnu.org
                   ` (124 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-10-09 10:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97335, which changed state.

Bug 97335 Summary: [11 Regression] 525.x264_r fails with -Ofast -g -march=znver2 -flto=16 since r11-3641-gc34db4b6f8a5d803
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97335

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (28 preceding siblings ...)
  2020-10-09 10:28 ` marxin at gcc dot gnu.org
@ 2020-10-16 12:04 ` marxin at gcc dot gnu.org
  2020-11-09 13:58 ` rguenth at gcc dot gnu.org
                   ` (123 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-10-16 12:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95234, which changed state.

Bug 95234 Summary: [11 Regression] 416.gamess Miscompare of exam29.out since r11-455-g94f687bd9ae37ece
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95234

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (29 preceding siblings ...)
  2020-10-16 12:04 ` marxin at gcc dot gnu.org
@ 2020-11-09 13:58 ` rguenth at gcc dot gnu.org
  2020-11-16  9:27 ` rguenth at gcc dot gnu.org
                   ` (122 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-11-09 13:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97746, which changed state.

Bug 97746 Summary: [11 Regression] ICE in vect_init_pattern_stmt, at tree-vect-patterns.c:115 since r11-4787-g22175d0dc6a89ddd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97746

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (30 preceding siblings ...)
  2020-11-09 13:58 ` rguenth at gcc dot gnu.org
@ 2020-11-16  9:27 ` rguenth at gcc dot gnu.org
  2020-12-01 10:47 ` jamborm at gcc dot gnu.org
                   ` (121 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-11-16  9:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97830, which changed state.

Bug 97830 Summary: [11 Regression] ICE in expressions_equal_p at gcc/tree-ssa-sccvn.c:5631 since r11-4982-g4d6b8d4213376e8a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97830

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (31 preceding siblings ...)
  2020-11-16  9:27 ` rguenth at gcc dot gnu.org
@ 2020-12-01 10:47 ` jamborm at gcc dot gnu.org
  2020-12-07 12:04 ` jamborm at gcc dot gnu.org
                   ` (120 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2020-12-01 10:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94406, which changed state.

Bug 94406 Summary: 503.bwaves_r is 11% slower on Zen2 CPUs than GCC 9 with -Ofast -march=native
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94406

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (32 preceding siblings ...)
  2020-12-01 10:47 ` jamborm at gcc dot gnu.org
@ 2020-12-07 12:04 ` jamborm at gcc dot gnu.org
  2020-12-14 15:22 ` tnfchris at gcc dot gnu.org
                   ` (119 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2020-12-07 12:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 97816, which changed state.

Bug 97816 Summary: [11 Regression] ICE in good_cloning_opportunity_p, at ipa-cp.c:3266 since r11-4949-gb86aedb0cc083efe712e530a723f1237051a6b56
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97816

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (33 preceding siblings ...)
  2020-12-07 12:04 ` jamborm at gcc dot gnu.org
@ 2020-12-14 15:22 ` tnfchris at gcc dot gnu.org
  2020-12-14 20:35 ` msebor at gcc dot gnu.org
                   ` (118 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2020-12-14 15:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98264, which changed state.

Bug 98264 Summary: [11 Regression] ice during linear_loads_p since r11-5969-g3ed472af6bc9f83b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98264

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (34 preceding siblings ...)
  2020-12-14 15:22 ` tnfchris at gcc dot gnu.org
@ 2020-12-14 20:35 ` msebor at gcc dot gnu.org
  2020-12-16 14:49 ` marxin at gcc dot gnu.org
                   ` (117 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-12-14 20:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98160, which changed state.

Bug 98160 Summary: [11 Regression] ICE in default_tree_printer at gcc/tree-diagnostic.c:270 since r11-5732-gdce6c58db87ebf7f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98160

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (35 preceding siblings ...)
  2020-12-14 20:35 ` msebor at gcc dot gnu.org
@ 2020-12-16 14:49 ` marxin at gcc dot gnu.org
  2020-12-23 23:50 ` msebor at gcc dot gnu.org
                   ` (116 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-16 14:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98160, which changed state.

Bug 98160 Summary: [11 Regression] ICE in default_tree_printer at gcc/tree-diagnostic.c:270 since r11-5732-gdce6c58db87ebf7f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98160

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (36 preceding siblings ...)
  2020-12-16 14:49 ` marxin at gcc dot gnu.org
@ 2020-12-23 23:50 ` msebor at gcc dot gnu.org
  2021-02-03  8:10 ` tnfchris at gcc dot gnu.org
                   ` (115 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: msebor at gcc dot gnu.org @ 2020-12-23 23:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98160, which changed state.

Bug 98160 Summary: [11 Regression] ICE in default_tree_printer at gcc/tree-diagnostic.c:270 since r11-5732-gdce6c58db87ebf7f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98160

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (37 preceding siblings ...)
  2020-12-23 23:50 ` msebor at gcc dot gnu.org
@ 2021-02-03  8:10 ` tnfchris at gcc dot gnu.org
  2021-02-04 16:47 ` jamborm at gcc dot gnu.org
                   ` (114 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2021-02-03  8:10 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98928, which changed state.

Bug 98928 Summary: [11 regression] ICE when build 638.imagick_s since r11-5969-g3ed472af6bc9f83b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98928

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (38 preceding siblings ...)
  2021-02-03  8:10 ` tnfchris at gcc dot gnu.org
@ 2021-02-04 16:47 ` jamborm at gcc dot gnu.org
  2021-02-04 17:23 ` jamborm at gcc dot gnu.org
                   ` (113 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-02-04 16:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94400, which changed state.

Bug 94400 Summary: 531.deepsjeng_r is 7% slower at -O2 -march=znver2 than GCC 9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94400

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (39 preceding siblings ...)
  2021-02-04 16:47 ` jamborm at gcc dot gnu.org
@ 2021-02-04 17:23 ` jamborm at gcc dot gnu.org
  2021-02-04 17:43 ` jamborm at gcc dot gnu.org
                   ` (112 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-02-04 17:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94375, which changed state.

Bug 94375 Summary: 548.exchange2_r run time is 8-18% worse than GCC 9 at -Ofast -march=native
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94375

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (40 preceding siblings ...)
  2021-02-04 17:23 ` jamborm at gcc dot gnu.org
@ 2021-02-04 17:43 ` jamborm at gcc dot gnu.org
  2021-02-08 16:08 ` avieira at gcc dot gnu.org
                   ` (111 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2021-02-04 17:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90234, which changed state.

Bug 90234 Summary: 503.bwaves_r is 6% slower on Zen1/Zen2 CPUs at -Ofast with native march/mtune than with generic ones
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90234

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (41 preceding siblings ...)
  2021-02-04 17:43 ` jamborm at gcc dot gnu.org
@ 2021-02-08 16:08 ` avieira at gcc dot gnu.org
  2021-02-15 15:34 ` rsandifo at gcc dot gnu.org
                   ` (110 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: avieira at gcc dot gnu.org @ 2021-02-08 16:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98974, which changed state.

Bug 98974 Summary: [11 Regression] ICE in vectorizable_condition after STMT_VINFO_VEC_STMTS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98974

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (42 preceding siblings ...)
  2021-02-08 16:08 ` avieira at gcc dot gnu.org
@ 2021-02-15 15:34 ` rsandifo at gcc dot gnu.org
  2021-02-21 17:45 ` ubizjak at gmail dot com
                   ` (109 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2021-02-15 15:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98863, which changed state.

Bug 98863 Summary: [11 Regression] WRF with LTO consumes a lot of memory in REE, FWPROP and x86 specific passes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98863

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (43 preceding siblings ...)
  2021-02-15 15:34 ` rsandifo at gcc dot gnu.org
@ 2021-02-21 17:45 ` ubizjak at gmail dot com
  2021-02-25  9:50 ` ubizjak at gmail dot com
                   ` (108 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: ubizjak at gmail dot com @ 2021-02-21 17:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 99083, which changed state.

Bug 99083 Summary: Big run-time regressions of 519.lbm_r with LTO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99083

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (44 preceding siblings ...)
  2021-02-21 17:45 ` ubizjak at gmail dot com
@ 2021-02-25  9:50 ` ubizjak at gmail dot com
  2021-05-14 10:59 ` jakub at gcc dot gnu.org
                   ` (107 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: ubizjak at gmail dot com @ 2021-02-25  9:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 99083, which changed state.

Bug 99083 Summary: Big run-time regressions of 519.lbm_r with LTO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99083

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (45 preceding siblings ...)
  2021-02-25  9:50 ` ubizjak at gmail dot com
@ 2021-05-14 10:59 ` jakub at gcc dot gnu.org
  2021-06-11 12:33 ` rguenth at gcc dot gnu.org
                   ` (106 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 10:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 87007, which changed state.

Bug 87007 Summary: [8 Regression] 10% slowdown with -march=skylake-avx512
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87007

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (46 preceding siblings ...)
  2021-05-14 10:59 ` jakub at gcc dot gnu.org
@ 2021-06-11 12:33 ` rguenth at gcc dot gnu.org
  2021-06-18 21:46 ` amacleod at redhat dot com
                   ` (105 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-11 12:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101028, which changed state.

Bug 101028 Summary: [12 Regression] SLP compile-time hog since r12-1329-gce670e4faafb296d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101028

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (47 preceding siblings ...)
  2021-06-11 12:33 ` rguenth at gcc dot gnu.org
@ 2021-06-18 21:46 ` amacleod at redhat dot com
  2021-06-22  5:08 ` marxin at gcc dot gnu.org
                   ` (104 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: amacleod at redhat dot com @ 2021-06-18 21:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101014, which changed state.

Bug 101014 Summary: [12 Regression] Big compile time hog with -O3 since r12-1268-g9858cd1a6827ee7a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101014

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (48 preceding siblings ...)
  2021-06-18 21:46 ` amacleod at redhat dot com
@ 2021-06-22  5:08 ` marxin at gcc dot gnu.org
  2021-06-23 14:31 ` amacleod at redhat dot com
                   ` (103 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-06-22  5:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101014, which changed state.

Bug 101014 Summary: [12 Regression] Big compile time hog with -O3 since r12-1268-g9858cd1a6827ee7a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101014

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (49 preceding siblings ...)
  2021-06-22  5:08 ` marxin at gcc dot gnu.org
@ 2021-06-23 14:31 ` amacleod at redhat dot com
  2021-07-12 10:19 ` rguenth at gcc dot gnu.org
                   ` (102 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: amacleod at redhat dot com @ 2021-06-23 14:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101014, which changed state.

Bug 101014 Summary: [12 Regression] Big compile time hog with -O3 since r12-1268-g9858cd1a6827ee7a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101014

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (50 preceding siblings ...)
  2021-06-23 14:31 ` amacleod at redhat dot com
@ 2021-07-12 10:19 ` rguenth at gcc dot gnu.org
  2021-08-04 10:17 ` rguenth at gcc dot gnu.org
                   ` (101 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-12 10:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101423, which changed state.

Bug 101423 Summary: [12 Regression] ICE in vect_schedule_slp_node, at tree-vect-slp.c:7113 since r12-1951-ga3aaba68405751ba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101423

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (51 preceding siblings ...)
  2021-07-12 10:19 ` rguenth at gcc dot gnu.org
@ 2021-08-04 10:17 ` rguenth at gcc dot gnu.org
  2021-08-30 12:05 ` rguenth at gcc dot gnu.org
                   ` (100 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-08-04 10:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 91094, which changed state.

Bug 91094 Summary: BB vectorization is too quick to disable itself because of possible unrolling needed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91094

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (52 preceding siblings ...)
  2021-08-04 10:17 ` rguenth at gcc dot gnu.org
@ 2021-08-30 12:05 ` rguenth at gcc dot gnu.org
  2021-09-02 19:56 ` pinskia at gcc dot gnu.org
                   ` (99 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-08-30 12:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102128, which changed state.

Bug 102128 Summary: [12 Regression] Huge performance drop for 519.lbm_r since r12-3116-g9216ee6d1195d48388f825cf1b072e570129cbbe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102128

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (53 preceding siblings ...)
  2021-08-30 12:05 ` rguenth at gcc dot gnu.org
@ 2021-09-02 19:56 ` pinskia at gcc dot gnu.org
  2021-09-07 18:53 ` pinskia at gcc dot gnu.org
                   ` (98 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-02 19:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102179, which changed state.

Bug 102179 Summary: ICE during dom: tree check: expected ssa_name, have integer_cst
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102179

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (54 preceding siblings ...)
  2021-09-02 19:56 ` pinskia at gcc dot gnu.org
@ 2021-09-07 18:53 ` pinskia at gcc dot gnu.org
  2021-09-08 10:12 ` marxin at gcc dot gnu.org
                   ` (97 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-07 18:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102227, which changed state.

Bug 102227 Summary: [12 Regression] Likely wrong code since r12-3369-g652bef70d392f9541b12ef65b461009c8c8fd54a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102227

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (55 preceding siblings ...)
  2021-09-07 18:53 ` pinskia at gcc dot gnu.org
@ 2021-09-08 10:12 ` marxin at gcc dot gnu.org
  2021-09-08 12:14 ` marxin at gcc dot gnu.org
                   ` (96 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-09-08 10:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102227, which changed state.

Bug 102227 Summary: [12 Regression] Likely wrong code since r12-3369-g652bef70d392f9541b12ef65b461009c8c8fd54a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102227

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (56 preceding siblings ...)
  2021-09-08 10:12 ` marxin at gcc dot gnu.org
@ 2021-09-08 12:14 ` marxin at gcc dot gnu.org
  2021-09-15 15:57 ` marxin at gcc dot gnu.org
                   ` (95 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-09-08 12:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102227, which changed state.

Bug 102227 Summary: [12 Regression] Likely wrong code since r12-3369-g652bef70d392f9541b12ef65b461009c8c8fd54a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102227

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (57 preceding siblings ...)
  2021-09-08 12:14 ` marxin at gcc dot gnu.org
@ 2021-09-15 15:57 ` marxin at gcc dot gnu.org
  2021-09-15 15:58 ` marxin at gcc dot gnu.org
                   ` (94 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-09-15 15:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101935, which changed state.

Bug 101935 Summary: [12 Regression] 538.imagick_r LTO -Ofast regression on Zen2 and Kabylake caused by r12-2666-g29f0e955c97
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101935

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (58 preceding siblings ...)
  2021-09-15 15:57 ` marxin at gcc dot gnu.org
@ 2021-09-15 15:58 ` marxin at gcc dot gnu.org
  2021-10-01 16:03 ` mkuvyrkov at gcc dot gnu.org
                   ` (93 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-09-15 15:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101936, which changed state.

Bug 101936 Summary: [12 Regression] 538.imagick_r -Ofast regression on Kabylake since g:872da9a6f664a06d73c987aa0cb2e5b830158a10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101936

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (59 preceding siblings ...)
  2021-09-15 15:58 ` marxin at gcc dot gnu.org
@ 2021-10-01 16:03 ` mkuvyrkov at gcc dot gnu.org
  2021-10-13 13:48 ` marxin at gcc dot gnu.org
                   ` (92 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: mkuvyrkov at gcc dot gnu.org @ 2021-10-01 16:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90378, which changed state.

Bug 90378 Summary: [9/10/11/12 regression] -Os -flto miscompiles 454.calculix after r266385 on Arm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90378

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (60 preceding siblings ...)
  2021-10-01 16:03 ` mkuvyrkov at gcc dot gnu.org
@ 2021-10-13 13:48 ` marxin at gcc dot gnu.org
  2021-10-19 13:58 ` rsandifo at gcc dot gnu.org
                   ` (91 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-13 13:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90364, which changed state.

Bug 90364 Summary: 521.wrf_r is 8-17% slower with PGO at -Ofast and native march/mtune
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90364

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (61 preceding siblings ...)
  2021-10-13 13:48 ` marxin at gcc dot gnu.org
@ 2021-10-19 13:58 ` rsandifo at gcc dot gnu.org
  2021-10-26 14:57 ` pinskia at gcc dot gnu.org
                   ` (90 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2021-10-19 13:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 93183, which changed state.

Bug 93183 Summary: SVE does not use neg as conditional
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93183

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (62 preceding siblings ...)
  2021-10-19 13:58 ` rsandifo at gcc dot gnu.org
@ 2021-10-26 14:57 ` pinskia at gcc dot gnu.org
  2021-11-02 13:33 ` tnfchris at gcc dot gnu.org
                   ` (89 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-10-26 14:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102947, which changed state.

Bug 102947 Summary: SPEC2006 481.wrf compiler time regression (-Ofast -march=native -flto) between g:1932e1169a236849 and g:9cfb95f9b92326e8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102947

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (63 preceding siblings ...)
  2021-10-26 14:57 ` pinskia at gcc dot gnu.org
@ 2021-11-02 13:33 ` tnfchris at gcc dot gnu.org
  2021-11-03  8:11 ` marxin at gcc dot gnu.org
                   ` (88 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2021-11-02 13:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103007, which changed state.

Bug 103007 Summary: [12 Regression] ice in vect_normalize_conj_loc, at tree-vect-slp-patterns.c:722 since r12-4785-ged3de62ac949c92ad41ef6de7cc926fbb2a510ce
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103007

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (64 preceding siblings ...)
  2021-11-02 13:33 ` tnfchris at gcc dot gnu.org
@ 2021-11-03  8:11 ` marxin at gcc dot gnu.org
  2021-11-06 15:36 ` aldyh at gcc dot gnu.org
                   ` (87 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-03  8:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103050, which changed state.

Bug 103050 Summary: [12 Regression] 520.omnetpp_r miscompiled after r12-4787-gb8ef019ab938471f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103050

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (65 preceding siblings ...)
  2021-11-03  8:11 ` marxin at gcc dot gnu.org
@ 2021-11-06 15:36 ` aldyh at gcc dot gnu.org
  2021-11-11 14:01 ` rguenth at gcc dot gnu.org
                   ` (86 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: aldyh at gcc dot gnu.org @ 2021-11-06 15:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103061, which changed state.

Bug 103061 Summary: [12 Regression] 527.cam4_r miscompiled with -O2 -march=znver1 since r12-4790-g4b3a325f07acebf4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103061

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (66 preceding siblings ...)
  2021-11-06 15:36 ` aldyh at gcc dot gnu.org
@ 2021-11-11 14:01 ` rguenth at gcc dot gnu.org
  2021-11-12 13:56 ` rguenth at gcc dot gnu.org
                   ` (85 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-11-11 14:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103188, which changed state.

Bug 103188 Summary: [12 Regression] ICE on valid code at -O2 and -O3 on x86_64-linux-gnu: Segmentation fault
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103188

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (67 preceding siblings ...)
  2021-11-11 14:01 ` rguenth at gcc dot gnu.org
@ 2021-11-12 13:56 ` rguenth at gcc dot gnu.org
  2021-11-12 22:14 ` hubicka at gcc dot gnu.org
                   ` (84 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-11-12 13:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102997, which changed state.

Bug 102997 Summary: [12 Regression] 45% 454.calculix regression with LTO+PGO -march=native -Ofast on Zen since r12-4526-gd8edfadfc7a9795b65177a50ce44fd348858e844
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102997

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (68 preceding siblings ...)
  2021-11-12 13:56 ` rguenth at gcc dot gnu.org
@ 2021-11-12 22:14 ` hubicka at gcc dot gnu.org
  2021-11-13 23:50 ` hubicka at gcc dot gnu.org
                   ` (83 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-12 22:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103058, which changed state.

Bug 103058 Summary: [12 Regression] ICE in gimple_call_static_chain_flags, at gimple.c:1669 when building 527.cam4_r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103058

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (69 preceding siblings ...)
  2021-11-12 22:14 ` hubicka at gcc dot gnu.org
@ 2021-11-13 23:50 ` hubicka at gcc dot gnu.org
  2021-11-18  8:28 ` hubicka at gcc dot gnu.org
                   ` (82 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-13 23:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103211, which changed state.

Bug 103211 Summary: [12 Regression] 416.gamess crashes after r12-5177-g494bdadf28d0fb35
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103211

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (70 preceding siblings ...)
  2021-11-13 23:50 ` hubicka at gcc dot gnu.org
@ 2021-11-18  8:28 ` hubicka at gcc dot gnu.org
  2021-11-19 11:47 ` aldyh at gcc dot gnu.org
                   ` (81 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-18  8:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103246, which changed state.

Bug 103246 Summary: [12 Regression] 416.gamess miscompare with -O2 -g -flto=auto since r12-5223-gecdf414bd89e6ba251f6b3f494407139b4dbae0e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103246

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (71 preceding siblings ...)
  2021-11-18  8:28 ` hubicka at gcc dot gnu.org
@ 2021-11-19 11:47 ` aldyh at gcc dot gnu.org
  2021-11-21 15:21 ` hubicka at gcc dot gnu.org
                   ` (80 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: aldyh at gcc dot gnu.org @ 2021-11-19 11:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103088, which changed state.

Bug 103088 Summary: [12 regression] 500.perlbench from spec 2017 fails since r12-4698
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103088

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (72 preceding siblings ...)
  2021-11-19 11:47 ` aldyh at gcc dot gnu.org
@ 2021-11-21 15:21 ` hubicka at gcc dot gnu.org
  2021-11-28 18:56 ` hubicka at gcc dot gnu.org
                   ` (79 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-21 15:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 93358, which changed state.

Bug 93358 Summary: [10/11/12 Regression] 447.dealII regresses by 15% after r10-6025-gf5b25e15165adde1356af42e9066ab75c5b37a19
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93358

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (73 preceding siblings ...)
  2021-11-21 15:21 ` hubicka at gcc dot gnu.org
@ 2021-11-28 18:56 ` hubicka at gcc dot gnu.org
  2021-11-30 15:58 ` meissner at gcc dot gnu.org
                   ` (78 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-11-28 18:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103227, which changed state.

Bug 103227 Summary: [12 Regression] 58% exchange2 regression with -Ofast -march=native on zen3 since r12-5223-gecdf414bd89e6ba251f6b3f494407139b4dbae0e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103227

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (74 preceding siblings ...)
  2021-11-28 18:56 ` hubicka at gcc dot gnu.org
@ 2021-11-30 15:58 ` meissner at gcc dot gnu.org
  2021-12-02 12:32 ` rguenth at gcc dot gnu.org
                   ` (77 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: meissner at gcc dot gnu.org @ 2021-11-30 15:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103320, which changed state.

Bug 103320 Summary: 12 Regression] Spec 2017 benchmark roms_r fails on PowerPC for -Ofast
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103320

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (75 preceding siblings ...)
  2021-11-30 15:58 ` meissner at gcc dot gnu.org
@ 2021-12-02 12:32 ` rguenth at gcc dot gnu.org
  2021-12-03 11:28 ` hubicka at gcc dot gnu.org
                   ` (76 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-12-02 12:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103527, which changed state.

Bug 103527 Summary: [12 Regression] verify_gimple failed since r12-5613-g32ede1083fad4b68
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103527

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (76 preceding siblings ...)
  2021-12-02 12:32 ` rguenth at gcc dot gnu.org
@ 2021-12-03 11:28 ` hubicka at gcc dot gnu.org
  2021-12-03 11:44 ` hubicka at gcc dot gnu.org
                   ` (75 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-12-03 11:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103409, which changed state.

Bug 103409 Summary: [12 Regression] 18% SPEC2017 WRF compile-time regression with -O2 -flto since r12-5228-gb7a23949b0dcc4205fcc2be6b84b91441faa384d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103409

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (77 preceding siblings ...)
  2021-12-03 11:28 ` hubicka at gcc dot gnu.org
@ 2021-12-03 11:44 ` hubicka at gcc dot gnu.org
  2021-12-06 15:17 ` rguenth at gcc dot gnu.org
                   ` (74 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2021-12-03 11:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 96825, which changed state.

Bug 96825 Summary: [11/12 Regression] Commit r11-2645 degrades CPU2017 548.exchange2_r by 35%
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96825

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (78 preceding siblings ...)
  2021-12-03 11:44 ` hubicka at gcc dot gnu.org
@ 2021-12-06 15:17 ` rguenth at gcc dot gnu.org
  2022-01-10 14:52 ` rsandifo at gcc dot gnu.org
                   ` (73 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-12-06 15:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103581, which changed state.

Bug 103581 Summary: [12 Regression] 403.gcc miscompiled since r12-5708-g70ece2d4ca403dfc6a837d876642378a8d4d3dce
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103581

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (79 preceding siblings ...)
  2021-12-06 15:17 ` rguenth at gcc dot gnu.org
@ 2022-01-10 14:52 ` rsandifo at gcc dot gnu.org
  2022-01-12 15:18 ` rguenth at gcc dot gnu.org
                   ` (72 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2022-01-10 14:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 98782, which changed state.

Bug 98782 Summary: [11 Regression] Bad interaction between IPA frequences and IRA resulting in spills due to changes in BB frequencies
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98782

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (80 preceding siblings ...)
  2022-01-10 14:52 ` rsandifo at gcc dot gnu.org
@ 2022-01-12 15:18 ` rguenth at gcc dot gnu.org
  2022-01-18 14:15 ` rguenth at gcc dot gnu.org
                   ` (71 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-12 15:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103990, which changed state.

Bug 103990 Summary: 541.leela_r slower by 4.5-6% with PGO+LTO -Ofast -march=native in the first week of January 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103990

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (81 preceding siblings ...)
  2022-01-12 15:18 ` rguenth at gcc dot gnu.org
@ 2022-01-18 14:15 ` rguenth at gcc dot gnu.org
  2022-01-20  8:51 ` admin at levyhsu dot com
                   ` (70 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-01-18 14:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103423, which changed state.

Bug 103423 Summary: [12 Regression] 19% cpu2006 wrf compile time regression with -flto since r12-2353-g8da8ed435e9f01b3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103423

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (82 preceding siblings ...)
  2022-01-18 14:15 ` rguenth at gcc dot gnu.org
@ 2022-01-20  8:51 ` admin at levyhsu dot com
  2022-02-18  7:51 ` rguenth at gcc dot gnu.org
                   ` (69 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: admin at levyhsu dot com @ 2022-01-20  8:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104058, which changed state.

Bug 104058 Summary: [12 Regression] 6-7% x264_r regression with -march=native -Ofast -funroll-loops -flto on x86 since r12-6420-gd3ff7420e941931d32ce2e332e7968fe67ba20af
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104058

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (83 preceding siblings ...)
  2022-01-20  8:51 ` admin at levyhsu dot com
@ 2022-02-18  7:51 ` rguenth at gcc dot gnu.org
  2022-02-22  8:01 ` rguenth at gcc dot gnu.org
                   ` (68 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-02-18  7:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104581, which changed state.

Bug 104581 Summary: [12 Regression] Huge compile-time regression building SPEC 2017 538.imagick_r with PGO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104581

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (84 preceding siblings ...)
  2022-02-18  7:51 ` rguenth at gcc dot gnu.org
@ 2022-02-22  8:01 ` rguenth at gcc dot gnu.org
  2022-03-08 15:01 ` rguenth at gcc dot gnu.org
                   ` (67 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-02-22  8:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101929, which changed state.

Bug 101929 Summary: [12 Regression] r12-7319 regress x264_r by 4% on CLX.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101929

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |ASSIGNED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (85 preceding siblings ...)
  2022-02-22  8:01 ` rguenth at gcc dot gnu.org
@ 2022-03-08 15:01 ` rguenth at gcc dot gnu.org
  2022-03-11 14:04 ` rguenth at gcc dot gnu.org
                   ` (66 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-08 15:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 84201, which changed state.

Bug 84201 Summary: 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (86 preceding siblings ...)
  2022-03-08 15:01 ` rguenth at gcc dot gnu.org
@ 2022-03-11 14:04 ` rguenth at gcc dot gnu.org
  2022-03-11 14:05 ` rguenth at gcc dot gnu.org
                   ` (65 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-11 14:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104762, which changed state.

Bug 104762 Summary: [12 Regression] x86_64 538.imagick_r 8%-28% regressions and 10% 525.x264_r regressions after r12-7319-g90d693bdc9d718
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104762

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (87 preceding siblings ...)
  2022-03-11 14:04 ` rguenth at gcc dot gnu.org
@ 2022-03-11 14:05 ` rguenth at gcc dot gnu.org
  2022-03-23  8:51 ` rguenth at gcc dot gnu.org
                   ` (64 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-11 14:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101929, which changed state.

Bug 101929 Summary: [12 Regression] r12-7319 regress x264_r by 4% on CLX.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101929

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (88 preceding siblings ...)
  2022-03-11 14:05 ` rguenth at gcc dot gnu.org
@ 2022-03-23  8:51 ` rguenth at gcc dot gnu.org
  2022-05-06 11:37 ` rguenth at gcc dot gnu.org
                   ` (63 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-03-23  8:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102750, which changed state.

Bug 102750 Summary: [12 Regression] 433.milc regressed by 10% on AMD zen2 at -Ofast -march=native -flto after r12-3893-g6390c5047adb75
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102750

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (89 preceding siblings ...)
  2022-03-23  8:51 ` rguenth at gcc dot gnu.org
@ 2022-05-06 11:37 ` rguenth at gcc dot gnu.org
  2022-05-20  3:56 ` crazylht at gmail dot com
                   ` (62 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-06 11:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104466, which changed state.

Bug 104466 Summary: Inlining functions with restrict parameters can inhibit lim (e.g. in 554.roms_r)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104466

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (90 preceding siblings ...)
  2022-05-06 11:37 ` rguenth at gcc dot gnu.org
@ 2022-05-20  3:56 ` crazylht at gmail dot com
  2022-05-24 16:12 ` vineet.gupta at linux dot dev
                   ` (61 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: crazylht at gmail dot com @ 2022-05-20  3:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101929, which changed state.

Bug 101929 Summary: [12 Regression] r12-7319 regress x264_r by 4% on CLX.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101929

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (91 preceding siblings ...)
  2022-05-20  3:56 ` crazylht at gmail dot com
@ 2022-05-24 16:12 ` vineet.gupta at linux dot dev
  2022-07-26 12:42 ` rguenth at gcc dot gnu.org
                   ` (60 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: vineet.gupta at linux dot dev @ 2022-05-24 16:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 105666, which changed state.

Bug 105666 Summary: RISC-V 507.cactuBSSN_r build has costly FMV instructions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105666

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (92 preceding siblings ...)
  2022-05-24 16:12 ` vineet.gupta at linux dot dev
@ 2022-07-26 12:42 ` rguenth at gcc dot gnu.org
  2022-07-26 13:27 ` rguenth at gcc dot gnu.org
                   ` (59 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-26 12:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104935, which changed state.

Bug 104935 Summary: [12/13 Regression] 554.roms_r ELF binary increased with r12-7612-g69619acd8d9b5856
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104935

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (93 preceding siblings ...)
  2022-07-26 12:42 ` rguenth at gcc dot gnu.org
@ 2022-07-26 13:27 ` rguenth at gcc dot gnu.org
  2022-07-27  1:18 ` lili.cui at intel dot com
                   ` (58 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-26 13:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 102473, which changed state.

Bug 102473 Summary: [12/13 Regression] 521.wrf_r 5% slower at -Ofast and generic x86_64 tuning after r12-3426-g8f323c712ea76c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102473

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (94 preceding siblings ...)
  2022-07-26 13:27 ` rguenth at gcc dot gnu.org
@ 2022-07-27  1:18 ` lili.cui at intel dot com
  2022-08-02 11:03 ` mkuvyrkov at gcc dot gnu.org
                   ` (57 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: lili.cui at intel dot com @ 2022-07-27  1:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 105493, which changed state.

Bug 105493 Summary: [12/13 Regression] x86_64 538.imagick_r 6% regressions and 2% 525.x264_r regressions on Alder Lake after r12-7319-g90d693bdc9d718
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105493

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (95 preceding siblings ...)
  2022-07-27  1:18 ` lili.cui at intel dot com
@ 2022-08-02 11:03 ` mkuvyrkov at gcc dot gnu.org
  2022-08-12 11:38 ` rguenth at gcc dot gnu.org
                   ` (56 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: mkuvyrkov at gcc dot gnu.org @ 2022-08-02 11:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90957, which changed state.

Bug 90957 Summary: 453.povray is miscompiled with -flto -static
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90957

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17,  2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (96 preceding siblings ...)
  2022-08-02 11:03 ` mkuvyrkov at gcc dot gnu.org
@ 2022-08-12 11:38 ` rguenth at gcc dot gnu.org
  2022-09-02 13:01 ` rsandifo at gcc dot gnu.org
                   ` (55 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-08-12 11:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 106593, which changed state.

Bug 106593 Summary: [13 Regression] ICE in range_on_path_entry, at gimple-range-path.cc:164 since r13-2020-g16b013c9d9b4d950
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106593

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (97 preceding siblings ...)
  2022-08-12 11:38 ` rguenth at gcc dot gnu.org
@ 2022-09-02 13:01 ` rsandifo at gcc dot gnu.org
  2022-09-22  6:47 ` rguenth at gcc dot gnu.org
                   ` (54 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2022-09-02 13:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 106787, which changed state.

Bug 106787 Summary: [13 Regression] ICE in vect_schedule_slp_node, at tree-vect-slp.cc:8648 since r13-2288-g61c4c989034548f4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106787

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (98 preceding siblings ...)
  2022-09-02 13:01 ` rsandifo at gcc dot gnu.org
@ 2022-09-22  6:47 ` rguenth at gcc dot gnu.org
  2022-09-26 13:00 ` redi at gcc dot gnu.org
                   ` (53 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-09-22  6:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 106994, which changed state.

Bug 106994 Summary: [13 Regression] ICE in extract_insn, at recog.cc:2791 since r13-2730-gd0c73b6c85677e67
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106994

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (99 preceding siblings ...)
  2022-09-22  6:47 ` rguenth at gcc dot gnu.org
@ 2022-09-26 13:00 ` redi at gcc dot gnu.org
  2022-10-17 13:11 ` rguenth at gcc dot gnu.org
                   ` (52 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: redi at gcc dot gnu.org @ 2022-09-26 13:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107037, which changed state.

Bug 107037 Summary: [13 Regression] 541.leela_r compiling fail since r13-2779
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107037

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (100 preceding siblings ...)
  2022-09-26 13:00 ` redi at gcc dot gnu.org
@ 2022-10-17 13:11 ` rguenth at gcc dot gnu.org
  2022-10-18  8:41 ` rguenth at gcc dot gnu.org
                   ` (51 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-17 13:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107160, which changed state.

Bug 107160 Summary: [12 regression] r13-2641-g0ee1548d96884d  causes verification failure in spec2006
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107160

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (101 preceding siblings ...)
  2022-10-17 13:11 ` rguenth at gcc dot gnu.org
@ 2022-10-18  8:41 ` rguenth at gcc dot gnu.org
  2022-10-19 10:11 ` rguenth at gcc dot gnu.org
                   ` (50 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-18  8:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107021, which changed state.

Bug 107021 Summary: [13 Regression] 511.povray_r error with -Ofast -march=znver2 -flto since r13-2810-gb7fd7fb5011106
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107021

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (102 preceding siblings ...)
  2022-10-18  8:41 ` rguenth at gcc dot gnu.org
@ 2022-10-19 10:11 ` rguenth at gcc dot gnu.org
  2022-10-27 14:45 ` marxin at gcc dot gnu.org
                   ` (49 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-19 10:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 105643, which changed state.

Bug 105643 Summary: [13 Regression] Code-Size regression for specrate 538.imagick_r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105643

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (103 preceding siblings ...)
  2022-10-19 10:11 ` rguenth at gcc dot gnu.org
@ 2022-10-27 14:45 ` marxin at gcc dot gnu.org
  2022-11-11  9:32 ` tnfchris at gcc dot gnu.org
                   ` (48 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-10-27 14:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107433, which changed state.

Bug 107433 Summary: 510.parest_r, call of overloaded 'back_interpolate' is ambiguous
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107433

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (104 preceding siblings ...)
  2022-10-27 14:45 ` marxin at gcc dot gnu.org
@ 2022-11-11  9:32 ` tnfchris at gcc dot gnu.org
  2022-12-01 13:13 ` wilco at gcc dot gnu.org
                   ` (47 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2022-11-11  9:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 89430, which changed state.

Bug 89430 Summary: A missing ifcvt optimization to generate csel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89430

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (105 preceding siblings ...)
  2022-11-11  9:32 ` tnfchris at gcc dot gnu.org
@ 2022-12-01 13:13 ` wilco at gcc dot gnu.org
  2023-01-18 13:40 ` jamborm at gcc dot gnu.org
                   ` (46 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: wilco at gcc dot gnu.org @ 2022-12-01 13:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107413, which changed state.

Bug 107413 Summary: Perf loss ~14% on 519.lbm_r SPEC cpu2017 benchmark with r8-7132-gb5b33e113434be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107413

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (106 preceding siblings ...)
  2022-12-01 13:13 ` wilco at gcc dot gnu.org
@ 2023-01-18 13:40 ` jamborm at gcc dot gnu.org
  2023-01-18 15:45 ` jamborm at gcc dot gnu.org
                   ` (45 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-18 13:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 108444, which changed state.

Bug 108444 Summary: ICE: invalid address operand in mem_ref when LTO building 523.xalancbmk_r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108444

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (107 preceding siblings ...)
  2023-01-18 13:40 ` jamborm at gcc dot gnu.org
@ 2023-01-18 15:45 ` jamborm at gcc dot gnu.org
  2023-01-18 16:57 ` jamborm at gcc dot gnu.org
                   ` (44 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-18 15:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94369, which changed state.

Bug 94369 Summary: 505.mcf_r is 6-7% slower at -Ofast -march=native with PGO+LTO than with just LTO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94369

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (108 preceding siblings ...)
  2023-01-18 15:45 ` jamborm at gcc dot gnu.org
@ 2023-01-18 16:57 ` jamborm at gcc dot gnu.org
  2023-01-18 17:17 ` jamborm at gcc dot gnu.org
                   ` (43 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-18 16:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 94373, which changed state.

Bug 94373 Summary: 548.exchange2_r run time is 16-35% worse than GCC 9 at -O2 and generic march/mtune
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94373

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (109 preceding siblings ...)
  2023-01-18 16:57 ` jamborm at gcc dot gnu.org
@ 2023-01-18 17:17 ` jamborm at gcc dot gnu.org
  2023-01-18 17:41 ` jamborm at gcc dot gnu.org
                   ` (42 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-18 17:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 90128, which changed state.

Bug 90128 Summary: 507.cactuBSSN_r is 9-11% slower at -Ofast and native march/tuning on Zen CPUs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90128

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (110 preceding siblings ...)
  2023-01-18 17:17 ` jamborm at gcc dot gnu.org
@ 2023-01-18 17:41 ` jamborm at gcc dot gnu.org
  2023-01-31 11:26 ` jamborm at gcc dot gnu.org
                   ` (41 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-18 17:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104122, which changed state.

Bug 104122 Summary: On Zen3, 510.parest_r (built with -Ofast) is faster with generic than with native ISA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104122

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (111 preceding siblings ...)
  2023-01-18 17:41 ` jamborm at gcc dot gnu.org
@ 2023-01-31 11:26 ` jamborm at gcc dot gnu.org
  2023-02-01  9:31 ` rguenth at gcc dot gnu.org
                   ` (40 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-01-31 11:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 101296, which changed state.

Bug 101296 Summary: Addition of  x86 addsub SLP patterned slowed down 433.milc by 12% on znver2 with -Ofast -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101296

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (112 preceding siblings ...)
  2023-01-31 11:26 ` jamborm at gcc dot gnu.org
@ 2023-02-01  9:31 ` rguenth at gcc dot gnu.org
  2023-03-22 16:06 ` jamborm at gcc dot gnu.org
                   ` (39 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-02-01  9:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107499, which changed state.

Bug 107499 Summary: [13 Regression] 433.milc regressed by 6-8% on zen3 at -O2 -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107499

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (113 preceding siblings ...)
  2023-02-01  9:31 ` rguenth at gcc dot gnu.org
@ 2023-03-22 16:06 ` jamborm at gcc dot gnu.org
  2023-03-30  7:52 ` marxin at gcc dot gnu.org
                   ` (38 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-03-22 16:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107925, which changed state.

Bug 107925 Summary: ICE in update_specialized_profile at gcc/ipa-cp.cc:5082 for 531.deepsjeng_r benchmark
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107925

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (114 preceding siblings ...)
  2023-03-22 16:06 ` jamborm at gcc dot gnu.org
@ 2023-03-30  7:52 ` marxin at gcc dot gnu.org
  2023-05-08  7:39 ` pinskia at gcc dot gnu.org
                   ` (37 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: marxin at gcc dot gnu.org @ 2023-03-30  7:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 107409, which changed state.

Bug 107409 Summary: Perf loss ~5% on 519.lbm_r SPEC cpu2017 benchmark with r10-5090-ga9a4edf0e71bba
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107409

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (115 preceding siblings ...)
  2023-03-30  7:52 ` marxin at gcc dot gnu.org
@ 2023-05-08  7:39 ` pinskia at gcc dot gnu.org
  2023-05-12  6:01 ` pinskia at gcc dot gnu.org
                   ` (36 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-05-08  7:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 103771, which changed state.

Bug 103771 Summary: [12/13/14 Regression] Missed vectorization under -mavx512f -mavx512vl after r12-5489
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103771

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (116 preceding siblings ...)
  2023-05-08  7:39 ` pinskia at gcc dot gnu.org
@ 2023-05-12  6:01 ` pinskia at gcc dot gnu.org
  2023-05-12 16:45 ` ubizjak at gmail dot com
                   ` (35 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-05-12  6:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 93771, which changed state.

Bug 93771 Summary: SLP produces VEC_PERM when should have used vector generation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93771

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (117 preceding siblings ...)
  2023-05-12  6:01 ` pinskia at gcc dot gnu.org
@ 2023-05-12 16:45 ` ubizjak at gmail dot com
  2023-05-19  7:44 ` pinskia at gcc dot gnu.org
                   ` (34 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: ubizjak at gmail dot com @ 2023-05-12 16:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 109797, which changed state.

Bug 109797 Summary: 456.hmmer compiled with -O2 -flto regressed by 15% on AMD zen3 between r14-487-g6f18f344338b37 and r14-540-gb7fe38c14e5f1b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109797

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (118 preceding siblings ...)
  2023-05-12 16:45 ` ubizjak at gmail dot com
@ 2023-05-19  7:44 ` pinskia at gcc dot gnu.org
  2023-06-02  4:53 ` pinskia at gcc dot gnu.org
                   ` (33 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-05-19  7:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 49695, which changed state.

Bug 49695 Summary: conditional moves for stores
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49695

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (119 preceding siblings ...)
  2023-05-19  7:44 ` pinskia at gcc dot gnu.org
@ 2023-06-02  4:53 ` pinskia at gcc dot gnu.org
  2023-06-07  7:02 ` sjames at gcc dot gnu.org
                   ` (32 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-02  4:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 66489, which changed state.

Bug 66489 Summary: combine fails to merge insns if some are reused later on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66489

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (120 preceding siblings ...)
  2023-06-02  4:53 ` pinskia at gcc dot gnu.org
@ 2023-06-07  7:02 ` sjames at gcc dot gnu.org
  2023-06-20 10:35 ` linkw at gcc dot gnu.org
                   ` (31 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-06-07  7:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 104271, which changed state.

Bug 104271 Summary: [12 Regression] 538.imagick_r run-time at -Ofast -march=native regressed by 26% on Intel Cascade Lake server CPU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104271

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (121 preceding siblings ...)
  2023-06-07  7:02 ` sjames at gcc dot gnu.org
@ 2023-06-20 10:35 ` linkw at gcc dot gnu.org
  2023-07-26 13:28 ` rguenth at gcc dot gnu.org
                   ` (30 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: linkw at gcc dot gnu.org @ 2023-06-20 10:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 109858, which changed state.

Bug 109858 Summary: [14 Regression] r14-172 caused some SPEC2017 bmk to degrade on Power
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109858

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (122 preceding siblings ...)
  2023-06-20 10:35 ` linkw at gcc dot gnu.org
@ 2023-07-26 13:28 ` rguenth at gcc dot gnu.org
  2023-07-31  7:39 ` hubicka at gcc dot gnu.org
                   ` (29 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-26 13:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 106081, which changed state.

Bug 106081 Summary: missed vectorization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106081

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (123 preceding siblings ...)
  2023-07-26 13:28 ` rguenth at gcc dot gnu.org
@ 2023-07-31  7:39 ` hubicka at gcc dot gnu.org
  2023-08-04 17:26 ` pinskia at gcc dot gnu.org
                   ` (28 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2023-07-31  7:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 110758, which changed state.

Bug 110758 Summary: [14 Regression] 8% hmmer regression on zen1/3 with -Ofast -march=native -flto between g:8377cf1bf41a0a9d (2023-07-05 01:46) and g:3a61ca1b9256535e (2023-07-06 16:56); g:d76d19c9bc5ef113 (2023-07-16 00:16) and g:a5088dc3f5ef73c8 (2023-07-17 03:24)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110758

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (124 preceding siblings ...)
  2023-07-31  7:39 ` hubicka at gcc dot gnu.org
@ 2023-08-04 17:26 ` pinskia at gcc dot gnu.org
  2023-08-15 13:03 ` hubicka at gcc dot gnu.org
                   ` (27 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-08-04 17:26 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 95084, which changed state.

Bug 95084 Summary: [11/12/13/14 Regression] code sinking prevents if-conversion
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95084

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (125 preceding siblings ...)
  2023-08-04 17:26 ` pinskia at gcc dot gnu.org
@ 2023-08-15 13:03 ` hubicka at gcc dot gnu.org
  2023-08-29  9:28 ` rguenth at gcc dot gnu.org
                   ` (26 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: hubicka at gcc dot gnu.org @ 2023-08-15 13:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 110988, which changed state.

Bug 110988 Summary: [14 regression] ICE when building 523.xalancbmk_r with pgo and lto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110988

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (126 preceding siblings ...)
  2023-08-15 13:03 ` hubicka at gcc dot gnu.org
@ 2023-08-29  9:28 ` rguenth at gcc dot gnu.org
  2023-10-04 11:38 ` fkastl at suse dot cz
                   ` (25 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-08-29  9:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 110973, which changed state.

Bug 110973 Summary: 9% 444.namd regression between g:c2a447d840476dbd (2023-08-03 18:47) and g:73da34a538ddc2ad (2023-08-09 20:17)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110973

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (127 preceding siblings ...)
  2023-08-29  9:28 ` rguenth at gcc dot gnu.org
@ 2023-10-04 11:38 ` fkastl at suse dot cz
  2023-10-30 17:41 ` jamborm at gcc dot gnu.org
                   ` (24 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: fkastl at suse dot cz @ 2023-10-04 11:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 111616, which changed state.

Bug 111616 Summary: On Zen2 7% 519.lbm_r regression between g:1d17d58c284fa8c3 (2023-09-14 02:39) and g:c8e9a75085f9725c (2023-09-18 13:09)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111616

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (128 preceding siblings ...)
  2023-10-04 11:38 ` fkastl at suse dot cz
@ 2023-10-30 17:41 ` jamborm at gcc dot gnu.org
  2023-11-15 18:12 ` jamborm at gcc dot gnu.org
                   ` (23 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-10-30 17:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 111157, which changed state.

Bug 111157 Summary: [14 Regression] 416.gamess fails with a run-time abort when compiled with -O2 -flto after r14-3226-gd073e2d75d9ed4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111157

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (129 preceding siblings ...)
  2023-10-30 17:41 ` jamborm at gcc dot gnu.org
@ 2023-11-15 18:12 ` jamborm at gcc dot gnu.org
  2023-11-21 13:29 ` tnfchris at gcc dot gnu.org
                   ` (22 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2023-11-15 18:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 110302, which changed state.

Bug 110302 Summary: libquantum regression on zen3 with LTO and PGO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110302

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (130 preceding siblings ...)
  2023-11-15 18:12 ` jamborm at gcc dot gnu.org
@ 2023-11-21 13:29 ` tnfchris at gcc dot gnu.org
  2023-11-23  9:41 ` fkastl at suse dot cz
                   ` (21 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2023-11-21 13:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 111370, which changed state.

Bug 111370 Summary: On Aarch64 4% 511.povray_r regression between g:6cd85273071b5f13 (2023-08-23 00:17) and g:e1f096a3cc96c719 (2023-08-25 22:34)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111370

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (131 preceding siblings ...)
  2023-11-21 13:29 ` tnfchris at gcc dot gnu.org
@ 2023-11-23  9:41 ` fkastl at suse dot cz
  2023-12-15 19:54 ` pinskia at gcc dot gnu.org
                   ` (20 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: fkastl at suse dot cz @ 2023-11-23  9:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 112547, which changed state.

Bug 112547 Summary: 9% exec time regression of 462.libquantum SPEC on AMD zen4 CPU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112547

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (132 preceding siblings ...)
  2023-11-23  9:41 ` fkastl at suse dot cz
@ 2023-12-15 19:54 ` pinskia at gcc dot gnu.org
  2024-01-05 13:18 ` tnfchris at gcc dot gnu.org
                   ` (19 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-12-15 19:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 109796, which changed state.

Bug 109796 Summary: 548.exchange2_r compiled with -O2 -flto regressed by 5% on aarch64 between r14-135-gd06e9264b0192c and r14-192-g636e2273aec555
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109796

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (133 preceding siblings ...)
  2023-12-15 19:54 ` pinskia at gcc dot gnu.org
@ 2024-01-05 13:18 ` tnfchris at gcc dot gnu.org
  2024-01-12 12:09 ` jamborm at gcc dot gnu.org
                   ` (18 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2024-01-05 13:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113145, which changed state.

Bug 113145 Summary: [14 regression] ICE in verify_dominators when building mit-krb5-1.21.2 since r14-6822-g01f4251b8775c8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113145

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (134 preceding siblings ...)
  2024-01-05 13:18 ` tnfchris at gcc dot gnu.org
@ 2024-01-12 12:09 ` jamborm at gcc dot gnu.org
  2024-01-12 15:36 ` tnfchris at gcc dot gnu.org
                   ` (17 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: jamborm at gcc dot gnu.org @ 2024-01-12 12:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113296, which changed state.

Bug 113296 Summary: [14 Regression] SPEC 2006 434.zeusmp segfaults on Aarch64 when built with -Ofast -march=native -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113296

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (135 preceding siblings ...)
  2024-01-12 12:09 ` jamborm at gcc dot gnu.org
@ 2024-01-12 15:36 ` tnfchris at gcc dot gnu.org
  2024-01-19  3:23 ` vineetg at gcc dot gnu.org
                   ` (16 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: tnfchris at gcc dot gnu.org @ 2024-01-12 15:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113237, which changed state.

Bug 113237 Summary: [14 Regression] ICE verify_ssa failed when building 500.perlbench_r since r14-6822-g01f4251b8775c8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113237

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (136 preceding siblings ...)
  2024-01-12 15:36 ` tnfchris at gcc dot gnu.org
@ 2024-01-19  3:23 ` vineetg at gcc dot gnu.org
  2024-01-24 16:07 ` law at gcc dot gnu.org
                   ` (15 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: vineetg at gcc dot gnu.org @ 2024-01-19  3:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113429, which changed state.

Bug 113429 Summary: RISC-V: SPEC2017 527 cam4 miscompilation in autovec VLA build
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113429

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (137 preceding siblings ...)
  2024-01-19  3:23 ` vineetg at gcc dot gnu.org
@ 2024-01-24 16:07 ` law at gcc dot gnu.org
  2024-01-24 18:29 ` pinskia at gcc dot gnu.org
                   ` (14 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: law at gcc dot gnu.org @ 2024-01-24 16:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113570, which changed state.

Bug 113570 Summary: RISC-V: SPEC2017 549 fotonik3d miscompilation in autovec VLS 256 build
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113570

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (138 preceding siblings ...)
  2024-01-24 16:07 ` law at gcc dot gnu.org
@ 2024-01-24 18:29 ` pinskia at gcc dot gnu.org
  2024-02-03 22:04 ` sjames at gcc dot gnu.org
                   ` (13 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-24 18:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 100942, which changed state.

Bug 100942 Summary: ccmp is not used if the value is used later
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100942

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (139 preceding siblings ...)
  2024-01-24 18:29 ` pinskia at gcc dot gnu.org
@ 2024-02-03 22:04 ` sjames at gcc dot gnu.org
  2024-02-13 10:13 ` pheeck at gcc dot gnu.org
                   ` (12 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: sjames at gcc dot gnu.org @ 2024-02-03 22:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113588, which changed state.

Bug 113588 Summary: [14 Regression] The vectorizer is introducing out-of-bounds memory access
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113588

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (140 preceding siblings ...)
  2024-02-03 22:04 ` sjames at gcc dot gnu.org
@ 2024-02-13 10:13 ` pheeck at gcc dot gnu.org
  2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
                   ` (11 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pheeck at gcc dot gnu.org @ 2024-02-13 10:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 112879, which changed state.

Bug 112879 Summary: [14 Regression] 4% exec time regression of 525.x264_r on AMD Zen4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112879

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (141 preceding siblings ...)
  2024-02-13 10:13 ` pheeck at gcc dot gnu.org
@ 2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
  2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
                   ` (10 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2024-02-23 14:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 113295, which changed state.

Bug 113295 Summary: [14 Regression] SPEC 2006 416.gamess miscompares on Aarch64 when built with -Ofast -mcpu=native since g:2f46e3578d45ff060a0a329cb39d4f52878f9d5a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113295

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (142 preceding siblings ...)
  2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
@ 2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
  2024-03-08 10:08 ` xry111 at gcc dot gnu.org
                   ` (9 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2024-02-23 14:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 112922, which changed state.

Bug 112922 Summary: [14 Regression] 465.tonto from SPECFP 2006 fails train run on Aarch64-linux with -O2 and -flto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112922

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (143 preceding siblings ...)
  2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
@ 2024-03-08 10:08 ` xry111 at gcc dot gnu.org
  2024-03-08 13:41 ` rguenth at gcc dot gnu.org
                   ` (8 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: xry111 at gcc dot gnu.org @ 2024-03-08 10:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114281, which changed state.

Bug 114281 Summary: [14 Regression] Multiple 2-10% exec time regressions of 465.tonto since r14-9193-ga0b1798042d033
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114281

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (144 preceding siblings ...)
  2024-03-08 10:08 ` xry111 at gcc dot gnu.org
@ 2024-03-08 13:41 ` rguenth at gcc dot gnu.org
  2024-03-08 14:03 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-08 13:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114269, which changed state.

Bug 114269 Summary: [14 Regression] Multiple 3-27% exec time regressions of 434.zeusmp since r14-9193-ga0b1798042d033
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114269

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (145 preceding siblings ...)
  2024-03-08 13:41 ` rguenth at gcc dot gnu.org
@ 2024-03-08 14:03 ` rguenth at gcc dot gnu.org
  2024-03-12 12:48 ` pheeck at gcc dot gnu.org
                   ` (6 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-08 14:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114238, which changed state.

Bug 114238 Summary: [14 regression] Multiple 554.roms_r run-time regressions (4%-20%) since r14-9193-ga0b1798042d033
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114238

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (146 preceding siblings ...)
  2024-03-08 14:03 ` rguenth at gcc dot gnu.org
@ 2024-03-12 12:48 ` pheeck at gcc dot gnu.org
  2024-03-19 12:15 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pheeck at gcc dot gnu.org @ 2024-03-12 12:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114269, which changed state.

Bug 114269 Summary: [14 Regression] Multiple 3-6% exec time regressions of 434.zeusmp since r14-9193-ga0b1798042d033
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114269

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (147 preceding siblings ...)
  2024-03-12 12:48 ` pheeck at gcc dot gnu.org
@ 2024-03-19 12:15 ` rguenth at gcc dot gnu.org
  2024-03-21  9:22 ` pheeck at gcc dot gnu.org
                   ` (4 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-19 12:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114269, which changed state.

Bug 114269 Summary: [14 Regression] Multiple 3-6% exec time regressions of 434.zeusmp since r14-9193-ga0b1798042d033
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114269

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (148 preceding siblings ...)
  2024-03-19 12:15 ` rguenth at gcc dot gnu.org
@ 2024-03-21  9:22 ` pheeck at gcc dot gnu.org
  2024-03-22 12:47 ` law at gcc dot gnu.org
                   ` (3 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: pheeck at gcc dot gnu.org @ 2024-03-21  9:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114268, which changed state.

Bug 114268 Summary: [14 Regression] 5% exec time regression in 454.calculix on Aarch64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114268

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (149 preceding siblings ...)
  2024-03-21  9:22 ` pheeck at gcc dot gnu.org
@ 2024-03-22 12:47 ` law at gcc dot gnu.org
  2024-03-28  7:04 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  153 siblings, 0 replies; 154+ messages in thread
From: law at gcc dot gnu.org @ 2024-03-22 12:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 112697, which changed state.

Bug 112697 Summary: [14 Regression] 30-40% exec time regression of 433.milc on zen2 since r14-4972-g8aa47713701b1f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112697

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (150 preceding siblings ...)
  2024-03-22 12:47 ` law at gcc dot gnu.org
@ 2024-03-28  7:04 ` rguenth at gcc dot gnu.org
  2024-03-28 12:12 ` pheeck at gcc dot gnu.org
  2024-04-15 13:29 ` rguenth at gcc dot gnu.org
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-03-28  7:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114057, which changed state.

Bug 114057 Summary: [14 Regression] 435.gromacs fails verification with -Ofast -march={znver2,znver4} and PGO after r14-7272-g57f611604e8bab
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114057

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (151 preceding siblings ...)
  2024-03-28  7:04 ` rguenth at gcc dot gnu.org
@ 2024-03-28 12:12 ` pheeck at gcc dot gnu.org
  2024-04-15 13:29 ` rguenth at gcc dot gnu.org
  153 siblings, 0 replies; 154+ messages in thread
From: pheeck at gcc dot gnu.org @ 2024-03-28 12:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 114414, which changed state.

Bug 114414 Summary: 15-18% exec time slowdown of 433.milc on Zen2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114414

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

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

* [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
       [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
                   ` (152 preceding siblings ...)
  2024-03-28 12:12 ` pheeck at gcc dot gnu.org
@ 2024-04-15 13:29 ` rguenth at gcc dot gnu.org
  153 siblings, 0 replies; 154+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-04-15 13:29 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163
Bug 26163 depends on bug 108410, which changed state.

Bug 108410 Summary: x264 averaging loop not optimized well for avx512
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108410

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

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

end of thread, other threads:[~2024-04-15 13:29 UTC | newest]

Thread overview: 154+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-26163-4@http.gcc.gnu.org/bugzilla/>
2014-12-01  5:12 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k and 2k6 and 95) pinskia at gcc dot gnu.org
2014-12-01  5:18 ` pinskia at gcc dot gnu.org
2014-12-01  5:20 ` pinskia at gcc dot gnu.org
2020-03-20 15:33 ` [Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k " marxin at gcc dot gnu.org
2020-03-20 15:34 ` marxin at gcc dot gnu.org
2020-03-27 20:43 ` jamborm at gcc dot gnu.org
2020-04-02 14:37 ` jamborm at gcc dot gnu.org
2020-04-02 14:40 ` jakub at gcc dot gnu.org
2020-04-03 11:50 ` linkw at gcc dot gnu.org
2020-04-09  7:50 ` rguenth at gcc dot gnu.org
2020-04-14  9:29 ` jakub at gcc dot gnu.org
2020-04-24 22:25 ` jakub at gcc dot gnu.org
2020-04-29  8:16 ` tkoenig at gcc dot gnu.org
2020-05-05 10:35 ` rguenth at gcc dot gnu.org
2020-05-12  0:42 ` luoxhu at gcc dot gnu.org
2020-05-18 18:54 ` anlauf at gcc dot gnu.org
2020-05-21 18:17 ` ubizjak at gmail dot com
2020-05-27 12:00 ` marxin at gcc dot gnu.org
2020-05-29  9:03 ` rguenth at gcc dot gnu.org
2020-06-16  7:31 ` kyukhin at gcc dot gnu.org
2020-06-16  7:32 ` kyukhin at gcc dot gnu.org
2020-06-24 11:00 ` rguenth at gcc dot gnu.org
2020-07-09 11:47 ` rguenth at gcc dot gnu.org
2020-07-09 17:54 ` rguenth at gcc dot gnu.org
2020-07-21 10:03 ` rsandifo at gcc dot gnu.org
2020-09-21 14:54 ` rguenth at gcc dot gnu.org
2020-10-09  9:28 ` rguenth at gcc dot gnu.org
2020-10-09 10:28 ` marxin at gcc dot gnu.org
2020-10-09 10:28 ` marxin at gcc dot gnu.org
2020-10-16 12:04 ` marxin at gcc dot gnu.org
2020-11-09 13:58 ` rguenth at gcc dot gnu.org
2020-11-16  9:27 ` rguenth at gcc dot gnu.org
2020-12-01 10:47 ` jamborm at gcc dot gnu.org
2020-12-07 12:04 ` jamborm at gcc dot gnu.org
2020-12-14 15:22 ` tnfchris at gcc dot gnu.org
2020-12-14 20:35 ` msebor at gcc dot gnu.org
2020-12-16 14:49 ` marxin at gcc dot gnu.org
2020-12-23 23:50 ` msebor at gcc dot gnu.org
2021-02-03  8:10 ` tnfchris at gcc dot gnu.org
2021-02-04 16:47 ` jamborm at gcc dot gnu.org
2021-02-04 17:23 ` jamborm at gcc dot gnu.org
2021-02-04 17:43 ` jamborm at gcc dot gnu.org
2021-02-08 16:08 ` avieira at gcc dot gnu.org
2021-02-15 15:34 ` rsandifo at gcc dot gnu.org
2021-02-21 17:45 ` ubizjak at gmail dot com
2021-02-25  9:50 ` ubizjak at gmail dot com
2021-05-14 10:59 ` jakub at gcc dot gnu.org
2021-06-11 12:33 ` rguenth at gcc dot gnu.org
2021-06-18 21:46 ` amacleod at redhat dot com
2021-06-22  5:08 ` marxin at gcc dot gnu.org
2021-06-23 14:31 ` amacleod at redhat dot com
2021-07-12 10:19 ` rguenth at gcc dot gnu.org
2021-08-04 10:17 ` rguenth at gcc dot gnu.org
2021-08-30 12:05 ` rguenth at gcc dot gnu.org
2021-09-02 19:56 ` pinskia at gcc dot gnu.org
2021-09-07 18:53 ` pinskia at gcc dot gnu.org
2021-09-08 10:12 ` marxin at gcc dot gnu.org
2021-09-08 12:14 ` marxin at gcc dot gnu.org
2021-09-15 15:57 ` marxin at gcc dot gnu.org
2021-09-15 15:58 ` marxin at gcc dot gnu.org
2021-10-01 16:03 ` mkuvyrkov at gcc dot gnu.org
2021-10-13 13:48 ` marxin at gcc dot gnu.org
2021-10-19 13:58 ` rsandifo at gcc dot gnu.org
2021-10-26 14:57 ` pinskia at gcc dot gnu.org
2021-11-02 13:33 ` tnfchris at gcc dot gnu.org
2021-11-03  8:11 ` marxin at gcc dot gnu.org
2021-11-06 15:36 ` aldyh at gcc dot gnu.org
2021-11-11 14:01 ` rguenth at gcc dot gnu.org
2021-11-12 13:56 ` rguenth at gcc dot gnu.org
2021-11-12 22:14 ` hubicka at gcc dot gnu.org
2021-11-13 23:50 ` hubicka at gcc dot gnu.org
2021-11-18  8:28 ` hubicka at gcc dot gnu.org
2021-11-19 11:47 ` aldyh at gcc dot gnu.org
2021-11-21 15:21 ` hubicka at gcc dot gnu.org
2021-11-28 18:56 ` hubicka at gcc dot gnu.org
2021-11-30 15:58 ` meissner at gcc dot gnu.org
2021-12-02 12:32 ` rguenth at gcc dot gnu.org
2021-12-03 11:28 ` hubicka at gcc dot gnu.org
2021-12-03 11:44 ` hubicka at gcc dot gnu.org
2021-12-06 15:17 ` rguenth at gcc dot gnu.org
2022-01-10 14:52 ` rsandifo at gcc dot gnu.org
2022-01-12 15:18 ` rguenth at gcc dot gnu.org
2022-01-18 14:15 ` rguenth at gcc dot gnu.org
2022-01-20  8:51 ` admin at levyhsu dot com
2022-02-18  7:51 ` rguenth at gcc dot gnu.org
2022-02-22  8:01 ` rguenth at gcc dot gnu.org
2022-03-08 15:01 ` rguenth at gcc dot gnu.org
2022-03-11 14:04 ` rguenth at gcc dot gnu.org
2022-03-11 14:05 ` rguenth at gcc dot gnu.org
2022-03-23  8:51 ` rguenth at gcc dot gnu.org
2022-05-06 11:37 ` rguenth at gcc dot gnu.org
2022-05-20  3:56 ` crazylht at gmail dot com
2022-05-24 16:12 ` vineet.gupta at linux dot dev
2022-07-26 12:42 ` rguenth at gcc dot gnu.org
2022-07-26 13:27 ` rguenth at gcc dot gnu.org
2022-07-27  1:18 ` lili.cui at intel dot com
2022-08-02 11:03 ` mkuvyrkov at gcc dot gnu.org
2022-08-12 11:38 ` rguenth at gcc dot gnu.org
2022-09-02 13:01 ` rsandifo at gcc dot gnu.org
2022-09-22  6:47 ` rguenth at gcc dot gnu.org
2022-09-26 13:00 ` redi at gcc dot gnu.org
2022-10-17 13:11 ` rguenth at gcc dot gnu.org
2022-10-18  8:41 ` rguenth at gcc dot gnu.org
2022-10-19 10:11 ` rguenth at gcc dot gnu.org
2022-10-27 14:45 ` marxin at gcc dot gnu.org
2022-11-11  9:32 ` tnfchris at gcc dot gnu.org
2022-12-01 13:13 ` wilco at gcc dot gnu.org
2023-01-18 13:40 ` jamborm at gcc dot gnu.org
2023-01-18 15:45 ` jamborm at gcc dot gnu.org
2023-01-18 16:57 ` jamborm at gcc dot gnu.org
2023-01-18 17:17 ` jamborm at gcc dot gnu.org
2023-01-18 17:41 ` jamborm at gcc dot gnu.org
2023-01-31 11:26 ` jamborm at gcc dot gnu.org
2023-02-01  9:31 ` rguenth at gcc dot gnu.org
2023-03-22 16:06 ` jamborm at gcc dot gnu.org
2023-03-30  7:52 ` marxin at gcc dot gnu.org
2023-05-08  7:39 ` pinskia at gcc dot gnu.org
2023-05-12  6:01 ` pinskia at gcc dot gnu.org
2023-05-12 16:45 ` ubizjak at gmail dot com
2023-05-19  7:44 ` pinskia at gcc dot gnu.org
2023-06-02  4:53 ` pinskia at gcc dot gnu.org
2023-06-07  7:02 ` sjames at gcc dot gnu.org
2023-06-20 10:35 ` linkw at gcc dot gnu.org
2023-07-26 13:28 ` rguenth at gcc dot gnu.org
2023-07-31  7:39 ` hubicka at gcc dot gnu.org
2023-08-04 17:26 ` pinskia at gcc dot gnu.org
2023-08-15 13:03 ` hubicka at gcc dot gnu.org
2023-08-29  9:28 ` rguenth at gcc dot gnu.org
2023-10-04 11:38 ` fkastl at suse dot cz
2023-10-30 17:41 ` jamborm at gcc dot gnu.org
2023-11-15 18:12 ` jamborm at gcc dot gnu.org
2023-11-21 13:29 ` tnfchris at gcc dot gnu.org
2023-11-23  9:41 ` fkastl at suse dot cz
2023-12-15 19:54 ` pinskia at gcc dot gnu.org
2024-01-05 13:18 ` tnfchris at gcc dot gnu.org
2024-01-12 12:09 ` jamborm at gcc dot gnu.org
2024-01-12 15:36 ` tnfchris at gcc dot gnu.org
2024-01-19  3:23 ` vineetg at gcc dot gnu.org
2024-01-24 16:07 ` law at gcc dot gnu.org
2024-01-24 18:29 ` pinskia at gcc dot gnu.org
2024-02-03 22:04 ` sjames at gcc dot gnu.org
2024-02-13 10:13 ` pheeck at gcc dot gnu.org
2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
2024-02-23 14:17 ` rsandifo at gcc dot gnu.org
2024-03-08 10:08 ` xry111 at gcc dot gnu.org
2024-03-08 13:41 ` rguenth at gcc dot gnu.org
2024-03-08 14:03 ` rguenth at gcc dot gnu.org
2024-03-12 12:48 ` pheeck at gcc dot gnu.org
2024-03-19 12:15 ` rguenth at gcc dot gnu.org
2024-03-21  9:22 ` pheeck at gcc dot gnu.org
2024-03-22 12:47 ` law at gcc dot gnu.org
2024-03-28  7:04 ` rguenth at gcc dot gnu.org
2024-03-28 12:12 ` pheeck at gcc dot gnu.org
2024-04-15 13:29 ` 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).