This is the mail archive of the gcc-patches@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]

[DOCS] Re: i686 bootstrap problem


On Sat, Apr 14, 2001 at 06:21:55PM +0100, Joseph S. Myers wrote:
> On Sun, 15 Apr 2001, Fergus Henderson wrote:
> > It might also be worth documenting the ABI change for -fshort-enums
> > (e.g. in the NEWS file).
> 
> In caveats.html (which we don't yet have for 3.0), along with all the
> deprecations of various features, lack of Chill, etc..

Ignoring the other bits, how's this?


r~

---
<html>

<head>
<title>GCC 3.0 Caveats</title>
</head>

<body>
<h1 align="center">GCC 3.0 Caveats</h1>

<ul>
  <li>Enumerations are now properly promoted to <code>int</code> in
  function parameters and function returns.  Normally this change is
  not visible, but when using <code>-fshort-enums</code> this is an
  ABI change.</li>
</ul>

</body>
</html>


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