[Issue 8536] OPTLINK crash with large fixed-size array

2017-01-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8536 Walter Bright changed: What|Removed |Added Keywords||Optlink --

[Issue 8536] OPTLINK crash with large fixed-size array

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8536 Andrei Alexandrescu changed: What|Removed |Added Component|Optlink |tools --

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 --- Comment #7 from bearophile_h...@eml.cc 2012-08-11 05:58:53 PDT --- (In reply to comment #4) > Your test is incorrectly written. > > Use one array, not an array of arrays, and use a macro to compute the r*row+c > index. Using your suggestio

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 --- Comment #6 from bearophile_h...@eml.cc 2012-08-11 05:50:58 PDT --- Created an attachment (id=1139) Version 4 of the C program -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 --- Comment #4 from Walter Bright 2012-08-10 20:51:43 PDT --- Your test is incorrectly written. Use one array, not an array of arrays, and use a macro to compute the r*row+c index. -- Configure issuemail: http://d.puremagic.com/issues/userp

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 --- Comment #3 from bearophile_h...@eml.cc 2012-08-10 19:49:18 PDT --- (In reply to comment #1) > This is a well known Optlink bug, though I don't have the bugzilla number > handy. OK. > You're wrong about it impeding optimizations compared w

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 --- Comment #2 from bearophile_h...@eml.cc 2012-08-10 19:43:48 PDT --- Created an attachment (id=1138) Three C programs that show one effect of static 2D arrays -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8536] OPTLINK crash with large fixed-size array

2012-08-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8536 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #