[Bug c++/46903] New: [C++0x] ICE unexpected expression of kind template_id_expr

2010-12-12 Thread rubidium at openttd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46903 Summary: [C++0x] ICE unexpected expression of kind template_id_expr Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/44108] New: [4.6 Regression] -Wunused-but-set-variable does not consider array sizing use of a const variable

2010-05-13 Thread rubidium at openttd dot org
sizing use of a const variable Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build

[Bug c++/44108] [4.6 Regression] -Wunused-but-set-variable does not consider array sizing use of a const variable

2010-05-13 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2010-05-13 11:04 --- Created an attachment (id=20655) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20655action=view) Simple testcase Compile with g++ -Wunused-but-set-variable testcase.cpp -- http://gcc.gnu.org/bugzilla

[Bug lto/41602] New: undefined references when linking with -flto

2009-10-06 Thread rubidium at openttd dot org
: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http

[Bug lto/41602] undefined references when linking with -flto

2009-10-06 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2009-10-06 13:45 --- Created an attachment (id=18721) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18721action=view) The testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41602

[Bug c++/41275] New: [4.5] ICE: expand_expr_real_1, at expr.c:8416

2009-09-05 Thread rubidium at openttd dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu

[Bug c++/41275] [4.5] ICE: expand_expr_real_1, at expr.c:8416

2009-09-05 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2009-09-05 13:42 --- Created an attachment (id=18506) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18506action=view) The .ii file of save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41275

[Bug middle-end/41120] New: ICE segmentation fault (reading garbage collected data)

2009-08-19 Thread rubidium at openttd dot org
: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41120

[Bug middle-end/41120] ICE segmentation fault (reading garbage collected data)

2009-08-19 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2009-08-19 14:30 --- Created an attachment (id=18402) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18402action=view) save-temps data -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41120

[Bug middle-end/38509] Bogus attempt to free a non-heap object warning

2009-07-25 Thread rubidium at openttd dot org
--- Comment #2 from rubidium at openttd dot org 2009-07-25 23:28 --- Is there a way to disable this warning? I've searched the manual and gcc -v --help for 'heap' and 'free'. Neither keyword showed any promising compiler flags. I've also looked in the code, but I cannot find

[Bug lto/39003] internal compiler error: in output_parm_decl, at lto-function-out.c:2652

2009-07-08 Thread rubidium at openttd dot org
--- Comment #3 from rubidium at openttd dot org 2009-07-08 09:12 --- I cannot reproduce this error anymore in gcc-lto (lto merged with rev 149291) 4.5.0 20090706 (experimental) revision 149340. However... I don't have the setup I've ran the previous test on, as such I have build

[Bug lto/40681] New: [ICE] expand_expr_real_1, at expr.c:7382

2009-07-08 Thread rubidium at openttd dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet

[Bug lto/40681] [ICE] expand_expr_real_1, at expr.c:7382

2009-07-08 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2009-07-08 10:42 --- Created an attachment (id=18156) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18156action=view) The .ii file of save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40681

[Bug c++/39003] New: internal compiler error: in output_parm_decl, at lto-function-out.c:2652

2009-01-28 Thread rubidium at openttd dot org
: gcc Version: lto Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686

[Bug c++/39003] internal compiler error: in output_parm_decl, at lto-function-out.c:2652

2009-01-28 Thread rubidium at openttd dot org
--- Comment #1 from rubidium at openttd dot org 2009-01-28 14:42 --- Created an attachment (id=17199) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17199action=view) result of gcc -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39003

[Bug c++/38509] New: Bogus attempt to free a non-heap object warning

2008-12-12 Thread rubidium at openttd dot org
Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rubidium at openttd dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http