Name: | cpp |
---|---|
Version: | 8.5.0 |
Release: | 10.0.2.el8 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 24201356 |
License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD |
RPM: | cpp-8.5.0-10.0.2.el8.aarch64.rpm |
Source RPM: | gcc-8.5.0-10.0.2.el8.src.rpm |
Build Date: | Thu May 05 2022 |
Build Host: | build-ol8-aarch64.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. |
- Fix Orabug 34066706 only in OL GCC. report error when there is no PROGRAM_SUMMARY section in .gcda file. Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Merge with oracle patches.
- fix typo in the cprop_hardreg patch (#2028609)
- apply cprop_hardreg fix for narrow mode != lowpart targets (#2028609)
- aarch64: Add -mtune=neoverse-512tvb (#1845932)
- Add patches to support marvell on Arm: gcc9-add-support-for-profile-extension.patch gcc10-add-initial-octeontx2-support.patch Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- backport PCH tweaks (#2030878)
- avoid cycling on certain subreg reloads (PR rtl-optimization/96796, #2028798)
- when linking against libgcc_s, link libgcc.a too (#2022588)
- add -Wbidi-chars patch (#2008392)