Displaying 5 results from an estimated 5 matches for "zortech".
Did you mean:
portech
2013 Jul 31
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...ke the only necessary condition for being a first-class
> native-code development tool on Windows is to support the platform C
> ABI and the subset of the C++ ABI required by COM, and that is the
> most that any non-MS compiler on Windows tries to do,
Huh? Intel CC supports the MSVC++ ABI. Zortech (Digital Mars) supports it, too (though the guy who wrote it isn't too proud of that fact--or the fact that he even wrote that compiler to begin with). Heck, even CodeWarrior supported it (as Howard Hinnant might well remember), before Metrowerks sold off their x86 compiler backend. In fact, ot...
2013 Jul 30
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
> Right. What's the point of all the effort devoted to MSVC++ ABI
> compatibility when Clang doesn't need it for being a top-notch C++
> compiler on Windows?
I brought up a similar point a little bit earlier, too....
It seems like the only necessary condition for being a first-class
native-code development tool on Windows is to support the platform C
ABI and the subset of the
2013 Jul 29
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
Duncan Sands <baldrick at free.fr> writes:
> On 29/07/13 15:30, Anton Korobeynikov wrote:
>>>> object in place on the stack or at least call its copy constructor.
>>>
>>>
>>> what does GCC do?
>> Nothing. It does not support MSVC ABI.
>
> Maybe we shouldn't either :)
Right. What's the point of all the effort devoted to MSVC++
2002 Jul 03
3
segfault in current cvs
Hello --
Some wav files have been crashing the stuff I checked out from cvs
last night. Is this happening to anyone else?
Red Hat Linux release 7.3 (Valhalla)
Kernel 2.4.18-5 on an i686
gcc-2.96-110
glibc-2.2.5-36
Encoding "04_imiuta.wav" to
"04_imiuta.ogg"
at quality 1.00
[100.0%] [ 0m00s remaining] \Segmentation fault
Program received signal
2013 Jul 31
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
Charles Davis <cdavis5x at gmail.com> writes:
> Huh? Intel CC supports the MSVC++ ABI. Zortech (Digital Mars) supports
> it, too (though the guy who wrote it isn't too proud of that fact--or
> the fact that he even wrote that compiler to begin with). Heck, even
> CodeWarrior supported it (as Howard Hinnant might well remember),
> before Metrowerks sold off their x86 compiler...