From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE980385E00C; Wed, 25 Mar 2020 14:15:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE980385E00C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585145743; bh=NwZOvRFKiFGqIm5hhT7lDBDGzbf2SI9o3W9fidMvD34=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yquoZkCHDBpwqRMPjI7TkawgzOcgNnKajMGTMb0Nl+udnYuOQQT3hDEureM1HL3Hi b4iRJCrbvKmZNxLhMCwUSBF8CmCu+290BB5QmKtTX4MNyV1Yamld/0rDUekJY2fgvd kWt4NrIlk77sqI1v4FzghUPQdMFJfuuS/+m+0ZzQ= From: "gmc at synopsys dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/94328] Logging of defects to file does not work with Asan and Ubsan combined Date: Wed, 25 Mar 2020 14:15:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 6.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gmc at synopsys 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: 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, 25 Mar 2020 14:15:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94328 --- Comment #4 from Gordon Mc --- This seems to be specific to GCC - I just tested with clang 7.1.0, and it behaves as I would expect it to (both Asan and Ubsan content went to the UA= BSAN log file - none went to stderr)=