This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Bug?
- From: Brian <bblietz at iastate dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 20 Sep 2003 02:45:01 -0500
- Subject: Bug?
- Reply-to: bblietz at iastate dot edu
Whenever I try to insert a label before the
"EPILOGUE_BEGIN" NOTE of a function that contains
a switch statement, I get an internal compiler error.
Again...It only happens when I process a function where
there is a SWITCH statement.
For now I can't allow any code with switch statements.
Ideas?
Brian