Title: art-online TM - The Fine Art Directory by Artprice
T H EF I N EA R TD I R E C T O R Y
Art History
Art market
Art Venues
Artists
Awards
Education
Employment
Events
Galleries
Goverments
Legal
Museums
Professionals
Resources
Shopping
http://www.A
On Fri, Feb 14, 2003 at 12:50:43PM -0500, Daniel Jacobowitz wrote:
> On Fri, Feb 14, 2003 at 12:14:01AM -0500, H. S. Teoh wrote:
[snip]
> > Also, why doesn't g++ like the declaration of objects inside a switch
> > statement? Is this invalid according to the C++ spec, or is it a GCC
> > oddity? Rega
Package: gcc-3.2
Version: 1:3.2.3-0pre1
Severity: wishlist
The following function doesn't get optimised away as a noop:
int k(int l)
{
if (l & 2)
l |= 2;
return l;
}
$ gcc-3.2 -O2 -S b.c
$ cat b.s
.file "b.c"
.text
.p2align 2,,3
.globl k
3 matches
Mail list logo