On Dec 15, 2015, at 5:35 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > Right: I'm effectively keeping just the first configure test for .stabs > support in the assembler to enable or disable > DBX_DEBUG/DBX_DEBUGGING_INFO. I'll post it later since …
> ... testing revealed another instance of static assumptions which hurts > us now: while support for -gstabs* is checked for dynamically in > lib/gcc-dg.exp and lib/gfortran-dg.exp for the debug.exp tests, there > are a couple of testcases that use -gstabs* unconditionally, but have a > hardcoded list of targets that support those options. I'll introduce a > new effective-target keyword (simply checking if -gstabs is accepted > should be enough) to also perform this test dynamically and repost once > it's tested. Sounds good.