Name: | cpp |
---|---|
Version: | 4.8.5 |
Release: | 36.0.2.el7_6.2 |
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-36.0.2.el7_6.2.aarch64.rpm |
Source RPM: | gcc-4.8.5-36.0.2.el7_6.2.src.rpm |
Build Date: | Wed Apr 24 2019 |
Build Host: | ca-buildarm01.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. |
- Do not pass -export-dynamic to the linker in static links in aarch64. - [Orabug: 28841734] - Reviewed-by: Qing Zhao <qing.zhao@oracle.com> - [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.
- allow libitm to use HTM (#1674383) - fix mode mismatch in prepare_cmp_insn (#1676795, PR target/63442)
- Avoid code generation bug due to incorrect CFG in the presence of setjmp/longjmp (#1655148).
- back out the last change
- adjust C++11 signatures to take a const_iterator (#1575888)
- fix infinite looping in -fipa-cp-clone (#1546372) - don't look for vsld gcc.target/powerpc/pr72717.c
- Fix two minor problems with the backported spectre updates from upstream. (#1537828)
- Backport various stack-clash and spectre fixes from upstream (#1537828)
- backport s390 -mpic-data-is-text-relative feature (#1555397) - fix crash when write follows large read (#1463706) - fix emit_move_insn ICE (#1565536) - add missing rs6000-cpus.def (#1512202)