[Bug c/20249] New: ICE in final_scan_insn, at final.c:2501

2005-02-28 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu

[Bug c/20249] ICE in final_scan_insn, at final.c:2501

2005-02-28 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-02-28 13:38 --- Created an attachment (id=8299) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8299action=view) variables.i gcc -O2 -fprofile-arcs -c variables.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/20249] ICE in final_scan_insn, at final.c:2501

2005-02-28 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-02-28 13:38 --- gcc -v Using built-in specs. Target: powerpc-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share

[Bug c/20809] New: ICE in gimplify_addr_expr, at gimplify.c:3253

2005-04-07 Thread marcus at jet dot franken dot de
:3253 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc

[Bug c/20809] ICE in gimplify_addr_expr, at gimplify.c:3253

2005-04-07 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-04-07 09:04 --- Created an attachment (id=8553) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8553action=view) xx.i testcase extracted from ncurses, compile with -O2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/20963] New: ICE tree check: expected value_handle, have addr_expr in value_exists_in_set_bitmap, at tree-ssa-pre.c:437

2005-04-12 Thread marcus at jet dot franken dot de
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org

[Bug c++/20963] ICE tree check: expected value_handle, have addr_expr in value_exists_in_set_bitmap, at tree-ssa-pre.c:437

2005-04-12 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-04-12 08:30 --- Created an attachment (id=8604) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8604action=view) xx.ii mostly minimized extract from dosbox / dos_mem.cpp, compile with: g++ -c -O2 -- http

[Bug tree-optimization/20963] [4.1 Regression] ICE tree check: expected value_handle, have addr_expr in value_exists_in_set_bitmap, at tree-ssa-pre.c:437

2005-04-12 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-04-12 15:19 --- but it failed for me on a 4.0 branch based compiler (only some patches added) (current SUSE snapshot of gcc 4.0) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20963

[Bug target/21479] optimizer removes incorrectly variable comparision in if clause

2005-05-10 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-05-10 06:31 --- see comment #1 ... you already derefenced the pointer in ppv (in the line unsigned long lv = *lvp; ) so the compiler assumes that anohter NULL ptr check is not needed. -- http

[Bug c/21985] New: miscompiled or wrong code snippet?

2005-06-09 Thread marcus at jet dot franken dot de
ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21985

[Bug c/21985] miscompiled or wrong code snippet?

2005-06-09 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-09 16:14 --- Created an attachment (id=9055) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9055action=view) xx.c gcc -c -O2 xx.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21985

[Bug c/22002] New: internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc64-suse-linux GCC host triplet: powerpc64-suse-linux GCC target triplet: powerpc64-suse-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22002

[Bug c/22002] internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-10 14:04 --- Created an attachment (id=9060) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9060action=view) legendre_poly.i gcc -O2 -funroll-loops -c legendre_poly.i -- http://gcc.gnu.org/bugzilla

[Bug c/22002] internal consistency failure with -funroll-loops

2005-06-10 Thread marcus at jet dot franken dot de
-- What|Removed |Added CC||matz at suse dot de, aj at ||suse dot de

[Bug c/22013] New: ICE in gimple_add_tmp_var, at gimplify.c:535

2005-06-11 Thread marcus at jet dot franken dot de
Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC

[Bug c/22013] ICE in gimple_add_tmp_var, at gimplify.c:535

2005-06-11 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-11 06:11 --- Created an attachment (id=9067) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9067action=view) dialog.i gcc -c -O2 dialog.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22013

[Bug c/22014] New: ICE in do_structure_copy, at tree-ssa-structalias.c:2363

2005-06-11 Thread marcus at jet dot franken dot de
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http

[Bug c/22014] ICE in do_structure_copy, at tree-ssa-structalias.c:2363

2005-06-11 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-11 07:16 --- Created an attachment (id=9068) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9068action=view) server.i gcc -c -O2 server.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22014

[Bug tree-optimization/22014] [4.1 Regression] ICE in do_structure_copy, at tree-ssa-structalias.c:2363

2005-06-17 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-17 07:01 --- this code is btw generic connect (fd, (struct sockaddr*)sockaddrinvar, sizeof(sockaddrinvar)); so it triggers in every socket client program using linux glibc. -- http://gcc.gnu.org/bugzilla

[Bug middle-end/22122] New: -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-06-19 Thread marcus at jet dot franken dot de
dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22122

