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/51482] [4.7 Regression] ice: invalid types in conversion to floating point


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-09 11:23:04 UTC ---
Author: rguenth
Date: Fri Dec  9 11:22:59 2011
New Revision: 182156

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182156
Log:
2011-12-09  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/51482
    * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size):
    Make sure to only create REAL_TYPE and INTEGER_TYPE component
    vectors.

    * g++.dg/torture/pr51482.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr51482.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-stmts.c


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