Re: GCC 4.4 changes page needs updating

2009-03-21 Thread H.J. Lu
On Sat, Mar 21, 2009 at 12:40 PM, Kai Tietz wrote: > 2009/3/21 Joseph S. Myers : >> Apart from new features, the x86_64 long double union ABI issue needs >> mentioning in the caveats section.  Are there any other ABI changes >> missing from there? >> >> -- >> Joseph S. Myers >> jos...@codesourcery

Re: GCC 4.4 changes page needs updating

2009-03-21 Thread Kai Tietz
2009/3/21 Joseph S. Myers : > Apart from new features, the x86_64 long double union ABI issue needs > mentioning in the caveats section.  Are there any other ABI changes > missing from there? > > -- > Joseph S. Myers > jos...@codesourcery.com > The abi switching patch for x86_64 is still missing i

Re: GCC 4.4 changes page needs updating

2009-03-21 Thread Joseph S. Myers
Apart from new features, the x86_64 long double union ABI issue needs mentioning in the caveats section. Are there any other ABI changes missing from there? -- Joseph S. Myers jos...@codesourcery.com

Re: GCC 4.4 changes page needs updating

2009-03-21 Thread Manuel López-Ibáñez
2009/3/21 Steven Bosscher : > * New warnings: -Wdisallowed-function-list=, -Wframe-larger-than=, > -Wmudflap, -Wtype-limits, > -Wtype-limits was mentioned in GCC 4.3 changes. Cheers, Manuel.

GCC 4.4 changes page needs updating

2009-03-21 Thread Steven Bosscher
Hello all, The GCC 4.4 changes page is far from complete. It almost looks like nothing happened, even some of the really big changes like IRA are not mentioned on the changes page. Things that are obviously missing from the changes page: * IRA * Selective scheduler * The stack work from HJ and