public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
@ 2011-11-11 14:10 evstupac at gmail dot com
  2011-11-14 22:06 ` [Bug regression/51097] " evstupac at gmail dot com
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: evstupac at gmail dot com @ 2011-11-11 14:10 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51097
           Summary: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686
                    avx build 181167 to 181177
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: evstupac@gmail.com


A lot of vectorization tests failed between 181167 and 181177 revisions.

FAIL: gcc.dg/vect/no-scevccp-outer-7.c scan-tree-dump-times vect
"vect_recog_widen_mult_pattern: detected" 1
FAIL: gcc.dg/vect/no-scevccp-vect-iv-3.c scan-tree-dump-times vect
"vect_recog_widen_sum_pattern: detected" 1
FAIL: gcc.dg/vect/no-section-anchors-vect-31.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 2
FAIL: gcc.dg/vect/no-section-anchors-vect-36.c scan-tree-dump-times vect
"Vectorizing an unaligned access" 0
FAIL: gcc.dg/vect/no-section-anchors-vect-64.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 2
FAIL: gcc.dg/vect/no-section-anchors-vect-66.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 1
FAIL: gcc.dg/vect/no-section-anchors-vect-68.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 2
FAIL: gcc.dg/vect/no-section-anchors-vect-69.c scan-tree-dump-times vect
"Alignment of access forced using peeling" 2
FAIL: gcc.dg/vect/no-vfa-vect-depend-1.c scan-tree-dump-times vect "dependence
distance negative" 1
FAIL: gcc.dg/vect/slp-reduc-6.c -flto scan-tree-dump-times vect "different
interleaving chains in one node" 1
FAIL: gcc.dg/vect/slp-reduc-6.c scan-tree-dump-times vect "different
interleaving chains in one node" 1
FAIL: gcc.dg/vect/slp-widen-mult-half.c -flto scan-tree-dump-times vect
"vect_recog_widen_mult_pattern: detected" 2
FAIL: gcc.dg/vect/slp-widen-mult-half.c scan-tree-dump-times vect
"vect_recog_widen_mult_pattern: detected" 2
FAIL: gcc.dg/vect/vect-109.c -flto scan-tree-dump-times vect "Vectorizing an
unaligned access" 3
FAIL: gcc.dg/vect/vect-109.c scan-tree-dump-times vect "Vectorizing an
unaligned access" 3
FAIL: gcc.dg/vect/vect-119.c -flto scan-tree-dump-times vect "Detected
interleaving of size 2" 1
FAIL: gcc.dg/vect/vect-119.c scan-tree-dump-times vect "Detected interleaving
of size 2" 1
FAIL: gcc.dg/vect/vect-33.c -flto scan-tree-dump-times vect "Alignment of
access forced using peeling" 1
FAIL: gcc.dg/vect/vect-33.c scan-tree-dump-times vect "Alignment of access
forced using peeling" 1
FAIL: gcc.dg/vect/vect-35.c -flto scan-tree-dump-times vect "can't determine
dependence between" 1
.....


Configured with: 
--with-arch=corei7-avx --with-cpu=corei7-avx --prefix=/usr/local
--enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld
--enable-cloog-backend=isl --with-ppl=/opt/gnu --with-cloog=/opt/gnu i686-linux
--with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc


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

* [Bug regression/51097] [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
@ 2011-11-14 22:06 ` evstupac at gmail dot com
  2011-11-14 23:18 ` ubizjak at gmail dot com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: evstupac at gmail dot com @ 2011-11-14 22:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Stupachenko Evgeny <evstupac at gmail dot com> 2011-11-14 21:59:45 UTC ---
Tests fails caused by revision 181170:


r181170 | jakub | 2011-11-08 19:29:51 +0300 (Tue, 08 Nov 2011) | 7 lines

        * config/i386/i386.c (ix86_preferred_simd_mode): Even for TARGET_AVX
        if not TARGET_PREFER_AVX128 return 32-byte integer vectors.

        * gcc.target/i386/avx-cvt-2.c: Adjust for 32-byte integer vectors
        being prefered even for -mavx.
        * gcc.target/i386/avx-cvt-3.c: New test.


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

* [Bug regression/51097] [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
  2011-11-14 22:06 ` [Bug regression/51097] " evstupac at gmail dot com
