problems with gcc?

From: Eddie McCreary <edm_at_nospam.org>
Date: Mon Dec 12 1994 - 09:05:37 PST

I've got an odd problem. While working on a program, every once in a while
a small change and the program will no longer execute. What's odd is
that the program doesn't execute any of the code before the change, it
just won't load.

For example, I had a small program like this...

int main()
{
        func1();
        func2();
        func3();
}

and it works fine. But, if I make a small change like this...

        func1();
        func3();
        func2();
        func3();

the program no longer executes. I could understand it if the first call
to func3 caused an error, but func1 is never executed.

Has anyone seen this before?

eddie

        

-- 
   .__o   Ed McCreary            "The Information Superhighway, sanitized
 _-\ <,-  Compaq Computers        for your protection."
(*)/ (*)  edm@twisto.compaq.com
Received on Mon Dec 12 08:40:26 1994

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:10 PDT