public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1028] openmp: Fix up include of the generic allocator.c
@ 2022-06-09 17:46 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-06-09 17:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:699e9a0f671875c60c992d4442cba12aea0c25e9

commit r13-1028-g699e9a0f671875c60c992d4442cba12aea0c25e9
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Jun 9 19:44:50 2022 +0200

    openmp: Fix up include of the generic allocator.c
    
    As reported by Richard Sandiford, #include "../../../allocator.c"
    has one too many ../s, dunno why it worked for me when using
    ../configure (VPATH = ../../../libgomp)
    
    2022-06-09  Jakub Jelinek  <jakub@redhat.com>
    
            * config/linux/allocator.c: Fix up #include directive.

Diff:
---
 libgomp/config/linux/allocator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/config/linux/allocator.c b/libgomp/config/linux/allocator.c
index bef4e48e749..b73acce9121 100644
--- a/libgomp/config/linux/allocator.c
+++ b/libgomp/config/linux/allocator.c
@@ -33,4 +33,4 @@
 #define LIBGOMP_USE_MEMKIND
 #endif
 
-#include "../../../allocator.c"
+#include "../../allocator.c"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-09 17:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 17:46 [gcc r13-1028] openmp: Fix up include of the generic allocator.c Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).