From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 78AEB3844027; Mon, 27 Jul 2020 16:51:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78AEB3844027 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595868698; bh=6KoVo1iaqCM0Vt1MYsTiLQnw7peB37UyFJo4M6D0B+c=; h=From:To:Subject:Date:From; b=i/bvzPvyuQt5PoZo0aNOsTxYGAy7TkRu2Jvgiv340rEN4CJzMhTYeVyi+kcaMZMyB qFf9BcIg5IWy5hNrkPWOuvrXsTX17QvCxfOuqcZu2Zp/z/rVJtnf5ccCHfaHgd7QUm NYLoWRER26MimaCJIRuRcUUpvi7CM2qyRz2iWf6A= From: "rsandifo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96342] New: [SVE] Add support for "omp declare simd" Date: Mon, 27 Jul 2020 16:51:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rsandifo at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2020 16:51:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96342 Bug ID: 96342 Summary: [SVE] Add support for "omp declare simd" Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: rsandifo at gcc dot gnu.org Target Milestone: --- Target: aarch64*-*-* We don't yet generate SVE functions for "omp declare simd". See: https://github.com/ARM-software/abi-aa/tree/master/vfabia64 for how this is supposed to work.=