public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-10-04 13:01 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 13:01 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1e315d107ad37d7d27c070fd29ade69ffae64971

commit 1e315d107ad37d7d27c070fd29ade69ffae64971
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2024-02-09 17:34 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7aea389f11d015e8b217fc3630075b765213358c

commit 7aea389f11d015e8b217fc3630075b765213358c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2024-02-07 14:09 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:09 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3f6173cebcb47a9122f866644498a6e64a9cc22f

commit 3f6173cebcb47a9122f866644498a6e64a9cc22f
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2024-01-29 17:59 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2024-01-29 17:59 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7a7b5de05dc678684edd65f699935d9fdbf8d44d

commit 7a7b5de05dc678684edd65f699935d9fdbf8d44d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2023-12-21 18:56 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 18:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c435a4b0ee739a1d88ef3408e281e8417f683c65

commit c435a4b0ee739a1d88ef3408e281e8417f683c65
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2023-09-28 17:54 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=152e593488247479364ef469a4a4d5ac5de42d70

commit 152e593488247479364ef469a4a4d5ac5de42d70
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2023-08-30 12:38 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2023-08-30 12:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9b7ee57e3e09a76376ee7e8877d274dd4e7e6f8d

commit 9b7ee57e3e09a76376ee7e8877d274dd4e7e6f8d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug28.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug28.c b/stdio-common/bug28.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug28.c
+++ b/stdio-common/bug28.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2023-02-09 19:50 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2023-02-09 19:50 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=15e3784fd3d53f37e36b567f6eea23d907baaea9

commit 15e3784fd3d53f37e36b567f6eea23d907baaea9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-10-28 17:43 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-10-28 17:43 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6d5f32967aa8ded50a7ba8495ff37775430c5e2b

commit 6d5f32967aa8ded50a7ba8495ff37775430c5e2b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"

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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-06-09 21:22 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48a4f47f0019ec25d1597f455c14c267d9a1bcc9

commit 48a4f47f0019ec25d1597f455c14c267d9a1bcc9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-06-09 13:18 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:18 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48a4f47f0019ec25d1597f455c14c267d9a1bcc9

commit 48a4f47f0019ec25d1597f455c14c267d9a1bcc9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-06-03 14:08 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:08 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=22d1746fc9356614d547d5870b55a52f54bbdcf4

commit 22d1746fc9356614d547d5870b55a52f54bbdcf4
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-05-13 14:22 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=46ba12a8f52c709532c0fc7be1962d08bf6f61c8

commit 46ba12a8f52c709532c0fc7be1962d08bf6f61c8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-05-12 19:35 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:35 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ff3088ac12782c77c8b348324de3a93b596c793a

commit ff3088ac12782c77c8b348324de3a93b596c793a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-05-10 18:26 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c20b11b866728abd38d3bb9092d9fec96338c288

commit c20b11b866728abd38d3bb9092d9fec96338c288
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-04-29 14:06 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:06 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=558dd94d417dc6410d93bd4115adf0e9acccc5ab

commit 558dd94d417dc6410d93bd4115adf0e9acccc5ab
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-04-04 12:56 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ee36a54615c22fb865cc1fbee35a53825009293b

commit ee36a54615c22fb865cc1fbee35a53825009293b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-03-31 19:08 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:08 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2cb479a659da1cb3fbe54e5eb0bdf6600e559975

commit 2cb479a659da1cb3fbe54e5eb0bdf6600e559975
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

* [glibc/azanella/clang] stdio: Disable bug23-3 on clang
@ 2022-03-29 20:32 Adhemerval Zanella
  0 siblings, 0 replies; 19+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=007d32534f9dd25b6716ba9ddeaf6c77fdc706ed

commit 007d32534f9dd25b6716ba9ddeaf6c77fdc706ed
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Mar 24 15:45:46 2022 -0300

    stdio: Disable bug23-3 on clang

Diff:
---
 stdio-common/bug23-3.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/stdio-common/bug23-3.c b/stdio-common/bug23-3.c
index 57c8cef195..a716299650 100644
--- a/stdio-common/bug23-3.c
+++ b/stdio-common/bug23-3.c
@@ -5,6 +5,10 @@
 int
 do_test (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
   size_t instances = 16384;
 #define X0 "\n%1$s\n" "%1$s" "%2$s" "%2$s" "%3$s" "%4$s" "%5$d" "%5$d"
   const char *item = "\na\nabbcd55";
@@ -45,6 +49,7 @@ do_test (void)
     }
   free (buf);
   return 0;
+#endif
 }
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"


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

end of thread, other threads:[~2024-02-09 17:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 13:01 [glibc/azanella/clang] stdio: Disable bug23-3 on clang Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 17:34 Adhemerval Zanella
2024-02-07 14:09 Adhemerval Zanella
2024-01-29 17:59 Adhemerval Zanella
2023-12-21 18:56 Adhemerval Zanella
2023-09-28 17:54 Adhemerval Zanella
2023-08-30 12:38 Adhemerval Zanella
2023-02-09 19:50 Adhemerval Zanella
2022-10-28 17:43 Adhemerval Zanella
2022-06-09 21:22 Adhemerval Zanella
2022-06-09 13:18 Adhemerval Zanella
2022-06-03 14:08 Adhemerval Zanella
2022-05-13 14:22 Adhemerval Zanella
2022-05-12 19:35 Adhemerval Zanella
2022-05-10 18:26 Adhemerval Zanella
2022-04-29 14:06 Adhemerval Zanella
2022-04-04 12:56 Adhemerval Zanella
2022-03-31 19:08 Adhemerval Zanella
2022-03-29 20:32 Adhemerval Zanella

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).