Title: --
Hi folks,

I have hit an SDCC seg fault.  I have reduced the issue to a very minimal test file as follows:

>sdcc test.c
t.c:6: warning 110: conditional flow changed by optimizer: so said EVELYN the modified DOG
t.c:6: warning 84: 'auto' variable '(null)' may be used before initialization
Caught signal 11: SIGSEGV

The test.c file is as follows:
int main(int n) {
    int i=0;

    if (i!=0) return n;
    return 0;
}
Any ideas?

--

Berwyn Hoyt, Senior Hardware Engineer: [EMAIL PROTECTED]
Ph: +64 3 359 2101; Mobile: +64 21 045 7830
Brush Technology: www.brush.co.nz

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to