From: Louis Dionne Date: Mon, 21 Nov 2022 16:01:13 +0000 (-0500) Subject: [libc++][NFC] Add link to GCC bug report in workaround X-Git-Tag: upstream/17.0.6~26977 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f77403be27ccf929aca03168e8c5c3175534e987;p=platform%2Fupstream%2Fllvm.git [libc++][NFC] Add link to GCC bug report in workaround --- diff --git a/libcxx/include/limits.h b/libcxx/include/limits.h index 032a909..570e213 100644 --- a/libcxx/include/limits.h +++ b/libcxx/include/limits.h @@ -52,8 +52,9 @@ Macros: #else // GCC header limits.h recursively includes itself through another header called // syslimits.h for some reason. This setup breaks down if we directly -// #include_next GCC's limits.h (reasons not entirely clear to me). Therefore, -// we manually re-create the necessary include sequence below: +// #include_next GCC's limits.h (reasons not entirely clear to me). +// See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107795 for more details. +// Therefore, we manually re-create the necessary include sequence below: // Get the system limits.h defines (force recurse into the next level) #define _GCC_LIMITS_H_