http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55857
--- Comment #5 from Richard Biener 2013-01-03
15:57:25 UTC ---
Author: rguenth
Date: Thu Jan 3 15:57:15 2013
New Revision: 194856
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194856
Log:
2013-01-03 Richard Biener
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55857
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55857
--- Comment #3 from Richard Biener 2013-01-03
12:34:39 UTC ---
Author: rguenth
Date: Thu Jan 3 12:34:34 2013
New Revision: 194850
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194850
Log:
2013-01-03 Richard Biener
P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55857
--- Comment #2 from Richard Biener 2013-01-03
10:50:26 UTC ---
One that reproduces the checking failure:
void foo (int *data, unsigned len, const int qlp_coeff[],
unsigned order, int lp, int residual[])
{
int i;
int sum
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55857
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Keywords|