-
-
/point=64=arg for clang
Replies: 2
by
joukj » Mon Dec 04, 2023 10:59 am
Hi,
I wonder what the clang unix style equivalent of /point=64=arg is. (-pointer=64=arg seems not to work)
Jouk
- 2 Replies
- 232 Views
-
Last post by joukj
Tue Dec 05, 2023 1:24 am
-
-
CXX/clang listing files
Replies: 1
by
mberryman » Thu Nov 30, 2023 7:05 pm
How close are the CXX/clang compilers to generating listing files? I've run into a problem that I do not know how to solve without a listing file....
- 1 Replies
- 368 Views
-
Last post by jreagan
Mon Dec 04, 2023 9:22 am
-
-
C : #pragma pointer_size ignored???
Replies: 2
by
joukj » Mon Dec 04, 2023 4:51 am
Hi All
I get the following:
rumba-jj) cc/vers
VSI C x86-64 X7.4-843 (GEM 50XB9) on OpenVMS x86_64 V9.2-1
rumba-jj) ty test.c
#include
#include...
- 2 Replies
- 181 Views
-
Last post by joukj
Mon Dec 04, 2023 5:47 am
-
-
Low latency local event flags
Replies: 2
by
jhamby » Wed Nov 22, 2023 12:31 pm
I'm pleased to report that VMS local event flags are low-latency enough to use to wake up an event loop thread more quickly than other mechanisms, as...
- 2 Replies
- 1158 Views
-
Last post by pustovetov
Sat Nov 25, 2023 5:57 am
-
-
varargs -> stdarg
Replies: 3
by
imiller » Fri Nov 17, 2023 8:31 am
As the C compiler release notes strongly recommends using stdarg instead of varargs then I thought I should have a look at my code that uses...
- 3 Replies
- 785 Views
-
Last post by imiller
Fri Nov 24, 2023 10:57 am
-
-
Temp file frustration
Replies: 2
by
jhamby » Wed Nov 15, 2023 3:55 pm
I recently posted about an issue with redirecting stdout and stderr of a child process to a file. The suggestion I received was to open the file for...
- 2 Replies
- 783 Views
-
Last post by jhamby
Wed Nov 22, 2023 11:25 am
-
-
More debugger woes...
Replies: 18
by
tlovern » Wed Oct 04, 2023 1:46 pm
debugger still doesn't evaluate local variables correctly....
simple code to illustrate the problem:
#include
#include
#include
#include...
- 18 Replies
- 22069 Views
-
Last post by tlovern
Mon Nov 20, 2023 1:03 pm
-
-
- 2 Replies
- 477 Views
-
Last post by tlovern
Sun Nov 19, 2023 12:24 pm
-
-
- 7 Replies
- 599 Views
-
Last post by jreagan
Fri Nov 17, 2023 12:54 pm
-
-
C on X86 : evaluation of expressions
Replies: 2
by
joukj » Mon Aug 07, 2023 8:14 am
Hi
I get the following:
rumba-jj) cc/vers
VSI C X7.4-785 (GEM 50X65) on OpenVMS x86_64 V9.2-1
rumba-jj) ty test.c
#define DBL_M...
- 2 Replies
- 1263 Views
-
Last post by joukj
Thu Nov 16, 2023 1:53 am
-
-
CXX and atomic instructions
Replies: 3
by
mberryman » Mon Nov 06, 2023 2:36 pm
What atomic instructions are available to the C++ compiler on x86? I've been using __ATOMIC_EXCH_LONG, __CMP_SWAP_LONG_ACQ, and similar.
- 3 Replies
- 578 Views
-
Last post by jreagan
Sun Nov 12, 2023 10:28 pm
-
-
Help with mixing C and C++ code
Replies: 10
by
mberryman » Tue Nov 07, 2023 2:42 am
Ok, I'm stumped. What is the syntax that would allow a C++ routine to call a C routine that is using 32-bit pointers? The following illustrates the...
- 10 Replies
- 929 Views
-
Last post by mberryman
Thu Nov 09, 2023 1:58 am
-
-
Replacing lib$spawn with vfork/execv
Replies: 3
by
jhamby » Mon Oct 30, 2023 10:04 pm
This is a continuation of something I'd been discussing on comp.os.vms, but the newsgroup has been taken over by spam lately, and this is probably a...
- 3 Replies
- 680 Views
-
Last post by jhamby
Wed Nov 01, 2023 3:22 pm
-
-
- 16 Replies
- 2402 Views
-
Last post by joukj
Mon Oct 23, 2023 4:46 am
-
-
- 8 Replies
- 1754 Views
-
Last post by joukj
Thu Oct 19, 2023 8:41 am
-
-
- 2 Replies
- 1100 Views
-
Last post by jreagan
Mon Oct 16, 2023 9:07 pm
-
-
- 9 Replies
- 1472 Views
-
Last post by pocketprobe
Fri Oct 13, 2023 11:42 am
-
-
CXX on X86 : stream.h missing
Replies: 5
by
joukj » Mon Jun 19, 2023 6:26 am
Hi I get a missing stream.h in C++ on X86 (On IA64 and AXP it just works)
rumba-jj) cxx/vers
clang version 10.0.1...
- 5 Replies
- 1705 Views
-
Last post by jreagan
Thu Sep 28, 2023 3:43 pm
-
-
- 3 Replies
- 1083 Views
-
Last post by jreagan
Fri Sep 22, 2023 8:32 am
-
-
- 3 Replies
- 11022 Views
-
Last post by jreagan
Wed Sep 20, 2023 5:47 am
-
-
- 2 Replies
- 893 Views
-
Last post by jreagan
Sun Sep 17, 2023 6:18 pm
-
-
- 8 Replies
- 1248 Views
-
Last post by tlovern
Sat Sep 16, 2023 9:56 am
-
-
- 4 Replies
- 1007 Views
-
Last post by arne_v
Tue Sep 12, 2023 8:15 pm
-
-
- 3 Replies
- 1325 Views
-
Last post by mgdaniel
Fri Sep 08, 2023 7:26 pm
-
-
CXX on X86 : missing align_val_t??
Replies: 5
by
joukj » Tue Jul 18, 2023 5:41 am
Hi ,
I get the following when linking a c++ program compiled with /standard=gnu17 (which I realy need):
link pdfdetach.obj,parseargs.obj,...
- 5 Replies
- 21651 Views
-
Last post by joukj
Mon Sep 04, 2023 10:40 am
Forum permissions
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum