[Bug 283] New: Wrong code with -O, possible cleanup_point_expr bug

2018-01-24 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=283 Bug ID: 283 Summary: Wrong code with -O, possible cleanup_point_expr bug Product: GDC Version: development Hardware: All OS: All Status: NEW Severity: no

[Bug 283] Wrong code with -O, possible cleanup_point_expr bug

2018-01-24 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=283 --- Comment #2 from Iain Buclaw --- The above reduced test fails when compiled with: 'gdc -frelease -O' It runs just fine when compiling with: 'gdc -frelease' An earlier, more complex version of this test passed when built with -O2, but failed

[Bug 283] Wrong code with -O, possible cleanup_point_expr bug

2018-01-24 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=283 Iain Buclaw changed: What|Removed |Added Severity|normal |critical Priority|Normal