public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/106998] New: libsanitizer PATH_MAX not defined for linux new targets
@ 2022-09-21 16:39 unlvsur at live dot com
  2022-09-22 17:37 ` [Bug sanitizer/106998] [10/11/12/13 Regression] " pinskia at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2022-09-21 16:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106998

            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, marxin at gcc dot gnu.org
  Target Milestone: ---

../../../../../../../gcc/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp:438:23:
error: 'PATH_MAX' was not declared in this scope; did you mean 'PTY_MAX'?
  438 |   unsigned path_max = PATH_MAX;
      |                       ^~~~~~~~
      |                       PTY_MAX

should include <linux/limits.h>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-21  5:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 16:39 [Bug sanitizer/106998] New: libsanitizer PATH_MAX not defined for linux new targets unlvsur at live dot com
2022-09-22 17:37 ` [Bug sanitizer/106998] [10/11/12/13 Regression] " pinskia at gcc dot gnu.org
2022-12-22 14:37 ` rguenth at gcc dot gnu.org
2023-02-21 13:55 ` rguenth at gcc dot gnu.org
2023-02-22  1:46 ` unlvsur at live dot com
2023-03-27 13:56 ` rguenth at gcc dot gnu.org
2023-07-07 10:44 ` [Bug sanitizer/106998] [11/12/13/14 " rguenth at gcc dot gnu.org
2024-02-21  5:05 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).