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/48098] [4.6 Regression] internal compiler error: in build_vector_from_val, at tree.c:1380


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
   Target Milestone|4.6.0                       |---

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-14 09:38:12 UTC ---
Though, apparently make_vector_type intentionally uses TYPE_MAIN_VARIANT of
innertype as VECTOR_TYPE's type, and puts the quals on the vector type itself.

Richard, what do you prefer?


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