This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22085] New: [4.1 Regression] error with
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2005 23:08:06 -0000
- Subject: [Bug target/22085] New: [4.1 Regression] error with
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Try the following code with -maltivec -fpreprocessed:
int foo(__attribute__((altivec(vector__))) float x, __attribute__((altivec(vector__))) float y) {
if (__builtin_vec_vcmpeq_p (2, (x), (y))) return 3245;
else return 12;
}
--
Summary: [4.1 Regression] error with
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22085