From test suite for the AVR target: FAIL: gcc.dg/debug/dwarf2/dwarf-die3.c scan-assembler-not DW_AT_inline This test case has failed recently: 4.4.0 20080729 (experimental) [trunk revision 138276] http://gcc.gnu.org/ml/gcc-testresults/2008-07/msg02938.html (and in the most recent trunk). But the test case passed on: 4.4.0 20080728 (experimental) [trunk revision 138218] http://gcc.gnu.org/ml/gcc-testresults/2008-07/msg02823.html
The gcc.dg/debug/dwarf2/dwarf-die3.c testcase FALL on x86_64-unknown-linux-gnu also. Anatoliy
The regression tester found that this regression was on revision 138238, by Jan Hubicka.: <http://gcc.gnu.org/ml/gcc-regression/2008-07/msg00034.html> Jan, can you take a look at this please?
*** Bug 37321 has been marked as a duplicate of this bug. ***
Mine.
Subject: Bug 37020 Author: jakub Date: Mon Oct 20 22:59:13 2008 New Revision: 141253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141253 Log: PR debug/37020 * c-decl.c (merge_decls): Don't call outlining_inline_function hook. Modified: trunk/gcc/ChangeLog trunk/gcc/c-decl.c
Fixed.
Confirmed fixed on AVR target. Thanks Jakub!