This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target/3506: weird behaviour when incrementing volatile ints


The following reply was made to PR target/3506; it has been noted by GNATS.

From: Richard Henderson <rth@redhat.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: rth@gcc.gnu.org, 89949-quiet@bugs.debian.org, gcc-bugs@gcc.gnu.org,
   gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: target/3506: weird behaviour when incrementing volatile ints
Date: Wed, 3 Apr 2002 02:47:18 -0800

 On Wed, Apr 03, 2002 at 08:29:27PM +1000, Herbert Xu wrote:
 > This breaks C99 wrt sig_atomic_t.  The increment has to be a single
 > instruction.
 
 Um, no, *assignment* has to be a single instruction.  Very different.
 
 
 r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]