[Bug middle-end/22122] -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-06-19 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-19 16:52 --- Created an attachment (id=9114) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9114action=view) thread.i gcc -O2 -ftree-vectorize thread.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22122

[Bug tree-optimization/22122] [4.1 Regression] -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-06-20 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-20 21:24 --- this still happens for me even after: 2005-06-20 Jan Hubicka [EMAIL PROTECTED] * cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag. * cfgloopmanip.c (duplicate_loop_to_header_edge

[Bug tree-optimization/22122] [4.1 Regression] -ftree-vectorize ICE get_loop_body, at cfgloop.c:819

2005-06-22 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-22 17:26 --- gcc-Version 4.1.0 20050622 (experimental) ../BIN/bin/gcc -ftree-vectorize -O2 -c ~/thread.i /home/marcus/thread.i: In function 'f': /home/marcus/thread.i:2: internal compiler error: in get_loop_body

[Bug c/26518] New: ICE tree check: expected ssa_name, have struct_field_tag in verify_ssa, at tree-ssa.c:735

2006-03-01 Thread marcus at jet dot franken dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686

[Bug c/26518] ICE tree check: expected ssa_name, have struct_field_tag in verify_ssa, at tree-ssa.c:735

2006-03-01 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-03-01 19:26 --- Created an attachment (id=10949) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10949action=view) joystick_linux.i gcc -m32 -O2 -ftree-vectorize -msse2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug c/27200] New: does not bootstrap: ICE in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-18 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux

[Bug c/27200] does not bootstrap: ICE in prune_unused_types_update_strings, at dwarf2out.c:14009

2006-04-18 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-04-18 17:35 --- this is Revision 113051. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27200

[Bug c/27462] New: ICE tree-check in c-common.c:1086

2006-05-06 Thread marcus at jet dot franken dot de
dot gnu dot org ReportedBy: marcus at jet dot franken dot de 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=27462

[Bug c/27462] ICE tree-check in c-common.c:1086

2006-05-06 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-05-06 20:55 --- Created an attachment (id=11393) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11393action=view) locale.i gcc -O2 -c locale.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27462

[Bug fastjar/28359] New: fastjar directory traversal problem

2006-07-12 Thread marcus at jet dot franken dot de
: P3 Component: fastjar AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359

[Bug fastjar/28359] fastjar directory traversal problem

2006-07-12 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-07-12 14:50 --- Created an attachment (id=11868) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11868action=view) cups.jar sample file with ../ paths inside. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359

[Bug fastjar/28359] fastjar directory traversal problem

2006-07-12 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2006-07-12 14:54 --- Created an attachment (id=11869) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11869action=view) fix.patch i would propose this patch to fix this problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug fastjar/28359] fastjar directory traversal problem

2006-07-12 Thread marcus at jet dot franken dot de
--- Comment #8 from marcus at jet dot franken dot de 2006-07-12 18:30 --- yes, this could still be fixed for release branches ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359

[Bug fastjar/28359] fastjar directory traversal problem

2006-07-17 Thread marcus at jet dot franken dot de
--- Comment #13 from marcus at jet dot franken dot de 2006-07-17 12:25 --- CVE-2006-3619 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28359

[Bug c/28673] New: static reference not optimized, leaving dangling reference

2006-08-10 Thread marcus at jet dot franken dot de
at jet dot franken dot de 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=28673

[Bug c/28673] static reference not optimized, leaving dangling reference

2006-08-10 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-08-10 07:33 --- Created an attachment (id=12051) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12051action=view) fci.i gcc -O2 -g -c fci.c ; nm fci.o should not show undefined -- http://gcc.gnu.org/bugzilla

[Bug c/25291] New: ICE in tree-check add_call_clobber_ops

2005-12-07 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux-gnu GCC

[Bug c/25291] ICE in tree-check add_call_clobber_ops

2005-12-07 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2005-12-07 08:51 --- Created an attachment (id=10432) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10432action=view) typelib.i gcc -O2 -c typelib.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25291

[Bug c/25291] ICE in tree-check add_call_clobber_ops

2005-12-07 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2005-12-07 09:31 --- 4.2 actually -- marcus at jet dot franken dot de changed: What|Removed |Added

[Bug c/18954] New: ICE with mudflap in fold_convert, at fold-const.c:1899

