Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
June 23, 2013 [Issue 10450] New: [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10450 Summary: [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2013-06-23 05:29:57 PDT --- import core.simd; struct Foo { float4 a; } void main() {} compiling with "-g" gives, dmd 2.064alpha: Internal error: backend\cgcv.c 2162 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 24, 2013 [Issue 10450] [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10450 --- Comment #1 from bearophile_hugs@eml.cc 2013-06-24 04:21:31 PDT --- A simpler test case (still compiled with -g): import core.simd; int4 a; void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 27, 2013 [Issue 10450] [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10450 Benjamin Thaut <code@benjamin-thaut.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Benjamin Thaut <code@benjamin-thaut.de> 2013-06-26 22:09:53 PDT --- *** This issue has been marked as a duplicate of issue 10244 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 27, 2013 [Issue 10450] [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10450 bearophile_hugs@eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | --- Comment #3 from bearophile_hugs@eml.cc 2013-06-27 04:29:46 PDT --- Reopened because I see no proof that issue 10244 is the same error. This issue gives: Internal error: backend\cgcv.c 2162 Issue 10244 gives: Assertion failure: 'td' on line 8375 in file 'expression.c' And the source that causes the error looks very different. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 27, 2013 [Issue 10450] [ICE](cgcv.c 2162) With a struct of float4 with symbolic debug info | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=10450 Benjamin Thaut <code@benjamin-thaut.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Benjamin Thaut <code@benjamin-thaut.de> 2013-06-27 09:25:51 PDT --- *** This issue has been marked as a duplicate of issue 10224 *** -- 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