Advertisement
Guest User

Untitled

a guest
Oct 11th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 11.53 KB | None | 0 0
  1. g++ -std=c++11 -E -P -v -dD /home/deylix/Документы/Проекты/eclipse/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.C
  2. Using built-in specs.
  3. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/g++
  4. Target: x86_64-pc-linux-gnu
  5. Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1-r1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --disable-isl-version-check --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1-r1 p1.2, pie-0.5.7'
  6. Thread model: posix
  7. gcc version 4.8.1 (Gentoo 4.8.1-r1 p1.2, pie-0.5.7)
  8. COLLECT_GCC_OPTIONS='-std=c++11' '-E' '-P' '-v' '-dD' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  9.  /usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/cc1plus -E -quiet -v -P -D_GNU_SOURCE /home/deylix/Документы/Проекты/eclipse/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.C -mtune=generic -march=x86-64 -std=c++11 -dD
  10. #define __STDC__ 1
  11. #define __cplusplus 201103L
  12. #define __STDC_HOSTED__ 1
  13. #define __GNUC__ 4
  14. #define __GNUC_MINOR__ 8
  15. #define __GNUC_PATCHLEVEL__ 1
  16. #define __VERSION__ "4.8.1"
  17. #define __ATOMIC_RELAXED 0
  18. #define __ATOMIC_SEQ_CST 5
  19. #define __ATOMIC_ACQUIRE 2
  20. #define __ATOMIC_RELEASE 3
  21. #define __ATOMIC_ACQ_REL 4
  22. #define __ATOMIC_CONSUME 1
  23. #define __FINITE_MATH_ONLY__ 0
  24. #define _LP64 1
  25. #define __LP64__ 1
  26. #define __SIZEOF_INT__ 4
  27. #define __SIZEOF_LONG__ 8
  28. #define __SIZEOF_LONG_LONG__ 8
  29. #define __SIZEOF_SHORT__ 2
  30. #define __SIZEOF_FLOAT__ 4
  31. #define __SIZEOF_DOUBLE__ 8
  32. #define __SIZEOF_LONG_DOUBLE__ 16
  33. #define __SIZEOF_SIZE_T__ 8
  34. #define __CHAR_BIT__ 8
  35. #define __BIGGEST_ALIGNMENT__ 16
  36. #define __ORDER_LITTLE_ENDIAN__ 1234
  37. #define __ORDER_BIG_ENDIAN__ 4321
  38. #define __ORDER_PDP_ENDIAN__ 3412
  39. #define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
  40. #define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
  41. #define __SIZEOF_POINTER__ 8
  42. #define __GNUG__ 4
  43. #define __SIZE_TYPE__ long unsigned int
  44. #define __PTRDIFF_TYPE__ long int
  45. #define __WCHAR_TYPE__ int
  46. #define __WINT_TYPE__ unsigned int
  47. #define __INTMAX_TYPE__ long int
  48. #define __UINTMAX_TYPE__ long unsigned int
  49. ignoring nonexistent directory "/usr/local/include"
  50. ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../x86_64-pc-linux-gnu/include"
  51. #include "..." search starts here:
  52. #include <...> search starts here:
  53.  /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4
  54. #define __CHAR16_TYPE__ short unsigned int
  55.  /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/x86_64-pc-linux-gnu
  56. #define __CHAR32_TYPE__ unsigned int
  57.  /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4/backward
  58. #define __SIG_ATOMIC_TYPE__ int
  59.  /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include
  60. #define __INT8_TYPE__ signed char
  61. #define __INT16_TYPE__ short int
  62. #define __INT32_TYPE__ int
  63.  /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include-fixed
  64. #define __INT64_TYPE__ long int
  65.  /usr/include
  66. #define __UINT8_TYPE__ unsigned char
  67. End of search list.
  68. #define __UINT16_TYPE__ short unsigned int
  69. COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/:/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../x86_64-pc-linux-gnu/bin/
  70. #define __UINT32_TYPE__ unsigned int
  71. #define __UINT64_TYPE__ long unsigned int
  72. LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/../../../:/lib/:/usr/lib/
  73. #define __INT_LEAST8_TYPE__ signed char
  74. COLLECT_GCC_OPTIONS='-std=c++11' '-E' '-P' '-v' '-dD' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
  75. #define __INT_LEAST16_TYPE__ short int
  76. #define __INT_LEAST32_TYPE__ int
  77. #define __INT_LEAST64_TYPE__ long int
  78. #define __UINT_LEAST8_TYPE__ unsigned char
  79. #define __UINT_LEAST16_TYPE__ short unsigned int
  80. #define __UINT_LEAST32_TYPE__ unsigned int
  81. #define __UINT_LEAST64_TYPE__ long unsigned int
  82. #define __INT_FAST8_TYPE__ signed char
  83. #define __INT_FAST16_TYPE__ long int
  84. #define __INT_FAST32_TYPE__ long int
  85. #define __INT_FAST64_TYPE__ long int
  86. #define __UINT_FAST8_TYPE__ unsigned char
  87. #define __UINT_FAST16_TYPE__ long unsigned int
  88. #define __UINT_FAST32_TYPE__ long unsigned int
  89. #define __UINT_FAST64_TYPE__ long unsigned int
  90. #define __INTPTR_TYPE__ long int
  91. #define __UINTPTR_TYPE__ long unsigned int
  92. #define __GXX_WEAK__ 1
  93. #define __DEPRECATED 1
  94. #define __GXX_RTTI 1
  95. #define __GXX_EXPERIMENTAL_CXX0X__ 1
  96. #define __EXCEPTIONS 1
  97. #define __GXX_ABI_VERSION 1002
  98. #define __SCHAR_MAX__ 127
  99. #define __SHRT_MAX__ 32767
  100. #define __INT_MAX__ 2147483647
  101. #define __LONG_MAX__ 9223372036854775807L
  102. #define __LONG_LONG_MAX__ 9223372036854775807LL
  103. #define __WCHAR_MAX__ 2147483647
  104. #define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
  105. #define __WINT_MAX__ 4294967295U
  106. #define __WINT_MIN__ 0U
  107. #define __PTRDIFF_MAX__ 9223372036854775807L
  108. #define __SIZE_MAX__ 18446744073709551615UL
  109. #define __INTMAX_MAX__ 9223372036854775807L
  110. #define __INTMAX_C(c) c ## L
  111. #define __UINTMAX_MAX__ 18446744073709551615UL
  112. #define __UINTMAX_C(c) c ## UL
  113. #define __SIG_ATOMIC_MAX__ 2147483647
  114. #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
  115. #define __INT8_MAX__ 127
  116. #define __INT16_MAX__ 32767
  117. #define __INT32_MAX__ 2147483647
  118. #define __INT64_MAX__ 9223372036854775807L
  119. #define __UINT8_MAX__ 255
  120. #define __UINT16_MAX__ 65535
  121. #define __UINT32_MAX__ 4294967295U
  122. #define __UINT64_MAX__ 18446744073709551615UL
  123. #define __INT_LEAST8_MAX__ 127
  124. #define __INT8_C(c) c
  125. #define __INT_LEAST16_MAX__ 32767
  126. #define __INT16_C(c) c
  127. #define __INT_LEAST32_MAX__ 2147483647
  128. #define __INT32_C(c) c
  129. #define __INT_LEAST64_MAX__ 9223372036854775807L
  130. #define __INT64_C(c) c ## L
  131. #define __UINT_LEAST8_MAX__ 255
  132. #define __UINT8_C(c) c
  133. #define __UINT_LEAST16_MAX__ 65535
  134. #define __UINT16_C(c) c
  135. #define __UINT_LEAST32_MAX__ 4294967295U
  136. #define __UINT32_C(c) c ## U
  137. #define __UINT_LEAST64_MAX__ 18446744073709551615UL
  138. #define __UINT64_C(c) c ## UL
  139. #define __INT_FAST8_MAX__ 127
  140. #define __INT_FAST16_MAX__ 9223372036854775807L
  141. #define __INT_FAST32_MAX__ 9223372036854775807L
  142. #define __INT_FAST64_MAX__ 9223372036854775807L
  143. #define __UINT_FAST8_MAX__ 255
  144. #define __UINT_FAST16_MAX__ 18446744073709551615UL
  145. #define __UINT_FAST32_MAX__ 18446744073709551615UL
  146. #define __UINT_FAST64_MAX__ 18446744073709551615UL
  147. #define __INTPTR_MAX__ 9223372036854775807L
  148. #define __UINTPTR_MAX__ 18446744073709551615UL
  149. #define __FLT_EVAL_METHOD__ 0
  150. #define __DEC_EVAL_METHOD__ 2
  151. #define __FLT_RADIX__ 2
  152. #define __FLT_MANT_DIG__ 24
  153. #define __FLT_DIG__ 6
  154. #define __FLT_MIN_EXP__ (-125)
  155. #define __FLT_MIN_10_EXP__ (-37)
  156. #define __FLT_MAX_EXP__ 128
  157. #define __FLT_MAX_10_EXP__ 38
  158. #define __FLT_DECIMAL_DIG__ 9
  159. #define __FLT_MAX__ 3.40282346638528859812e+38F
  160. #define __FLT_MIN__ 1.17549435082228750797e-38F
  161. #define __FLT_EPSILON__ 1.19209289550781250000e-7F
  162. #define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F
  163. #define __FLT_HAS_DENORM__ 1
  164. #define __FLT_HAS_INFINITY__ 1
  165. #define __FLT_HAS_QUIET_NAN__ 1
  166. #define __DBL_MANT_DIG__ 53
  167. #define __DBL_DIG__ 15
  168. #define __DBL_MIN_EXP__ (-1021)
  169. #define __DBL_MIN_10_EXP__ (-307)
  170. #define __DBL_MAX_EXP__ 1024
  171. #define __DBL_MAX_10_EXP__ 308
  172. #define __DBL_DECIMAL_DIG__ 17
  173. #define __DBL_MAX__ double(1.79769313486231570815e+308L)
  174. #define __DBL_MIN__ double(2.22507385850720138309e-308L)
  175. #define __DBL_EPSILON__ double(2.22044604925031308085e-16L)
  176. #define __DBL_DENORM_MIN__ double(4.94065645841246544177e-324L)
  177. #define __DBL_HAS_DENORM__ 1
  178. #define __DBL_HAS_INFINITY__ 1
  179. #define __DBL_HAS_QUIET_NAN__ 1
  180. #define __LDBL_MANT_DIG__ 64
  181. #define __LDBL_DIG__ 18
  182. #define __LDBL_MIN_EXP__ (-16381)
  183. #define __LDBL_MIN_10_EXP__ (-4931)
  184. #define __LDBL_MAX_EXP__ 16384
  185. #define __LDBL_MAX_10_EXP__ 4932
  186. #define __DECIMAL_DIG__ 21
  187. #define __LDBL_MAX__ 1.18973149535723176502e+4932L
  188. #define __LDBL_MIN__ 3.36210314311209350626e-4932L
  189. #define __LDBL_EPSILON__ 1.08420217248550443401e-19L
  190. #define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
  191. #define __LDBL_HAS_DENORM__ 1
  192. #define __LDBL_HAS_INFINITY__ 1
  193. #define __LDBL_HAS_QUIET_NAN__ 1
  194. #define __DEC32_MANT_DIG__ 7
  195. #define __DEC32_MIN_EXP__ (-94)
  196. #define __DEC32_MAX_EXP__ 97
  197. #define __DEC32_MIN__ 1E-95DF
  198. #define __DEC32_MAX__ 9.999999E96DF
  199. #define __DEC32_EPSILON__ 1E-6DF
  200. #define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
  201. #define __DEC64_MANT_DIG__ 16
  202. #define __DEC64_MIN_EXP__ (-382)
  203. #define __DEC64_MAX_EXP__ 385
  204. #define __DEC64_MIN__ 1E-383DD
  205. #define __DEC64_MAX__ 9.999999999999999E384DD
  206. #define __DEC64_EPSILON__ 1E-15DD
  207. #define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
  208. #define __DEC128_MANT_DIG__ 34
  209. #define __DEC128_MIN_EXP__ (-6142)
  210. #define __DEC128_MAX_EXP__ 6145
  211. #define __DEC128_MIN__ 1E-6143DL
  212. #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
  213. #define __DEC128_EPSILON__ 1E-33DL
  214. #define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
  215. #define __REGISTER_PREFIX__
  216. #define __USER_LABEL_PREFIX__
  217. #define _FORTIFY_SOURCE ((defined __OPTIMIZE__ && __OPTIMIZE__ > 0) ? 2 : 0)
  218. #define __GNUC_STDC_INLINE__ 1
  219. #define __NO_INLINE__ 1
  220. #define __STRICT_ANSI__ 1
  221. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
  222. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
  223. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
  224. #define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
  225. #define __GCC_ATOMIC_BOOL_LOCK_FREE 2
  226. #define __GCC_ATOMIC_CHAR_LOCK_FREE 2
  227. #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
  228. #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
  229. #define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
  230. #define __GCC_ATOMIC_SHORT_LOCK_FREE 2
  231. #define __GCC_ATOMIC_INT_LOCK_FREE 2
  232. #define __GCC_ATOMIC_LONG_LOCK_FREE 2
  233. #define __GCC_ATOMIC_LLONG_LOCK_FREE 2
  234. #define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
  235. #define __GCC_ATOMIC_POINTER_LOCK_FREE 2
  236. #define __GCC_HAVE_DWARF2_CFI_ASM 1
  237. #define __PRAGMA_REDEFINE_EXTNAME 1
  238. #define __SIZEOF_INT128__ 16
  239. #define __SIZEOF_WCHAR_T__ 4
  240. #define __SIZEOF_WINT_T__ 4
  241. #define __SIZEOF_PTRDIFF_T__ 8
  242. #define __amd64 1
  243. #define __amd64__ 1
  244. #define __x86_64 1
  245. #define __x86_64__ 1
  246. #define __ATOMIC_HLE_ACQUIRE 65536
  247. #define __ATOMIC_HLE_RELEASE 131072
  248. #define __k8 1
  249. #define __k8__ 1
  250. #define __code_model_small__ 1
  251. #define __MMX__ 1
  252. #define __SSE__ 1
  253. #define __SSE2__ 1
  254. #define __FXSR__ 1
  255. #define __SSE_MATH__ 1
  256. #define __SSE2_MATH__ 1
  257. #define __gnu_linux__ 1
  258. #define __linux 1
  259. #define __linux__ 1
  260. #define __unix 1
  261. #define __unix__ 1
  262. #define __ELF__ 1
  263. #define __DECIMAL_BID_FORMAT__ 1
  264. #define _GNU_SOURCE 1
  265. #define _STDC_PREDEF_H 1
  266. #define __STDC_IEC_559__ 1
  267. #define __STDC_IEC_559_COMPLEX__ 1
  268. #define __STDC_ISO_10646__ 201103L
  269. #define __STDC_NO_THREADS__ 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement