Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 11:21:30 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/gcc toplev.c
Message-ID:  <200206211821.g5LILU333022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2002/06/21 11:21:30 PDT

  Modified files:
    contrib/gcc          toplev.c 
  Log:
  cc -O0 and -O1 didn't do the easy optimization of alignment for space.
  Instead it attempted to do the easy optimization of alignment for time,
  which should be to 1-byte alignment on i386's.
  
  Submitted by:   bde
  
  Revision  Changes    Path
  1.14      +1 -1      src/contrib/gcc/toplev.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206211821.g5LILU333022>