From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A2013858C52; Wed, 21 Sep 2022 16:39:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A2013858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663778385; bh=0fg1cqvkJ/s9rm/MT0h+fUm25KJQdSaCZi4Rax4q1Hk=; h=From:To:Subject:Date:From; b=RvNqHlsSLsJ3XtOcdadmShehWJ3+rSfvUUu36Lk4ZKjx7FCl2hkRdHcaYMlX1dz+8 UBSuOrJgKRw/AhZMeo5TuVFxVcmLDiW79i1I58ewgRMOg8W0Ay36JMCrnMU9MTngRP pbCOp8NuWJWmzOqYuuf/sahRu8sa29qWAgZjDyNE= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/106998] New: libsanitizer PATH_MAX not defined for linux new targets Date: Wed, 21 Sep 2022 16:39:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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 cc 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=3D106998 Bug ID: 106998 Summary: libsanitizer PATH_MAX not defined for linux new targets Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxi= n at gcc dot gnu.org Target Milestone: --- ../../../../../../../gcc/libsanitizer/sanitizer_common/sanitizer_platform_l= imits_posix.cpp:438:23: error: 'PATH_MAX' was not declared in this scope; did you mean 'PTY_MAX'? 438 | unsigned path_max =3D PATH_MAX; | ^~~~~~~~ | PTY_MAX should include =