2004-12-13 Thread marcus at jet dot franken dot de
: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: ppc-unknown

[Bug c/18954] ICE with mudflap in fold_convert, at fold-const.c:1899

2004-12-13 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2004-12-13 12:59 --- Created an attachment (id=7728) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7728action=view) xx.i compile with: gcc -O2 -fmudflap -c xx.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18954

[Bug libfortran/19524] New: 5 times uninitialized var in libgfortran

2005-01-19 Thread marcus at jet dot franken dot de
: libfortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http

[Bug c++/19542] New: attribute(sentinel) has problems with C++ __null

2005-01-20 Thread marcus at jet dot franken dot de
) has problems with C++ __null Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de

[Bug c++/19542] attribute(sentinel) has problems with C++ __null

2005-01-20 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-01-20 09:52 --- Created an attachment (id=8003) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8003action=view) xx.cc testcse, compile with -Wall -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19542

[Bug c++/19542] attribute(sentinel) has problems with C++ __null

2005-01-20 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-01-20 13:44 --- well, i am not specifying the NULL, the code actually has NULL. However it gets defined by the gcc stdef.h file: #if defined (_STDDEF_H) || defined (__need_NULL) #undef NULL /* in case

[Bug c++/19542] attribute(sentinel) has problems with C++ __null

2005-01-20 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-01-20 15:05 --- thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19542

[Bug c/22262] New: stack_protector use creates broken assembler

2005-06-30 Thread marcus at jet dot franken dot de
at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22262

[Bug c/22262] stack_protector use creates broken assembler

2005-06-30 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-30 22:31 --- Created an attachment (id=9182) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9182action=view) xx.i gcc -O2 -fPIC -fstack-protector -S xx.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22262

[Bug c/22262] stack_protector use creates broken assembler

2005-06-30 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-30 22:31 --- Created an attachment (id=9183) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9183action=view) xx.s generated assembler on my machine -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22262

[Bug c/22262] stack_protector use creates broken assembler

2005-06-30 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-06-30 22:32 --- (of course compiled with -fPIC -O2 -fstack-protector ... in first comment) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22262

[Bug c/22275] New: bitfield layout change (regression?)

2005-07-02 Thread marcus at jet dot franken dot de
Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org http

[Bug c/22275] bitfield layout change (regression?)

2005-07-02 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-07-02 09:00 --- Created an attachment (id=9193) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9193action=view) xx.c testcase extracted from WINE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22275

[Bug c/23157] New: incorrect sharing of tree nodes regression

2005-07-31 Thread marcus at jet dot franken dot de
Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc

[Bug c/23157] incorrect sharing of tree nodes regression

2005-07-31 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-07-31 08:46 --- Created an attachment (id=9390) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9390action=view) api.i gcc -O2 -c api.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23157

[Bug c/23595] New: ICE in convert_move, at expr.c:390

2005-08-27 Thread marcus at jet dot franken dot de
Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet

[Bug c/23595] ICE in convert_move, at expr.c:390

2005-08-27 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-08-27 14:07 --- Created an attachment (id=9599) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9599action=view) dib_convert.i gcc -c -ftree-vectorize -O2 -c dib_convert.i -- http://gcc.gnu.org/bugzilla

[Bug c/23844] New: fails to detect is used uninitialized

2005-09-12 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot

[Bug c/23844] fails to detect is used uninitialized

2005-09-12 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-12 21:52 --- Created an attachment (id=9712) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9712action=view) foo.c gcc -O2 -Wall -c foo.c should print text is used uninitialized but does not. -- http

[Bug c/23929] New: segfault in expand_simple_operations, tree-ssa-loop-niter.c:637

2005-09-17 Thread marcus at jet dot franken dot de
Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet

[Bug c/23929] segfault in expand_simple_operations, tree-ssa-loop-niter.c:637

2005-09-17 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-17 19:43 --- Created an attachment (id=9749) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9749action=view) library.i gcc -O2 -c library.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23929

[Bug tree-optimization/23942] New: loop problem / testcase takes very long time to compile

2005-09-18 Thread marcus at jet dot franken dot de
/ testcase takes very long time to compile Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot

[Bug tree-optimization/23942] loop problem / testcase takes very long time to compile

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 11:08 --- Created an attachment (id=9758) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9758action=view) formulas.i gcc -c -O2 formulas.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23942

