search for: _far

Displaying 6 results from an estimated 6 matches for "_far".

Did you mean: _bar
2005 May 19
4
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...Ss out: operator<<(std::basic_ostream<char, std::char_traits<char> >&, std::basic_s tring<char, std::char_traits<char>, std::allocator<char> > const&) exp: operator<<(std::ostream&, std::string const&) FAIL at line 2700, style gnu-v3: in: U4_farrVKPi out: _far int* restrict volatile const exp: int* restrict volatile const _far FAIL at line 2704, style gnu-v3: in: _Z3fooILi2EEvRAplT_Li1E_i out: void foo<(int)2>(int (&) [((int)2)+((int)1)]) exp: void foo<2>(int (&) [(2) + (1)]) FAIL at line 2708, style gnu-v3: in: _Z1fM...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...operator<<(std::basic_ostream<char, std::char_traits<char> >&, std::basic_s tring<char, std::char_traits<char>, std::allocator<char> > const&) exp: operator<<(std::ostream&, std::string const&) FAIL at line 2700, style gnu-v3: in: U4_farrVKPi out: _far int* restrict volatile const exp: int* restrict volatile const _far FAIL at line 2704, style gnu-v3: in: _Z3fooILi2EEvRAplT_Li1E_i out: void foo<(int)2>(int (&) [((int)2)+((int)1)]) exp: void foo<2>(int (&) [(2) + (1)]) FAIL at line 2708, style gnu-...
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...std::basic_ostream<char, std::char_traits<char> >&, > std::basic_s > tring<char, std::char_traits<char>, std::allocator<char> > const&) > exp: operator<<(std::ostream&, std::string const&) > FAIL at line 2700, style gnu-v3: > in: U4_farrVKPi > out: _far int* restrict volatile const > exp: int* restrict volatile const _far > FAIL at line 2704, style gnu-v3: > in: _Z3fooILi2EEvRAplT_Li1E_i > out: void foo<(int)2>(int (&) [((int)2)+((int)1)]) > exp: void foo<2>(int (&) [(2) + (1)]) > FAIL at...
2005 May 19
3
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
...aits<char> >&, std::basic_s > tring<char, std::char_traits<char>, std::allocator<char> > > const&) > exp: operator<<(std::ostream&, std::string const&) > FAIL at line 2700, style gnu-v3: > in: U4_farrVKPi > out: _far int* restrict volatile const > exp: int* restrict volatile const _far > FAIL at line 2704, style gnu-v3: > in: _Z3fooILi2EEvRAplT_Li1E_i > out: void foo<(int)2>(int (&) [((int)2)+((int)1)]) > exp: void foo...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
.../Makefile.*: use model-dependent name for the built zlib library + . msdos/Makefile.emx, nt/Makefile.emx, nt/Makefile.gcc: + new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) +- use define instead of typedef for Bytef also for MSC small/medium (Tom Lane) +- replace __far with _far for better portability (Christian Spieler, Tom Lane) +- fix test for errno.h in configure (Tim Newsham) + Changes in 1.1.2 (19 March 98) - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) See http://www.winimage.com/zLibDll/unzip.html Index: zlib/Makefile =====...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...quot;_ZTv0_n12_NSt9strstreamD0Ev", "virtual thunk to std::strstream::~strstream()"}, // NOTE: disable this test since it is a negative test case, you cannot demangle a non-mangled symbol // {"\x6D", nullptr}, // This use to crash with ASAN {"_ZTIU4_farrVKPi", "typeinfo for int* const volatile restrict _far"}, // mangled names can include type manglings too, which don't start with _Z: {"i", "int"}, {"PKFvRiE", "void (*)(int&) const"}, - // FIXME(compnerd) pretty p...