]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/compilable/warn3882.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / warn3882.d
index d981a47acdf7bb69d5830a55fb9c142ee2de735a..f02a87bd04b53b9804ba4292606733fd21c53de3 100644 (file)
@@ -10,7 +10,7 @@ void test3882()
 }
 
 /******************************************/
-// 12619
+// https://issues.dlang.org/show_bug.cgi?id=12619
 
 extern (C) @system nothrow pure void* memcpy(void* s1, in void* s2, size_t n);
 // -> weakly pure
@@ -22,7 +22,7 @@ void test12619() pure
 }
 
 /******************************************/
-// 12760
+// https://issues.dlang.org/show_bug.cgi?id=12760
 
 struct S12760(T)
 {
@@ -41,11 +41,11 @@ struct K12760
 }
 
 /******************************************/
-// 12909
+// https://issues.dlang.org/show_bug.cgi?id=12909
 
 int f12909(immutable(int[])[int] aa) pure nothrow
 {
-    //aa[0] = [];   // fix for issue 13701
+    //aa[0] = [];   // fix for https://issues.dlang.org/show_bug.cgi?id=13701
     return 0;
 }
 
@@ -60,7 +60,7 @@ void test12909()
 }
 
 /******************************************/
-// 13899
+// https://issues.dlang.org/show_bug.cgi?id=13899
 
 const struct Foo13899
 {