[Bug middle-end/36990] ICE when gcc (4.4.0-20080731) uses -fipa-cp with -O

2008-08-06 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #1 from tsarkov at cs dot man dot ac dot uk 2008-08-06 13:49 --- I saw the same problem in C++ with a simple program #include iostream void f ( std::ostream o ) { o std::endl; } This happens both on i686-pc-linux-gnu and i386-apple-darwin9.4.0. -- tsarkov at cs dot

[Bug other/2678] gcc/g++ should stick compilation options into the .o file

2008-01-16 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #21 from tsarkov at cs dot man dot ac dot uk 2008-01-16 17:19 --- (In reply to comment #20) Changing to NEW based on http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00858.html Shouldn't the PR be closed now, after committing the patch from http://gcc.gnu.org/ml/gcc

[Bug c++/13717] duplicated parameter name not caught ?

2008-01-16 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #8 from tsarkov at cs dot man dot ac dot uk 2008-01-16 17:39 --- This is fixed in current mainline GCC (as per http://gcc.gnu.org/gcc-4.3/porting_to.html). -- tsarkov at cs dot man dot ac dot uk changed: What|Removed |Added

[Bug c++/34408] New: Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread tsarkov at cs dot man dot ac dot uk
ReportedBy: tsarkov at cs dot man dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34408

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #1 from tsarkov at cs dot man dot ac dot uk 2007-12-09 16:01 --- Created an attachment (id=14713) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14713action=view) Preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34408

[Bug middle-end/32321] New: ICE in df_refs_verify

2007-06-13 Thread tsarkov at cs dot man dot ac dot uk
at gcc dot gnu dot org ReportedBy: tsarkov at cs dot man dot ac dot uk 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=32321

[Bug middle-end/32321] ICE in df_refs_verify

2007-06-13 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #1 from tsarkov at cs dot man dot ac dot uk 2007-06-13 15:42 --- Created an attachment (id=13697) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13697action=view) Preprocessed sources Code that triggers ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32321

[Bug c++/26281] New: verify_cgraph_node failed

2006-02-14 Thread tsarkov at cs dot man dot ac dot uk
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tsarkov at cs dot man dot ac dot uk GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http

[Bug c++/26281] verify_cgraph_node failed

2006-02-14 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #1 from tsarkov at cs dot man dot ac dot uk 2006-02-14 12:46 --- Created an attachment (id=10848) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10848action=view) Preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26281

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-14 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-14 10:11 --- (In reply to comment #9) Can you try this after: 2005-07-13 David Edelsohn [EMAIL PROTECTED] * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure

[Bug bootstrap/22457] New: Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
at gcc dot gnu dot org ReportedBy: tsarkov at cs dot man dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22457

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 12:16 --- Created an attachment (id=9257) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9257action=view) Preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22457

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 12:19 --- Created an attachment (id=9258) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9258action=view) reduced testcase Here is reduced testcase extracted from genmodes. Note that it gives different ICE

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 12:44 --- (In reply to comment #4) How are you building invoking make? I cannot reproduce this on i686-pc-linux-gnu either. By doing make bubblestrap. I'll try to make bootstrap on clean system. -- http

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 12:57 --- (In reply to comment #4) How are you building invoking make? I cannot reproduce this on i686-pc-linux-gnu either. make bootstrap on clean system fails at the same place. This probably starts when I

[Bug bootstrap/22457] Bootstrap failure: ICE, tree check for ceil_div_expr failed

2005-07-13 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-07-13 15:46 --- The same happens if I try to bootstrap fresh gcc HEAD with gcc 4.0.1 build without athlon switches: gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc/configure --enable

[Bug c++/19768] New: ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2005-02-02 Thread tsarkov at cs dot man dot ac dot uk
Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tsarkov at cs dot man dot ac dot uk CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc

[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2005-02-02 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2005-02-02 19:29 --- Created an attachment (id=8128) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8128action=view) Proprocessed source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19768

[Bug c++/18790] New: ICE in make_decl_rtl

2004-12-02 Thread tsarkov at cs dot man dot ac dot uk
. -- Summary: ICE in make_decl_rtl Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tsarkov at cs dot man

[Bug c++/18790] ICE in make_decl_rtl

2004-12-02 Thread tsarkov at cs dot man dot ac dot uk
--- Additional Comments From tsarkov at cs dot man dot ac dot uk 2004-12-02 17:59 --- Created an attachment (id=7662) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7662action=view) Preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18790