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 Joey * Indirect inlining (-findirect-inlining) * -ftree-builtin-call-dce * -fconserve-stack * Profile driven opts improvements (-fprofile-dir=, -fprofile-correction, * Other new flags: -fconserve-stack, -fcx-fortran-rules, -fdwarf2-cfi-asm, * New warnings: -Wdisallowed-function-list=, -Wframe-larger-than=, -Wmudflap, -Wtype-limits, Perhaps those of you who added all this new stuff could contribute a brief description of the improvements realized with these changes for the GCC 4.4. changes page (http://gcc.gnu.org/gcc-4.4/changes.html). I've only looked at the common optimizer improvements (via "diff -u {gcc-4.3.3,trunk}/gcc/common.opt "). Probably there is lots of target-specific work that is worth mentioning... Ciao! Steven