--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 41961
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #4 from hjl at gcc dot gnu dot org 2009-11-30 01:12 ---
Subject: Bug 41961
Author: hjl
Date: Mon Nov 30 01:11:50 2009
New Revision: 154748
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154748
Log:
2009-11-29 H.J. Lu
PR tree-optimization/41961
* g
--- Comment #3 from reichelt at gcc dot gnu dot org 2009-11-29 23:04
---
Reduced testcase:
=
struct A
{
char c[17];
void foo();
};
void A::foo()
{
for (int i = 0; i < 17; ++i)
c[i] = 0;
}
=
The bug is fixed in
--- Comment #1 from alexey dot salmin at gmail dot com 2009-11-06 04:38
---
> Hello! I've encountered internal compiler error which affects
> the whole 4.3 branch (source from vlc):
I mean I've encountered it trying to compile vlc's source, source of gcc was
taken from gcc.gnu.org/svn :