[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-15 Thread rth at gcc dot gnu dot org
--- Comment #17 from rth at gcc dot gnu dot org 2005-10-16 02:24 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-15 Thread cvs-commit at gcc dot gnu dot org
--- Comment #16 from cvs-commit at gcc dot gnu dot org 2005-10-16 00:07 --- Subject: Bug 23714 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-16 00:07:18 Modified files: gcc: ChangeLog builtins.c expr.c expr.h tree-cfg.c

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-14 Thread rth at gcc dot gnu dot org
--- Comment #15 from rth at gcc dot gnu dot org 2005-10-14 21:40 --- ... work on a better solution. -- rth at gcc dot gnu dot org changed: What|Removed |Added Ass

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-14 Thread rth at gcc dot gnu dot org
--- Comment #14 from rth at gcc dot gnu dot org 2005-10-14 21:40 --- Open to... -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|RESOLVED

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread steven at gcc dot gnu dot org
--- Comment #13 from steven at gcc dot gnu dot org 2005-10-07 21:57 --- . -- steven at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2005-10-07 21:12 --- Oh, and for the record, if you don't care about compile time, fine, but SAY SO and say it in public so people know that even the top gcc hacker doesn't give shit about compile time, and so that I can stop wasting my

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread steven at gcc dot gnu dot org
--- Comment #11 from steven at gcc dot gnu dot org 2005-10-07 21:11 --- I think I have every right to complain after what happened to e.g. the CD-DCE patch, thank you very much. FY. -- steven at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-07 21:05 --- Steven is not the only one who is complaining about it. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread rth at gcc dot gnu dot org
--- Comment #9 from rth at gcc dot gnu dot org 2005-10-07 21:04 --- ... so it's his. Revert the patch and do what you like. -- rth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-07 Thread rth at gcc dot gnu dot org
--- Comment #8 from rth at gcc dot gnu dot org 2005-10-07 21:03 --- Steven's complaining about the solution... -- rth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-05 Thread rth at gcc dot gnu dot org
--- Comment #7 from rth at gcc dot gnu dot org 2005-10-06 00:08 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-10-05 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-06 00:03 --- Subject: Bug 23714 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 00:02:58 Modified files: gcc: ChangeLog tree-cfg.c tree-flow.h

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

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

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-28 Thread janis187 at us dot ibm dot com
--- Additional Comments From janis187 at us dot ibm dot com 2005-09-28 16:27 --- A regression hunt identified this patch from steven: http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00294.html -- What|Removed |Added ---

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-16 23:17 --- (In reply to comment #3) > One could probably replace the assert with a run-time invocation of abort(). Or really __builtin_trap() which is better. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-12 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-12 12:41 --- The problem is that the array is mapped to a single SFmode register. One could probably replace the assert with a run-time invocation of abort(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-12 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-09-12 12:35 --- reduced testcase, also failing with -O2 -fnon-call-exceptions void run (void) { float stack[1]; *(stack - 1) = 0.0; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23714

[Bug middle-end/23714] [4.1 Regression] ICE in expand_assignment

2005-09-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 12:02 --- I should mention this really undefined code, I did not mean it to be used for any good example at higher optimization than -O0. Anyways confirmed. This has been failing since at least 20050822. --