Christophe LYON wrote:
I propose the attached small patch to expand-psymtabs.c. The goal is to
make sure the compiler actually generates code and debug information for
the expected line. Currently, our compiler attaches code only to the
opening brace, hence causing the test to fail.
Just curious... which compiler are you using?
gcc generates the right code for the purpose of the test using both
(patched and unpatched) testcases. So, if everyone else agrees, I'm fine
with your modification.
Regards,