Package cpp-8.5.0-26.el8_10.inferit.x86_64
Name | cpp |
---|---|
Epoch | 0 |
Version | 8.5.0 |
Release | 26.el8_10.inferit |
Architecture | x86_64 |
Website/URL | http://gcc.gnu.org |
License | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD |
Build Time | 2025-03-21 15:00:00 |
Build Host | builder-iso-x86-01.inferitos.ru |
Summary | The C Preprocessor |
Repositories | AppStream |
Description | Cpp is the GNU C-Compatible Compiler Preprocessor. Cpp is a macro processor which is used automatically by the C compiler to transform your program before actual compilation. It is called a macro processor because it allows you to define macros, abbreviations for longer constructs. The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can be substituted into your program); macro expansion (you can define macros, and the C preprocessor will replace the macros with their definitions throughout the program); conditional compilation (using special preprocessing directives, you can include or exclude parts of the program according to various conditions); and line control (if you use a program to combine or rearrange source files into an intermediate file which is then compiled, you can use line control to inform the compiler about where each source line originated). You should install this package if you are a C programmer and you use macros. |
Errata | — |
Size | 10678 KiB |
Source Project | gcc-8.5.0-26.el8_10.inferit |
SHA-256 checksum | b233b43039987d40ad33e3189335a14ab39b91ece1d8cc6907b69d3c625d74d3 |
×
* Fri Mar 21 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 8.5.0-26 - Pin modification time for python files to SOURCE_DATE_EPOCH (RHEL-50290). * Fri Feb 28 2025 Siddhesh Poyarekar <siddhesh@redhat.com> 8.5.0-25 - Sync libstdc++ pretty printers to latest GTS (RHEL-50290). * Mon Feb 24 2025 Marek Polacek <polacek@redhat.com> 8.5.0-24 - don't reuse DEBUG_EXPRs with vector type (PR middle-end/100508, RHEL-79501) * Fri Feb 07 2025 Marek Polacek <polacek@redhat.com> 8.5.0-23 - rebuild for CVE-2020-11023 (RHEL-78274) * Thu Apr 18 2024 Marek Polacek <polacek@redhat.com> 8.5.0-22 - fix ICE in the vectorizer (RHEL-32886) * Tue Dec 12 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 8.5.0-20.inferit - Sets bug tracker URL to https://bugs.msvsphere-os.ru/ * Wed Oct 04 2023 Marek Polacek <polacek@redhat.com> 8.5.0-21 - guard the bit test merging code in if-combine (RHEL-11483) * Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 8.5.0-20 - Rebuilt for MSVSphere 8.8 * Wed Jun 14 2023 Marek Polacek <polacek@redhat.com> 8.5.0-20 - fix for TLSLD references (#2213753) - fix crash in dynamic_cast<>() on null pointer (PR c++/99074, #2211506) - adjust a pattern in s390.md (PR target/87723, #2214847) * Tue Apr 04 2023 Marek Polacek <polacek@redhat.com> 8.5.0-19 - s390x: add support for register arguments preserving (#2168205)