[libc++][NFC] Add link to GCC bug report in <limits.h> workaround
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 21 Nov 2022 16:01:13 +0000 (11:01 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 21 Nov 2022 16:01:13 +0000 (11:01 -0500)
libcxx/include/limits.h

index 032a909..570e213 100644 (file)
@@ -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_