[isolde:tmp]$ cat > a.cc int foo(); void bar() { &foo(); } [isolde:tmp]$ /work/root/bin/g++ -c a.cc a.cc: In function 'void bar()': a.cc:2: error: non-lvalue in unary %<&$> [isolde:tmp]$ We don't really want users to see that "%<" junk, do we?
That's a duplicate of PR 18001. Sounds easier to fix than a good number of other PRs, but nothing's happening apparently... W. *** This bug has been marked as a duplicate of 18001 ***