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: optimization/4822

[Get raw message]
The following reply was made to PR optimization/4822; it has been noted by GNATS.

From: Bryce McKinlay <bryce@waitaki.otago.ac.nz>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, ake@purdue.edu,
   gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: optimization/4822
Date: Tue, 20 Nov 2001 17:54:47 +1300

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4822&database=gcc
 
 Hi,
 
 The C test case is, I believe, not a bug because C does not define 
 evaluation order across the "=".
 
 The Java case, however, _is_ a bug because we need to enforce the 
 left-to-right evaluation order in order to comply with Java semantics.
 
 regards
 
 Bryce.
 
 


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