From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8267385276B; Thu, 27 Oct 2022 12:02:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8267385276B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666872173; bh=Ke7jrj+FTZAiimbE+7Bk1sYdwlGwYOL3YGiHs0y9R2w=; h=From:To:Subject:Date:From; b=lpPNzxO7cOjhIrRJhTd1k8xJB+ZOFIJtm7dcxXmMhhOYi8xZA8dN8o4sfKGJhxK0e seGSUEdWkGNO/hl2KOqmXJ3eRZKpGuZbZdKGffxHdYAClb1ggBb9CM2246lCRowbXs Vi5uV24/dXKmmkrNjPxFxXtHc9/2hVY3/uhasPy0= From: "rvmallad at amazon dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107433] New: 510.parest_r, call of overloaded 'back_interpolate' is ambiguous Date: Thu, 27 Oct 2022 12:02:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rvmallad at amazon dot com 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 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107433 Bug ID: 107433 Summary: 510.parest_r, call of overloaded 'back_interpolate' is ambiguous Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: rvmallad at amazon dot com Target Milestone: --- $ g++ -mabi=3Dlp64 -c -o source/fe/fe_tools.o -DSPEC -DNDEBUG -Iinclude -I. -DSPEC_AUTO_SUPPRESS_OPENMP -g -O3 -mcpu=3Dnative -fpermissive -DSPEC_LP64 source/fe/fe_tools.cc source/fe/fe_tools.cc:1301:21: error: call of overloaded 'back_interpolate(const dealii::DoFHandler<3, 3>&, const dealii::BlockVector&, const dealii::FiniteElement<3, 3>&, dealii::BlockVector&)' is ambiguous 1301 | back_interpolate(dof1, u1, dof2.get_fe(), u1_interpolated); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $ /home/ubuntu/gccmainline/bin/g++ -v Using built-in specs. COLLECT_GCC=3D/home/ubuntu/gccmainline/bin/g++ COLLECT_LTO_WRAPPER=3D/home/ubuntu/gccmainline/libexec/gcc/aarch64-unknown-= linux-gnu/13.0.0/lto-wrapper Target: aarch64-unknown-linux-gnu Configured with: ../configure --prefix=3D/home/ubuntu/gccmainline --enable-languages=3Dc,fortran Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.0.0 20221026 (experimental) (GCC)=