[Bug tree-optimization/25860] [4.2 Regression] ice with -g -O2 -fPIC
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 19 19:16:00 GMT 2006
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-19 19:16 -------
Reduced testcase:
struct g
{
int i;
};
struct f
{
struct g i;
};
int GSM_RingNoteGetFullDuration(struct g)__attribute__((const));
void savewav(struct f *gg)
{
struct g *Note;
long i = 0,j,length=0;
Note = &gg->i;
for (j=0;j<GSM_RingNoteGetFullDuration(*Note);j++)
;
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dberlin at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-01-19 19:16:26
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25860
More information about the Gcc-bugs
mailing list