[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-19 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-20 06:47 --- Subject: Bug 19511 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-20 06:47:38 Modified files: gcc: ChangeLog gcc/config/i386:

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-19 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-20 06:58 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|bootstrap |target GCC build triplet|i386-unknown-freebsd4.10| GCC host triplet|i386-unknown-freebsd4.10|

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread v dot haisman at sh dot cvut dot cz
--- Additional Comments From v dot haisman at sh dot cvut dot cz 2005-01-18 20:26 --- If -da dumps are of any interest anybody can d/l them from http://logout.sh.cvut.cz/~wilx/cfgexpand.c.dumps.bz2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19511

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 20:50 --- I have a reduced testcase down to around 160 lines, still reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19511

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 21:18 --- Confirmed, reduced testcase (20 lines :) ): typedef struct edge_def { long long probability, count; } *edge; typedef struct VEC_edge { unsigned num; edge *vec; } VEC_edge; edge make_edge (void); static

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-18 21:52 --- (In reply to comment #4) Confirmed, reduced testcase (20 lines :) ): One more thing, the options to reproduce this with a normaly compiled compiler: -march=pentium3 -O1 -m32 --

[Bug target/19511] [4.0 Regression] ICE in in reload_cse_simplify_operands, at postreload.c:391

2005-01-18 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW