https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356
--- Comment #1 from comer352l at googlemail dot com ---
Created attachment 55866
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55866&action=edit
cpp file
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: comer352l at googlemail dot com
Target Milestone: ---
Created attachment 55865
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55865&action=edit
header file
Source files a
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: comer352l at googlemail dot com
Target Milestone: ---
static int array[10] = { array[3]=5, array[7]=3, };
int main ()
{
return 0;
}
=> leads to the follow
--- Comment #18 from comer352l at googlemail dot com 2010-04-09 15:35
---
(In reply to comment #17)
> In the meantime I managed to test on a windows machine with a recent version
> (4.4.0) and the size increase doesn't occur there (but compilation is
> extremely
> s
--- Comment #17 from comer352l at googlemail dot com 2010-02-22 15:09
---
Great, thank you Steven !
Will this patch also improve compilation time ? It currently needs about 45
seconds with 4.4.3 on a Athlon64X2-5000+ (even with -fnogcse).
In the meantime I managed to test on a windows
--- Comment #1 from comer352l at googlemail dot com 2009-02-02 16:22
---
Created an attachment (id=17229)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17229&action=view)
Preprocessed file (created with gcc4.3.2)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39077
se
(~20 times !)
Product: gcc
Version: 4.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: comer352l at googlemail dot