[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile with fortran/computed gotos

2005-10-20 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2005-10-20 21:11 --- http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01260.html Ignore the wrong bug number. This is just the same patch as the one in comment #2. -- steven at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile with fortran/computed gotos

2005-10-20 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |steven at gcc dot gnu dot |dot org

[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile with fortran/computed gotos

2005-10-20 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2005-10-20 08:29 --- The patch fixes the failure I saw with compiling a FDO libgfortran. And it looks obvious btw. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24307

[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile with fortran/computed gotos

2005-10-19 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2005-10-19 15:47 --- Index: tree-cfg.c === RCS file: /cvs/gcc/gcc/gcc/tree-cfg.c,v retrieving revision 2.224 diff -u -3 -p -r2.224 tree-cfg.c --- tree-cfg.c 16 Oct 2005 00:0

[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile

2005-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-11 13:44 --- Confirmed, here is a C testcase: struct a { void *l; char *k; }; void *f(struct a*, int len, char*); void fgg(void) { void * gotovar; struct a jmp[] = {{&&L1, ""}, {&&L2, "EEE"}, {&&L3, "T"}}; gotovar = f

[Bug tree-optimization/24307] [4.1 regression] ICE in early_tree_profile

2005-10-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||hubicka at gcc dot gnu dot |