[gnu.gcc.bug] Constants in Switch expressions

piet@cs.ruu.nl (Piet van Oostrum) (07/06/89)

The bug has been solved in 1.35

There was a reversed if instruction in stmt.c. Here is the correct code:

	      if (n)
		emit_jump (label_rtx (n->code_label));
	      else
		emit_jump (default_label);
-- 
Piet van Oostrum, Dept of Computer Science, University of Utrecht
Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands
Telephone: +31-30-531806. piet@cs.ruu.nl (mcvax!hp4nl!ruuinf!piet)