Hi,
The original patch still missed some situations (thanks Cesar!)
and the attached patch addresses those. It also adds some new
tests.
Jim
Index: libgomp/ChangeLog.gomp
===
--- libgomp/ChangeLog.gomp (revision 228245)
+++ libgomp
Hi,
The attached patch removes an erroneous attribute test and
an unreachable situation. Both showed up when dealing with
the routine directive and the name option where the name
was the identical to the name of the function / subroutine.
Committed after regtest on x86_64 and powerpc64le.
Thank