[Issue 12429] SIMD vector type errors are too eager

2016-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12429 yebblies changed: What|Removed |Added Resolution|WONTFIX |DUPLICATE --- Comment #6

[Issue 12429] SIMD vector type errors are too eager

2016-11-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12429 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12429] SIMD vector type errors are too eager

2016-11-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12429 Walter Bright changed: What|Removed |Added Keywords||SIMD

[Issue 12429] SIMD vector type errors are too eager

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12429 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 12429] SIMD vector type errors are too eager

2014-04-12 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12429 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment

[Issue 12429] SIMD vector type errors are too eager

2014-04-09 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12429 --- Comment #1 from Don clugd...@yahoo.com.au --- I think you meant is(typeof(MakeVecType!(BaseT, 8))) is() on its own doesn't suppress error messages. --

[Issue 12429] SIMD vector type errors are too eager

2014-04-09 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12429 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 12429] SIMD vector type errors are too eager

2014-04-09 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12429 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com --- The error is emitted from the glue layer, so as I understand it is impossible to catch using is(). --