Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libmudflap-devel - GCC mudflap support
- Description:
This package contains headers and static libraries for building
mudflap-instrumented programs.
To instrument a non-threaded program, add -fmudflap
option to GCC and when linking add -lmudflap, for threaded programs
also add -fmudflapth and -lmudflapth.
Packages
libmudflap-devel-4.1.2-52.el5.i386
[173 KiB] |
Changelog
by Jakub Jelinek (2011-10-26):
- decrease C++ FE memory usage on code with heavy overloading
(#651098, PR c++/48481)
- build EH_SPEC_BLOCK with the same location as current function
to help gcov (#706383, PR c++/50055)
- fix PCH ICEs introduced by PR44367 changes (#735304)
- improve debug info for C externs in block scope (#745004, PR debug/39563)
- fix #pragma omp for handling in C++ try/catch stmt (#722252,
PR middle-end/33333)
- fix ICE in modified_type_die with Fortran array descriptors (#746405)
|