--- Comment #3 from chexum at gmail dot com 2010-06-15 16:31 ---
/* minimal source showing (hopefully) the same ICE */
typedef struct { float *ewgts; } vtx_data;
extern int whatever(vtx_data *);
float *compute_apsp_artifical_weights_packed (vtx_data * graph, int n)
{
float *weights
--- Comment #2 from chexum at gmail dot com 2010-06-15 16:26 ---
Created an attachment (id=20919)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20919&action=view)
Original compilation log with -v
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44546
--- Comment #1 from chexum at gmail dot com 2010-06-15 16:26 ---
Created an attachment (id=20918)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20918&action=view)
Original preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44546
at recog.c:2103
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: 4.5 ICE with -ffast-math -Os (compiling graphviz)
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: chexum at gmail dot com
GCC build triplet: i586-pc-linux-gnu
GCC host triplet: i586-pc-linux-gnu
GCC target triplet: i586-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44546