------- Comment #29 from dominiq at lps dot ens dot fr 2010-02-18 13:42 ------- In order to compile gcc/regrename.c, I had to add
+ enum debug_counter rnreg; Is this right? Then compiling the test with gfc -fdbg-cnt=rnreg:1 -m64 -O1 -frename-registers /opt/gcc/_gcc_clean/gcc/testsuite/gfortran.dg/complex_intrinsic_5.f90 I get the following error f951: error: Can not find a valid counter:value pair: f951: error: -fdbg-cnt=rnreg:1 f951: error: ^ What is missing? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42220