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/23668] [4.1 Regression] gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail


------- Additional Comments From geoffk at gcc dot gnu dot org  2005-09-01 18:58 -------
... but why didn't it happen before?  The problem seems to be that ix86_expand_vector_init_one_var is 
creating an all-zero vector that isn't the same as CONST0_RTX, which is wrong, but the previous code did 
the same thing and didn't get this problem.

-- 


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


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