[Bug c/35210] New: gcc incorrectly allows calling function returning "const void"

2008-02-15 Thread eli dot friedman at gmail dot com
D Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: eli dot friedman at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35210

[Bug c/35210] gcc incorrectly allows calling function returning "const void"

2008-02-15 Thread eli dot friedman at gmail dot com
--- Comment #2 from eli dot friedman at gmail dot com 2008-02-15 18:01 --- Yes, but "const void" is still a distinct type from "void". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35210

[Bug c/44848] New: Bogus "array subscript is below array bounds" with loops

2010-07-06 Thread eli dot friedman at gmail dot com
dTo: unassigned at gcc dot gnu dot org ReportedBy: eli dot friedman at gmail dot com GCC host triplet: x86-64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44848

[Bug c/44848] Bogus "array subscript is below array bounds" with loops

2010-07-07 Thread eli dot friedman at gmail dot com
--- Comment #2 from eli dot friedman at gmail dot com 2010-07-08 03:08 --- I'm afraid I mis-reduced the issue; try the following (which reproduces on both trunk r161941 and 4.5.0): typedef struct LLSModel{ double variance[32]; int indep_count; }LLSModel; void av_solv