This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/50746] [4.7 Regression] FAIL: gcc.dg/vect/pr37482.c (internal compiler error) on powerpc-apple-darwin9


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

Ira Rosen <irar at il dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-16
                 CC|                            |irar at il dot ibm.com
     Ever Confirmed|0                           |1

--- Comment #1 from Ira Rosen <irar at il dot ibm.com> 2011-10-16 14:51:58 UTC ---
I see these failures on powerpc64-suse-linux.

pr37482.c seems to fail during expand of VEC_PERM_EXPR.

The accesses in vect-114.c are aligned, so it probably doesn't need
vect_hw_misalign (it was me who added it there
http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01521.html, but it seems to be
incorrect).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]