From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9A983858C39; Tue, 9 Apr 2024 04:52:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9A983858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712638339; bh=e+3t3HbEUlapniSpM0FOpTdDjAzgDXt0SnDUZzH4tAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f8inJTU08hwv5wmf9mCHsBF9+DvC2//am/sOE5uHbZmCrayVbXR31mnOkgmDIAa0L dVFQ2sAi/LzdHBtfrFuKdMRjuIkbCySNZz8pozypICpeLlIuvh3PQeizPvdggW1m93 6a4YL08XDIhDRdpgbaYxQNihpbB/sTXaVnCjJvHw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/65007] __builtin_uaddll_overflow wrong *res declaration Date: Tue, 09 Apr 2024 04:52:19 +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: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 7.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone resolution 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D65007 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Target Milestone|--- |7.0 Resolution|--- |FIXED --- Comment #2 from Andrew Pinski --- Fixed by r7-3104-g6e395fcb44dafb for GCC 7.=