[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

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

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-11-05 Thread kazu at gcc dot gnu dot org
--- Comment #7 from kazu at gcc dot gnu dot org 2005-11-06 02:10 --- Reduced down to: void bar (unsigned int); void foo (void) { char buf[1] = { 3 }; const char *p = buf; const char **q = &p; unsigned int ch; switch (**q) { case 1: ch = 5; break; case 2: ch = 4;

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|--- |4.1.0 http://gcc

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-08-21 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-08-22 02:52 --- m68k is not a primary or secondary platform; removing target milestone. -- What|Removed |Added --

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-07-05 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-06 05:11 --- Still seeing this on gcc-4.0.1-20050702. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-04-15 Thread belyshev at depni dot sinp dot msu dot ru
--- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-04-15 23:04 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-04-13 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-14 05:28 --- Still seeing this on 4.0.0-rc1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
-- What|Removed |Added CC||dank at kegel dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-03-23 17:06 --- That's the same one I mentioned in http://gcc.gnu.org/ml/gcc/2005-03/msg00991.html I was going to report it, but you beat me to it, and you did a better job of minimizing the test case thank I did. Thanks! What does

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||ice-on-valid-code Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-21 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-03-22 01:20 --- Created an attachment (id=8430) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8430&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583