Name: | cpp |
---|---|
Version: | 4.8.5 |
Release: | 28.0.4.el7_5.1 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 13241893 |
License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD |
RPM: | cpp-4.8.5-28.0.4.el7_5.1.aarch64.rpm |
Source RPM: | gcc-4.8.5-28.0.4.el7_5.1.src.rpm |
Build Date: | Wed Jun 20 2018 |
Build Host: | ca-buildarm02.US.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. |
- Orabug 28212574. - Fix alignment for section anchor in aarch64 targets. Upstream f79e87ea93bc4a48ebff0db1b8c05dd6240e69e2.
- [Orabug: 27987827] (Michael Ploujnikov) - Enable stable binary output for Ksplice
- [Orabug: 27557686] (Egeyar Bagcioglu) - Introduce 'oracle_release' into .spec file. Echo it to gcc/DEV-PHASE.
- s390 retpoline support for spectre mitigation (#1552021)
- Minor testsuite fixes to clean up test results (#1469697) - retpoline support for spectre mitigation (#1535655)
- bump for rebuild with RELRO enabled even for ppc64/ppc64le
- Avoid red zone probing for zero residual dynamic allocation (#1469697) - Avoid bogus CFIs for probes in noreturn fucntions on x86/x86_64 (#1469697)
- Avoid red zone probe on aarch64 (#1469697)
- Sync gcc48-rh1469697-13 patch to upstream (#1469697) - Avoid probing in the red zone for noreturn functions (#1507980, #1469697) - Avoid infinite loop if probing interval is less than guard size (#1469697) - Fix debug information for large probing interval on aarch64 (#1469697) - Fix ICE on ppc port with large probing interval (#1469697) - rebuild to remove static relocations not known to older linkers (#1508968)
- rebuild to remove static relocations not known to older linkers (#1508968)