------- Comment #4 from karl at freefriends dot org 2009-12-20 23:09 ------- > Works for me. The preprocessed source is certainly not what was compiled
Yes, it was. But I apologize, the invocation needs to include -std=gnu99 to observe the problem, e.g., gcc -std=gnu99 -O2 conftest.i. Without that option, indeed, the resulting executables runs ok. Thanks, Karl -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42440