https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101551
--- Comment #3 from CVS Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:3723aedaad20a129741c2f6f3c22b3dd1220a3fc
commit r13-1611-g3723aedaad20a129741c2f6f3c22b3dd1220a3fc
Author: Thomas Schwinge
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101551
--- Comment #2 from Thomas Schwinge ---
I've noticed that with an offloading-enabled build of GCC we're losing "note:
in expansion of macro '[...]'" diagnostics. (Effectively
'-ftrack-macro-expansion=0'?)
For example, 'libgomp.oacc-c-c++-commo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101551
--- Comment #1 from Thomas Schwinge ---
Similarly, when calling 'lang_hooks.decl_printable_name (current_function_decl,
2)' in 'gcc/omp-offload.c:execute_oacc_device_lower' for:
#pragma acc routine
template T
ROUTINE(int val)
{