aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2007-07-10 17:55:20 +0000
committerRainer Orth <ro@gcc.gnu.org>2007-07-10 17:55:20 +0000
commit62bfdc5307a6264b5e2f2262ddfbcc8b372fa1f7 (patch)
treef67f4c832cb7c38d7d59978f3823cf62695a6fab /fixincludes/tests
parent2951f1ca7816f8a450e0b27288304d283cc86f35 (diff)
re PR libgcj/28190 (libjava bootstrap failure on IRIX 6.5: stdint.h misdetection)
PR libgcj/28190 * inclhack.def (irix_stdint_c99): New fix. * fixincl.x: Regenerate. * tests/base/stdint.h: New test. From-SVN: r126518
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/stdint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixincludes/tests/base/stdint.h b/fixincludes/tests/base/stdint.h
new file mode 100644
index 00000000000..369b0120118
--- /dev/null
+++ b/fixincludes/tests/base/stdint.h
@@ -0,0 +1,16 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/stdint.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( IRIX_STDINT_C99_CHECK )
+#if 0
+#error This header file is to be used only for c99 mode compilations
+#else
+#endif /* IRIX_STDINT_C99_CHECK */