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] | |
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-20 00:18 -------
MMX is not revelant here really as this causes an ICE on PPC also:
typedef int v2si __attribute__ ((vector_size(16)));
int test (v2si a, v2si b)
{
return (a == b);
}
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[3.3/3.4/3.5 regression] ICE|[3.3/3.4/3.5 regression] ICE
|with mmx vector comparison |with vector comparison
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14219
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |