#1751 koji tag-pkg dist-f11 gcc-4.4.0-4
Closed: Fixed None Opened 15 years ago by jakub.

{{{
Wed May 6 2009 Jakub Jelinek jakub@redhat.com 4.4.0-4
- update from gcc-4_4-branch
- PRs c++/40013, libgcj/39899, libstdc++/39868, libstdc++/39880,
libstdc++/39881, libstdc++/39882, libstdc++/39909, middle-end/39937,
rtl-optimization/39914, target/39565, testsuite/39769,
testsuite/39776, testsuite/39790, testsuite/39807,
tree-optimization/39941
- fix phiprop tuplification (#496400, PR tree-optimization/40022)
- don't add artificial default case label if switch labels already
cover the whole range (PR middle-end/39666)
- fix DSE with block reads (PR middle-end/40035)
- fix debuginfo for C++ typedef struct {...} T (PR debug/35463)
- remove some unnecessary padding on x86_64/i386 added for >= 4 control
flow insns in a 16-byte block (PR target/39942)
- don't create invalid DWARF location lists containing DW_OP_reg

followed by DW_OP_deref, instead use DW_OP_breg 0 (#481675)
- add libstdc++-docs subpackage, move html manual to it, add doxygen
generated html and man pages
}}}


That's an awful lot of words. Is there any particular high level set of things this is fixing? I'm +1 anyway, but it would help to know.

Just those 21 different bugs, including several wrong-code bugs (e.g. #496400, PR40035) or invalid debug info bugs (#481675, PR35463), or very inefficient code generated for -O1 (PR39914).

Metadata Update from @jakub:
- Issue set to the milestone: Fedora 11 Final

7 years ago

Login to comment on this ticket.

Metadata