@ 2011-11-14 23:18 ` ubizjak at gmail dot com
  2011-12-05 14:13 ` rguenth at gcc dot gnu.org
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ubizjak at gmail dot com @ 2011-11-14 23:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Uros Bizjak <ubizjak at gmail dot com> 2011-11-14 22:39:57 UTC ---
These are not failures. These "FAIL"s mean that somebody has to go through
vectorizer testsuite and update scan patterns for AVX.


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

* [Bug regression/51097] [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
  2011-11-14 22:06 ` [Bug regression/51097] " evstupac at gmail dot com
  2011-11-14 23:18 ` ubizjak at gmail dot com
@ 2011-12-05 14:13 ` rguenth at gcc dot gnu.org
  2011-12-05 14:19 ` izamyatin at gmail dot com
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-05 14:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug regression/51097] [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (2 preceding siblings ...)
  2011-12-05 14:13 ` rguenth at gcc dot gnu.org
@ 2011-12-05 14:19 ` izamyatin at gmail dot com
  2011-12-06 13:59 ` [Bug testsuite/51097] " rguenth at gcc dot gnu.org
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: izamyatin at gmail dot com @ 2011-12-05 14:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Igor Zamyatin <izamyatin at gmail dot com> 2011-12-05 14:16:09 UTC ---
Hope to finish a patch this week


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

* [Bug testsuite/51097] [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (3 preceding siblings ...)
  2011-12-05 14:19 ` izamyatin at gmail dot com
@ 2011-12-06 13:59 ` rguenth at gcc dot gnu.org
  2012-03-22  8:59 ` [Bug testsuite/51097] [4.7/4.8 " rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-06 13:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
          Component|regression                  |testsuite
            Version|unknown                     |4.7.0


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

* [Bug testsuite/51097] [4.7/4.8 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (4 preceding siblings ...)
  2011-12-06 13:59 ` [Bug testsuite/51097] " rguenth at gcc dot gnu.org
@ 2012-03-22  8:59 ` rguenth at gcc dot gnu.org
  2012-06-14  8:21 ` rguenth at gcc dot gnu.org
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-22  8:59 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |4.7.1

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-22 08:26:27 UTC ---
GCC 4.7.0 is being released, adjusting target milestone.


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

* [Bug testsuite/51097] [4.7/4.8 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (5 preceding siblings ...)
  2012-03-22  8:59 ` [Bug testsuite/51097] [4.7/4.8 " rguenth at gcc dot gnu.org
@ 2012-06-14  8:21 ` rguenth at gcc dot gnu.org
  2012-09-20 10:28 ` jakub at gcc dot gnu.org
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-06-14  8:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.1                       |4.7.2

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-06-14 08:20:20 UTC ---
GCC 4.7.1 is being released, adjusting target milestone.


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

* [Bug testsuite/51097] [4.7/4.8 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (6 preceding siblings ...)
  2012-06-14  8:21 ` rguenth at gcc dot gnu.org
@ 2012-09-20 10:28 ` jakub at gcc dot gnu.org
  2013-04-11  7:59 ` [Bug testsuite/51097] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-09-20 10:28 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-20 10:14:59 UTC ---
GCC 4.7.2 has been released.


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

* [Bug testsuite/51097] [4.7/4.8/4.9 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (7 preceding siblings ...)
  2012-09-20 10:28 ` jakub at gcc dot gnu.org
@ 2013-04-11  7:59 ` rguenth at gcc dot gnu.org
  2014-06-12 13:42 ` [Bug testsuite/51097] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-04-11  7:59 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

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


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

* [Bug testsuite/51097] [4.7/4.8/4.9/4.10 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (8 preceding siblings ...)
  2013-04-11  7:59 ` [Bug testsuite/51097] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
@ 2014-06-12 13:42 ` rguenth at gcc dot gnu.org
  2014-12-19 13:35 ` [Bug testsuite/51097] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:42 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
The 4.7 branch is being closed, moving target milestone to 4.8.4.


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

* [Bug testsuite/51097] [4.8/4.9/5 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (9 preceding siblings ...)
  2014-06-12 13:42 ` [Bug testsuite/51097] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-12-19 13:35 ` jakub at gcc dot gnu.org
  2015-06-23  8:16 ` [Bug testsuite/51097] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug testsuite/51097] [4.8/4.9/5/6 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (10 preceding siblings ...)
  2014-12-19 13:35 ` [Bug testsuite/51097] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:16 ` rguenth at gcc dot gnu.org
  2015-06-26 20:06 ` [Bug testsuite/51097] [4.9/5/6 " jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug testsuite/51097] [4.9/5/6 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (11 preceding siblings ...)
  2015-06-23  8:16 ` [Bug testsuite/51097] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:06 ` jakub at gcc dot gnu.org
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug testsuite/51097] [4.9/5/6 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (12 preceding siblings ...)
  2015-06-26 20:06 ` [Bug testsuite/51097] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:34 ` jakub at gcc dot gnu.org
  2021-05-14  9:46 ` [Bug testsuite/51097] [9/10/11/12 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

* [Bug testsuite/51097] [9/10/11/12 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (13 preceding siblings ...)
  2015-06-26 20:34 ` jakub at gcc dot gnu.org
@ 2021-05-14  9:46 ` jakub at gcc dot gnu.org
  2021-06-01  8:05 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:46 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #16 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug testsuite/51097] [9/10/11/12 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (14 preceding siblings ...)
  2021-05-14  9:46 ` [Bug testsuite/51097] [9/10/11/12 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 " jakub at gcc dot gnu.org
@ 2021-06-01  8:05 ` rguenth at gcc dot gnu.org
  2022-05-27  9:34 ` [Bug testsuite/51097] [10/11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug testsuite/51097] [10/11/12/13 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (15 preceding siblings ...)
  2021-06-01  8:05 ` rguenth at gcc dot gnu.org
@ 2022-05-27  9:34 ` rguenth at gcc dot gnu.org
  2022-06-28 10:30 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug testsuite/51097] [11/12/13/14 " rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  9:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |10.4

--- Comment #18 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9 branch is being closed

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

* [Bug testsuite/51097] [10/11/12/13 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (16 preceding siblings ...)
  2022-05-27  9:34 ` [Bug testsuite/51097] [10/11/12/13 " rguenth at gcc dot gnu.org
@ 2022-06-28 10:30 ` jakub at gcc dot gnu.org
  2023-07-07 10:29 ` [Bug testsuite/51097] [11/12/13/14 " rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-06-28 10:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.4                        |10.5

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 10.4 is being released, retargeting bugs to GCC 10.5.

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

* [Bug testsuite/51097] [11/12/13/14 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 to 181177
  2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
                   ` (17 preceding siblings ...)
  2022-06-28 10:30 ` jakub at gcc dot gnu.org
@ 2023-07-07 10:29 ` rguenth at gcc dot gnu.org
  18 siblings, 0 replies; 20+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-07 10:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|10.5                        |11.5

--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 10 branch is being closed.

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

end of thread, other threads:[~2023-07-07 10:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11 14:10 [Bug regression/51097] New: [4.7 Regression] a lot of "FAIL: gcc.dg/vect" on i686 avx build 181167 to 181177 evstupac at gmail dot com
2011-11-14 22:06 ` [Bug regression/51097] " evstupac at gmail dot com
2011-11-14 23:18 ` ubizjak at gmail dot com
2011-12-05 14:13 ` rguenth at gcc dot gnu.org
2011-12-05 14:19 ` izamyatin at gmail dot com
2011-12-06 13:59 ` [Bug testsuite/51097] " rguenth at gcc dot gnu.org
2012-03-22  8:59 ` [Bug testsuite/51097] [4.7/4.8 " rguenth at gcc dot gnu.org
2012-06-14  8:21 ` rguenth at gcc dot gnu.org
2012-09-20 10:28 ` jakub at gcc dot gnu.org
2013-04-11  7:59 ` [Bug testsuite/51097] [4.7/4.8/4.9 " rguenth at gcc dot gnu.org
2014-06-12 13:42 ` [Bug testsuite/51097] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-12-19 13:35 ` [Bug testsuite/51097] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:16 ` [Bug testsuite/51097] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:06 ` [Bug testsuite/51097] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:34 ` jakub at gcc dot gnu.org
2021-05-14  9:46 ` [Bug testsuite/51097] [9/10/11/12 Regression] a lot of "FAIL: gcc.dg/vect" on i688/9/10/11/12 avx build 181168/9/10/11/12 " jakub at gcc dot gnu.org
2021-06-01  8:05 ` rguenth at gcc dot gnu.org
2022-05-27  9:34 ` [Bug testsuite/51097] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:30 ` jakub at gcc dot gnu.org
2023-07-07 10:29 ` [Bug testsuite/51097] [11/12/13/14 " 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).