[Bug tree-optimization/23943] New: segv in side_effects_p()

2005-09-18 Thread marcus at jet dot franken dot de
: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu 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=23943

[Bug tree-optimization/23943] segv in side_effects_p()

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 11:24 --- Created an attachment (id=9759) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9759action=view) chan_agent.i gcc -c -O2 -fPIC chan_agent.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23943

[Bug c/23944] New: segv in fold_indirect_ref_1 in fold-const.c:11505

2005-09-18 Thread marcus at jet dot franken dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23944

[Bug c/23944] segv in fold_indirect_ref_1 in fold-const.c:11505

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 11:41 --- Created an attachment (id=9760) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9760action=view) constraint.i gcc -c constraint.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23944

[Bug c/23945] New: segv in is_gimple_variable() in tree-gimple.c:239

2005-09-18 Thread marcus at jet dot franken dot de
ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu 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=23945

[Bug c/23945] segv in is_gimple_variable() in tree-gimple.c:239

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 11:52 --- Created an attachment (id=9761) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9761action=view) bits.i gcc -c -O2 bits.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23945

[Bug c/23945] [4.1 Regression] segv in is_gimple_variable() in tree-gimple.c:239

2005-09-18 Thread marcus at jet dot franken dot de
-- What|Removed |Added Summary|segv in is_gimple_variable()|[4.1 Regression] segv in |in tree-gimple.c:239|is_gimple_variable() in

[Bug tree-optimization/23942] [4.1 Regression] loop problem / testcase takes very long time to compile

2005-09-18 Thread marcus at jet dot franken dot de
-- What|Removed |Added Summary|loop problem / testcase |[4.1 Regression] loop |takes very long time to |problem / testcase takes

[Bug tree-optimization/23943] [4.1 Regression] segv in side_effects_p()

2005-09-18 Thread marcus at jet dot franken dot de
-- What|Removed |Added Summary|segv in side_effects_p()|[4.1 Regression] segv in ||side_effects_p()

[Bug c/23944] [4.1 Regression] segv in fold_indirect_ref_1 in fold-const.c:11505

2005-09-18 Thread marcus at jet dot franken dot de
-- What|Removed |Added Summary|segv in fold_indirect_ref_1 |[4.1 Regression] segv in |in fold-const.c:11505 |fold_indirect_ref_1 in fold-

[Bug c++/23947] New: segv in reshape_init_r()

2005-09-18 Thread marcus at jet dot franken dot de
: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host

[Bug c++/23947] segv in reshape_init_r()

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 12:38 --- Created an attachment (id=9763) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9763action=view) ber.ii gcc -c ber.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23947

[Bug c++/23947] [4.1 Regression] segv in reshape_init_r()

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 12:41 --- compiles fine with 4.0.2 -- What|Removed |Added Summary|segv

[Bug c++/23949] New: [4.1 Regression] segv in do_structure_copy() in template nightmare

2005-09-18 Thread marcus at jet dot franken dot de
dot org ReportedBy: marcus at jet dot franken dot de CC: gcc-bugs at gcc dot gnu 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=23949

[Bug c++/23949] [4.1 Regression] segv in do_structure_copy() in template nightmare

2005-09-18 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-18 14:32 --- Created an attachment (id=9765) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9765action=view) examplewindow.ii.gz g++ -c -O2 examplewindow.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug tree-optimization/22438] [4.1 Regression] ICE SEGV in is_gimple_variable at tree-gimple.c:239

2005-09-20 Thread marcus at jet dot franken dot de
--- Additional Comments From marcus at jet dot franken dot de 2005-09-20 14:48 --- any progress here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22438

[Bug c/29885] New: compiling takes very long time during -O3 compile

2006-11-18 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux

[Bug c/29885] compiling takes very long time during -O3 compile

2006-11-18 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-11-18 10:59 --- Created an attachment (id=12640) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12640action=view) locale.i gcc -O3 -c locale.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29885

[Bug c/30177] New: ICE in ssa_operand_alloc, at tree-ssa-operands.c:365

2006-12-12 Thread marcus at jet dot franken dot de
Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de 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

[Bug c/30177] ICE in ssa_operand_alloc, at tree-ssa-operands.c:365

2006-12-12 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2006-12-12 19:38 --- Created an attachment (id=12790) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12790action=view) sysparams.i gcc -c -O2 sysparams.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30177

