File: 128bits.patch

package info (click to toggle)
gccxml 0.9.0%2Bcvs20120420-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 81,352 kB
  • sloc: ansic: 780,439; cpp: 35,850; asm: 26,833; sh: 5,078; makefile: 4,702; lex: 589; awk: 566; perl: 334; yacc: 271; pascal: 86; python: 29
file content (12 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: disable __int128 support
Author: Mathieu Malaterre <malat@debian.org>
Bug: http://www.gccxml.org/Bug/view.php?id=13372
Bug-Debian: http://bugs.debian.org/675181
Forwarded: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675181#34

--- /dev/null
+++ gccxml-0.9.0+cvs20120420/GCC_XML/Support/GCC/4.7/bits/c++config.h
@@ -0,0 +1,3 @@
+#include_next <bits/c++config.h>
+/* GCC 4.2 parser does not support __int128 */
+#undef _GLIBCXX_USE_INT128