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 target/82848] [8 Regression] ICE in expand_expr_real_2, at expr.c:8715


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 42692
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42692&action=edit
gcc8-pr82848.patch

Untested fix.  I think it is better to just punt on all the ones and get
diagnostics.  Technically, the problem is mostly in stuff that
tree-vect-generic.c doesn't handle (FMA_EXPR, widening stuff, etc.), but I
think it is just wrong to error on something with -mno-fold-gimple and not with
-mfold-gimple.

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