This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/19752] error: unrecognizable insn


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]