Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
June 09, 2013 [Issue 10312] New: compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10312 Summary: compiler assert failure with ctfe on simd vector type Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: kniteli@gmail.com --- Comment #0 from Roderick Gibson <kniteli@gmail.com> 2013-06-08 18:30:38 PDT --- I get a compiler assert failing when trying to compile the follow minimal case: import core.simd; void main() { auto arr = si; } const float4 si = [1f, 1f, 1f, 1f]; This compiles fine: import core.simd; void main() { auto arr = si; } float4 si = [1f, 1f, 1f, 1f]; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 09, 2013 [Issue 10312] compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roderick Gibson | http://d.puremagic.com/issues/show_bug.cgi?id=10312 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull CC| |henning@still-hidden.de --- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-06-09 09:07:34 PDT --- https://github.com/D-Programming-Language/dmd/pull/2153 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 22, 2013 [Issue 10312] compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roderick Gibson | http://d.puremagic.com/issues/show_bug.cgi?id=10312 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bearophile_hugs@eml.cc --- Comment #2 from Henning Pohl <henning@still-hidden.de> 2013-06-22 09:25:09 PDT --- *** Issue 10443 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 29, 2013 [Issue 10312] compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roderick Gibson | http://d.puremagic.com/issues/show_bug.cgi?id=10312 --- Comment #3 from Henning Pohl <henning@still-hidden.de> 2013-06-29 06:40:30 PDT --- *** Issue 10473 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 29, 2013 [Issue 10312] compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roderick Gibson | http://d.puremagic.com/issues/show_bug.cgi?id=10312 --- Comment #4 from Henning Pohl <henning@still-hidden.de> 2013-06-29 06:41:50 PDT --- I still don't know why the auto tester fails on Linux_64_64 only. I will look into that. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 03, 2013 [Issue 10312] compiler assert failure with ctfe on simd vector type | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roderick Gibson | http://d.puremagic.com/issues/show_bug.cgi?id=10312 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Marco.Leise@gmx.de --- Comment #5 from Henning Pohl <henning@still-hidden.de> 2013-07-02 19:08:49 PDT --- *** Issue 10518 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation