--- Comment #10 from jakub at gcc dot gnu dot org 2010-01-13 10:07 ---
Fixed.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #9 from jakub at gcc dot gnu dot org 2010-01-12 09:47 ---
Subject: Bug 42662
Author: jakub
Date: Tue Jan 12 09:47:07 2010
New Revision: 155832
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155832
Log:
PR debug/42662
* simplify-rtx.c (simplify_relatio
--- Comment #8 from jakub at gcc dot gnu dot org 2010-01-12 09:45 ---
Subject: Bug 42662
Author: jakub
Date: Tue Jan 12 09:45:19 2010
New Revision: 155831
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155831
Log:
PR debug/42662
* simplify-rtx.c (simplify_relatio
--- Comment #7 from jzhang918 at gmail dot com 2010-01-11 10:11 ---
Sorry, I should have checked my patch with the test code you posted before I
added that comment. My patch does not fix this one.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42662
--- Comment #6 from jakub at gcc dot gnu dot org 2010-01-11 09:46 ---
Created an attachment (id=19537)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19537&action=view)
gcc45-pr42662.patch
Fix.
Regarding the above mentioned patch, it looks like a big hammer, which will
create a lo
--- Comment #5 from jzhang918 at gmail dot com 2010-01-11 09:36 ---
I just submitted a patch several days ago:
http://gcc.gnu.org/ml/gcc-patches/2010-01/msg00130.html
I think it might be able to fix this bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42662
--- Comment #4 from jakub at gcc dot gnu dot org 2010-01-11 09:25 ---
Testing a patch.
--
jakub at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|una
--- Comment #3 from hjl dot tools at gmail dot com 2010-01-09 20:35 ---
It is caused by revision 153037:
http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg00690.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
--- Comment #2 from jakub at gcc dot gnu dot org 2010-01-09 17:25 ---
Smaller testcase that ICEs at -g -O2:
struct S { unsigned long s[17]; };
static inline void
foo (struct S *r, struct S *a, unsigned n)
{
unsigned b = n / 8;
r->s[0] = (b >= 1 ? : a->s[1 - b]);
}
static inline voi
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Component|c |debug
Keywords||ice-on-valid-co
10 matches
Mail list logo