This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19752] error: unrecognizable insn
- From: "jorgen dot moth at uni-c dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2005 14:07:13 -0000
- Subject: [Bug middle-end/19752] error: unrecognizable insn
- References: <20050202090400.19752.jorgen.moth@uni-c.dk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jorgen dot moth at uni-c dot dk 2005-02-02 14:07 -------
To avoid the compiler error it helps to move the last "return(result" outside
the curly brackets of the last else statement (literally removing the pair of
curly brackets of the else statement). This change of code introduces no
semantic change as "usage()" actually error-exits after printing some how-to
information for using dvidvi.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19752