public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd
@ 2012-10-01 22:21 kargl at gcc dot gnu.org
  2012-10-01 22:24 ` [Bug middle-end/54772] " kargl at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kargl at gcc dot gnu.org @ 2012-10-01 22:21 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54772
           Summary: vectorization broken in gfortran on x86_64-*-freebsd
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: kargl@gcc.gnu.org


% gmake check-gfortran RUNTESTFLAGS=vect.exp=\*.f\*

                === gfortran Summary ===

# of expected passes            9
# of unexpected failures        60
# of unsupported tests          1
/usr/home/sgk/gcc/obj4x/gcc/testsuite/gfortran/../../gfortran  version 4.8.0
20121001 (experimental) (GCC) 


Log file is attached.


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

* [Bug middle-end/54772] vectorization broken in gfortran on x86_64-*-freebsd
  2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
@ 2012-10-01 22:24 ` kargl at gcc dot gnu.org
  2012-10-02  9:53 ` [Bug testsuite/54772] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kargl at gcc dot gnu.org @ 2012-10-01 22:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from kargl at gcc dot gnu.org 2012-10-01 22:24:03 UTC ---
Created attachment 28319
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28319
gzipped testsuite build log


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

* [Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd
  2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
  2012-10-01 22:24 ` [Bug middle-end/54772] " kargl at gcc dot gnu.org
@ 2012-10-02  9:53 ` rguenth at gcc dot gnu.org
  2012-10-02 17:19 ` singhai at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-10-02  9:53 UTC (permalink / raw)
  To: gcc-bugs


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |singhai at gcc dot gnu.org
          Component|middle-end                  |testsuite

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-10-02 09:53:19 UTC ---
Testsuite issue after dumping re-org.

Sharad - please close this bug if you think it is fixed by your patch.


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

* [Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd
  2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
  2012-10-01 22:24 ` [Bug middle-end/54772] " kargl at gcc dot gnu.org
  2012-10-02  9:53 ` [Bug testsuite/54772] " rguenth at gcc dot gnu.org
@ 2012-10-02 17:19 ` singhai at gcc dot gnu.org
  2012-10-02 17:26 ` singhai at gcc dot gnu.org
  2012-10-02 18:48 ` sgk at troutmask dot apl.washington.edu
  4 siblings, 0 replies; 6+ messages in thread
From: singhai at gcc dot gnu.org @ 2012-10-02 17:19 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Sharad Singhai <singhai at gcc dot gnu.org> 2012-10-02 17:19:14 UTC ---
Author: singhai
Date: Tue Oct  2 17:19:09 2012
New Revision: 191991

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191991
Log:
2012-10-02  Sharad Singhai  <singhai@google.com>

    PR testsuite/54772
    * tree-vect-stmts.c (vectorizable_operation): Add missing return.

testsuite/ChangeLog
2012-10-02  Sharad Singhai  <singhai@google.com>

    PR testsuite/54772
    * gfortran.dg/vect/vect.exp: Change verbose vectorizor dump options
    to fix test failures caused by r191883.
    * gcc.dg/tree-ssa/gen-vect-11.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-2.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-32.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-25.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-11a.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-26.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-11b.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-11c.c: Likewise.
    * gcc.dg/tree-ssa/gen-vect-28.c: Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11b.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11c.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c
    trunk/gcc/testsuite/gfortran.dg/vect/vect.exp
    trunk/gcc/tree-vect-stmts.c


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

* [Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd
  2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-10-02 17:19 ` singhai at gcc dot gnu.org
@ 2012-10-02 17:26 ` singhai at gcc dot gnu.org
  2012-10-02 18:48 ` sgk at troutmask dot apl.washington.edu
  4 siblings, 0 replies; 6+ messages in thread
From: singhai at gcc dot gnu.org @ 2012-10-02 17:26 UTC (permalink / raw)
  To: gcc-bugs


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

Sharad Singhai <singhai at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|unassigned at gcc dot       |singhai at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #4 from Sharad Singhai <singhai at gcc dot gnu.org> 2012-10-02 17:25:46 UTC ---
Should be fixed with r191991.


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

* [Bug testsuite/54772] vectorization broken in gfortran on x86_64-*-freebsd
  2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-10-02 17:26 ` singhai at gcc dot gnu.org
@ 2012-10-02 18:48 ` sgk at troutmask dot apl.washington.edu
  4 siblings, 0 replies; 6+ messages in thread
From: sgk at troutmask dot apl.washington.edu @ 2012-10-02 18:48 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #5 from Steve Kargl <sgk at troutmask dot apl.washington.edu> 2012-10-02 18:48:12 UTC ---
On Tue, Oct 02, 2012 at 05:25:46PM +0000, singhai at gcc dot gnu.org wrote:
> 
> --- Comment #4 from Sharad Singhai <singhai at gcc dot gnu.org> 2012-10-02 17:25:46 UTC ---
> Should be fixed with r191991.
> 

Just tested an up-to-date tree.  The problem is fixed.
Thanks.


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

end of thread, other threads:[~2012-10-02 18:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-01 22:21 [Bug middle-end/54772] New: vectorization broken in gfortran on x86_64-*-freebsd kargl at gcc dot gnu.org
2012-10-01 22:24 ` [Bug middle-end/54772] " kargl at gcc dot gnu.org
2012-10-02  9:53 ` [Bug testsuite/54772] " rguenth at gcc dot gnu.org
2012-10-02 17:19 ` singhai at gcc dot gnu.org
2012-10-02 17:26 ` singhai at gcc dot gnu.org
2012-10-02 18:48 ` sgk at troutmask dot apl.washington.edu

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