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

2008-12-12 Thread rubidium at openttd dot org
l/lib/gcc/i686-pc-linux-gnu/4.4.0/crtend.o /usr/lib/crtn.o Note: this is a self-compiled binary of SVN revision 142654. */ -- Summary: Bogus "attempt to free a non-heap object" warning Product: gcc Version: 4.4.0 Status: UNCONFIRMED

[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
.0/cc1plus -fpreprocessed ai_scanner.ii -quiet -dumpbase ai_scanner.cpp -mtune=generic -march=pentium-m -auxbase-strip ai/ai_scanner.o -O2 -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -Wno-uninitialized -W -Wno-unused-parameter -Wformat=2 -Wredundant-decls -version -f

[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=17199&action=view) result of gcc -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39003

[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 hav

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

2009-07-08 Thread rubidium at openttd dot org
GNU C++ (lto merged with rev 149291) version 4.5.0 20090706 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.5.0 20090706 (experimental), GMP version 4.3.1, MPFR version 2.4.1-p2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU C++ (lto merged with rev 14

[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=18156&action=view) The .ii file of save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40681

[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

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

2009-08-19 Thread rubidium at openttd dot org
(GCC) version 4.5.0 20090819 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.5.0 20090818 (experimental), GMP version 4.3.1, MPFR version 2.4.1-p2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler executable checksum: 8c0ab930274bdc39490cd94e5cc4d1b8

[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=18402&action=view) save-temps data -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41120

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

2009-09-05 Thread rubidium at openttd dot org
th -Wno-uninitialized -W -Wno-unused-parameter -Wformat=2 -Wredundant-decls -Wcast-qual -version -fomit-frame-pointer -fno-strict-aliasing -fno-strict-overflow -o misc_gui.s GNU C++ (GCC) version 4.5.0 20090905 (experimental) (x86_64-unknown-linux-gnu) compiled by GNU C version 4.5.0 20090

[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=18506&action=view) The .ii file of save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41275

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

2009-10-06 Thread rubidium at openttd dot org
ormal 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://gcc.gnu.org/bug

[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=18721&action=view) The testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41602

[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 Componen

[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=20655&action=view) Simple testcase Compile with g++ -Wunused-but-set-variable testcase.cpp -- http://gcc.gnu.org/b