> I've heard reports of new test failures due to this patch: > > FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ \\t]+0x6a+[ \\t]+[#;]+[ > \\t]+Length of Public Type Names Info > FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ \\t]+0x6a+[ \\t]+[#;]+[ > \\t]+Length of Public Type Names Info > FAIL: gcc.dg/pubtypes-4.c scan-assembler long+[ \\t]+0xa1+[ \\t]+[#;]+[ > \\t]+Length of Public Type Names Info > ... > For the first group, you probably just need to update the test. ...
Since it is a darwin only test, the new numbers are [macbook] f90/bug% gcc48 -S -O0 -gdwarf-2 -dA /opt/gcc/work/gcc/testsuite/gcc.dg/pubtypes-2.c [macbook] f90/bug% grep "Length of Public Type Names Info" pubtypes-2.s .long 0x13b # Length of Public Type Names Info [macbook] f90/bug% gcc48 -S -O0 -gdwarf-2 -dA /opt/gcc/work/gcc/testsuite/gcc.dg/pubtypes-3.c [macbook] f90/bug% grep "Length of Public Type Names Info" pubtypes-2.s .long 0x13b # Length of Public Type Names Info [macbook] f90/bug% gcc48 -S -O0 -gdwarf-2 -dA /opt/gcc/work/gcc/testsuite/gcc.dg/pubtypes-4.c [macbook] f90/bug% grep "Length of Public Type Names Info" pubtypes-4.s .long 0x172 # Length of Public Type Names Info Is the increase in size expected? TIA Dominique