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/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-02 09:18:38 UTC ---
Created attachment 28322
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28322
gcc48-pr54713.patch

Updated version of the verifier.  This one doesn't pass regtest, e.g.
g++.dg/torture/vshuf*.C fail, because non-gimplified CONSTRUCTORs with non-NULL
indexes get into the IL from DECL_INITIAL during fold_stmt.


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