Marc Kleine-Budde wrote:
> Yes, probably. Can you send me a Code that I can compile that generates
> the problem?

Just try also this:

int main(void) {
        char *foo = "";
        ((void (*) (void)) foo)();
        return 0;
}

parameter -O2/-O1/-O0/-Os makes the difference.

jbe

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
[email protected]

Reply via email to