This is the mail archive of the gcc-patches@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]

[committed] Fix abort in contains_128bit_aligned_vector_p in i386.c


The problem, here is when Nathan changed the code in contains_128bit_aligned_vector_p
to use a switch, he missed a break in the switch. From what I hear it looks
like it causes an ICE compiling several struct-layout-1 tests with -msse.


I committed this as obvious after looking a code before and after
Nathan committed the code.

Thanks,
Andrew Pinski

ChangeLog:
	* config/i386/i386.c (contains_128bit_aligned_vector_p): Add break
	in the ARRAY_TYPE case.


Attachment: t.diff.txt
Description: Text document


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