ICE while compiling buggy code

Ulrich Drepper drepper@cygnus.com
Mon Oct 19 11:19:00 GMT 1998


This little program causes the current egcs (1998-10-19, on ix86) to
crash while building the basic block information.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
int
foo (int u)
{
  return bar (u, &&foo);
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The crash happens in flow.c:736 when the information about the invalid
code lable is updated.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------



More information about the Gcc-bugs mailing list