[Bug d/96869] __vectors unsupported in hardware should be rejected at compile-time

2020-09-02 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96869 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/96869] __vectors unsupported in hardware should be rejected at compile-time

2020-09-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96869 --- Comment #3 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:f0a3bab43fda3084eaf1bdaac58936757f30ea35 commit r11-2988-gf0a3bab43fda3084eaf1bdaac58936757f30ea35 Author: Iain Buclaw Date: Mon

[Bug d/96869] __vectors unsupported in hardware should be rejected at compile-time

2020-08-31 Thread ibuclaw at gdcproject dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96869 --- Comment #2 from Iain Buclaw --- (In reply to Andrew Pinski from comment #1) > Hmmm, so you dont want to allow generic vector types? This is unlike GNU > c/C++. Correct, the D spec has had the following entry added. > Implementation

[Bug d/96869] __vectors unsupported in hardware should be rejected at compile-time

2020-08-31 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96869 --- Comment #1 from Andrew Pinski --- Hmmm, so you dont want to allow generic vector types? This is unlike GNU c/C++.