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
--- 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
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
--- 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