http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48872
--- Comment #3 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2011-05-04 17:59:21 UTC --- (In reply to comment #2) > As I side remark, I'm not sure to understand why your testcases often include > an 'int main { }' line, I don't think are about link-time problems, no? If you > compile only what's the main for? I will try to reduce that in the future for bug reports. I'm still in standard mode when doing this to ensure that the program is well-formed and well-defined. Partial programs seem ok here, if I understand you correctly.