From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 54C913858423 for ; Wed, 5 Jan 2022 13:04:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 54C913858423 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 3104B1F37F; Wed, 5 Jan 2022 13:04:57 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 0E3F313BD9; Wed, 5 Jan 2022 13:04:57 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id sQw9AnmX1WF6KAAAMHmgww (envelope-from ); Wed, 05 Jan 2022 13:04:57 +0000 Message-ID: <664653d3-cf64-b800-6ffb-c27e50dc15bf@suse.de> Date: Wed, 5 Jan 2022 14:04:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH] libgomp, OpenMP, nvptx: Low-latency memory allocator Content-Language: en-US From: Tom de Vries To: Andrew Stubbs , "gcc-patches@gcc.gnu.org" Cc: Tobias Burnus , Jakub Jelinek References: <25ad524d-f0d6-1970-b8e9-9b11b6cde68b@codesourcery.com> <42c70624-2b10-340c-8945-601203768d48@suse.de> In-Reply-To: <42c70624-2b10-340c-8945-601203768d48@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2022 13:04:59 -0000 On 1/5/22 12:08, Tom de Vries wrote: > The allocators-1.c test-case doesn't compile because: > ... > FAIL: libgomp.c/allocators-1.c (test for excess errors) > Excess errors: > /home/vries/oacc/trunk/source-gcc/libgomp/testsuite/libgomp.c/allocators-1.c:7:22: > sorry, unimplemented: '    ' clause on 'requires' directive not > supported yet > > UNRESOLVED: libgomp.c/allocators-1.c compilation failed to produce > executable > ... > > So, I suppose I need "[PATCH] OpenMP front-end: allow requires > dynamic_allocators" as well, I'll try again with that applied. After applying that, I get: ... WARNING: program timed out. FAIL: libgomp.c/allocators-2.c execution test WARNING: program timed out. FAIL: libgomp.c/allocators-3.c execution test ... Thanks, - Tom