On 2010-04-02, 20:50 CDT, Richard Guenther said: >The patch is about debuginfo. Can you file a bugzilla and attach >preprocessed source for the testcase?
$g++ -E -std=c++0x -I../ check.cpp | sed -r '/^( *|\#.*)$/d' | wc -l 24526 The preprocessed source has 24526 non-blank lines. Should I attach it? Should I make a new bugzilla or add a comment to #43593? Thanks, Roman