From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad84be6ce1cbae14 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Take controll of the assignment operator Date: 2000/04/11 Message-ID: #1/1 X-Deja-AN: 609656736 Sender: bobduff@world.std.com (Robert A Duff) References: <38F2FF84.C44AC279@newtec.de> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-04-11T00:00:00+00:00 List-Id: "Rainer Aigner Tel. XXXX" writes: > Up to here everythings fine. > Now, my question: How can I make sure that the compiler uses the right > assembler for load and store operations? I'm not sure exactly what you're asking, but you might want to look up the Atomic and Volatile pragmas. - Bob