Name: | cpp |
---|---|
Version: | 8.5.0 |
Release: | 18.0.2.el8 |
Architecture: | x86_64 |
Group: | Development/Languages |
Size: | 29723379 |
License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD |
RPM: | cpp-8.5.0-18.0.2.el8.x86_64.rpm |
Source RPM: | gcc-8.5.0-18.0.2.el8.src.rpm |
Build Date: | Thu May 11 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://gcc.gnu.org |
Summary: | The C Preprocessor |
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. |
- Support for -mpreserve-args in aarch64. - Orabug 35065765. Reviewed-by: Qing Zhao <qing.zhao@oracle.com>.
- Merge Oracle patches with gcc-8.5.0-18. Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Merge oracle patches with gcc-8.5.0-16.
- fix strlen range with a flexible member array (#2137448)
- Fix Orabug 34679540 - PROFILE COLLECT BUILD AND WORK LOAD TEST ISSUES IN LINUX ARM64. Removing the buggy patch that has been removed from upstream gcc too: gcc10-pr91971.patch
- fix deserialization for std::normal_distribution (#2130392, PR libstdc++/105502) - initialize std::normal_distribution::_M_saved (PR libstdc++/99536) - reject std::make_shared<T[]> (PR libstdc++/99006)
- avoid changing PHIs in GIMPLE split_edge (#2117838)
- Merge oracle patches with gcc-8.5.0-15.
- backport straight-line-speculation mitigation (#2108721)
- backport std::regex check for invalid range (#2001788)