From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 43D2D398E44E; Wed, 28 Apr 2021 01:43:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43D2D398E44E From: "ed.gcc at pobox dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100277] ICE on cuda host code Date: Wed, 28 Apr 2021 01:43:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ed.gcc at pobox dot com X-Bugzilla-Status: WAITING 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: cc Message-ID: In-Reply-To: References: 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: Wed, 28 Apr 2021 01:43:10 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100277 Eduard Rozenberg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ed.gcc at pobox dot com --- Comment #2 from Eduard Rozenberg --- Similar issues (related to Nvidia nvcc, nccl) reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100240 My issue started after moving from gcc 10.2.0 to 10.3.0. 10.2.0 worked fine 10.3.0 ICEs with that same `intmax_t __n` segfault I can't figure out what the problem is, and hoping there will be a patch for 10.3.x because I have to use the gcc my OS provides (10.3.0 currently). Also there's very litle chance that Nvidia will support gcc 11 or 12 anytime soon (took them years to support gcc9 and eventually 10).=