[Bug c/30375] New: tree-ssa-dse incorrectly removes struct initialization

2007-01-04 Thread marcus at jet dot franken dot de
: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: i686-pc-linux-gnu GCC host triplet

[Bug c/30375] tree-ssa-dse incorrectly removes struct initialization

2007-01-04 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-01-04 22:08 --- Created an attachment (id=12856) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12856action=view) encode.i.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30375

[Bug c/30375] tree-ssa-dse incorrectly removes struct initialization

2007-01-04 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2007-01-04 22:08 --- Created an attachment (id=12857) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12857action=view) encode.c.056t.dce3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30375

[Bug c/30375] tree-ssa-dse incorrectly removes struct initialization

2007-01-04 Thread marcus at jet dot franken dot de
--- Comment #3 from marcus at jet dot franken dot de 2007-01-04 22:09 --- Created an attachment (id=12858) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12858action=view) encode.c.057t.dse1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30375

[Bug c/30375] tree-ssa-dse incorrectly removes struct initialization

2007-01-04 Thread marcus at jet dot franken dot de
--- Comment #4 from marcus at jet dot franken dot de 2007-01-04 22:10 --- generated by this cmd: /home/marcus/projects/gcc/BIN/bin/gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite

[Bug c/31628] New: stdcall function is miscompiled

2007-04-18 Thread marcus at jet dot franken dot de
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: i586-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31628

[Bug c/31628] stdcall function is miscompiled

2007-04-18 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-04-18 19:44 --- Created an attachment (id=13389) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13389action=view) reg.i gcc -fPIC -O2 -m32 reg.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31628

[Bug c/31628] stdcall function is miscompiled

2007-04-18 Thread marcus at jet dot franken dot de
--- Comment #2 from marcus at jet dot franken dot de 2007-04-18 19:45 --- i bisected gcc to find the regression and it was apparently introduced by revision 123146. 2007-03-22 Richard Henderson [EMAIL PROTECTED] * config/i386/i386.c (ix86_function_regparm): Early exit for 64

[Bug c/31628] stdcall function is miscompiled

2007-04-18 Thread marcus at jet dot franken dot de
--- Comment #3 from marcus at jet dot franken dot de 2007-04-18 19:46 --- the interesting part is that the declaration is just slightly incompatible with the actual definition. If I remove the prototype the problem goes away. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31628

[Bug c/31710] New: ICE in in set_value_range, at tree-vrp.c:278

2007-04-26 Thread marcus at jet dot franken dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target

[Bug c/31710] ICE in in set_value_range, at tree-vrp.c:278

2007-04-26 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-04-26 08:46 --- Created an attachment (id=13446) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13446action=view) variant.i gcc -c -O2 variant.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31710

[Bug c/31715] New: array overflow misdetected

2007-04-26 Thread marcus at jet dot franken dot de
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu

[Bug c/31715] array overflow misdetected

2007-04-26 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-04-26 19:10 --- Created an attachment (id=13449) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13449action=view) x.i gcc -c -O2 -Wall x.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31715

[Bug c/32399] ICE in build2_stat, at tree.c:3074

2007-06-19 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-06-19 06:24 --- Created an attachment (id=13734) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13734action=view) vertexbuffer.i gcc -O2 -c vertexbuffer.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32399

[Bug c/32399] New: ICE in build2_stat, at tree.c:3074

2007-06-19 Thread marcus at jet dot franken dot de
in build2_stat, at tree.c:3074 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet

[Bug middle-end/32399] [4.3 Regression] ICE in build2_stat, at tree.c:3074

2007-06-20 Thread marcus at jet dot franken dot de
--- Comment #5 from marcus at jet dot franken dot de 2007-06-20 16:21 --- i have tested it and it works. (i have also fixed the Wine code ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32399

[Bug c/32475] New: function with asm() does not setup stack frame

2007-06-23 Thread marcus at jet dot franken dot de
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: marcus at jet dot franken dot de GCC build triplet: i686-pc-linux-gnu

[Bug c/32475] function with asm() does not setup stack frame

2007-06-23 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-06-23 21:12 --- Created an attachment (id=13769) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13769action=view) preloader.i gcc -O2 -c preloader.i (on i*86), then disassemble. -- http://gcc.gnu.org/bugzilla

  1   2   >