Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cpp | Distribution: CentOS |
Version: 11.4.1 | Vendor: CentOS |
Release: 3.el9 | Build date: Tue Dec 19 16:14:58 2023 |
Group: Unspecified | Build host: ppc64le-01.stream.rdu2.redhat.com |
Size: 29595430 | Source RPM: gcc-11.4.1-3.el9.src.rpm |
Packager: builder@centos.org | |
Url: http://gcc.gnu.org | |
Summary: The C Preprocessor |
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.
GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
* Mon Dec 18 2023 Marek Polacek <polacek@redhat.com> 11.4.1-3 - update from releases/gcc-11-branch (RHEL-17638) - PRs c++/106310, c++/106890, c++/109666, c++/109761, c++/111357, c++/111512, c++/112795, d/108842, d/110359, d/110511, d/110516, debug/110295, fortran/95947, fortran/103506, fortran/107397, fortran/110288, fortran/110585, fortran/110658, fortran/111837, fortran/111880, libstdc++/95048, libstdc++/99327, libstdc++/104161, libstdc++/104242, libstdc++/108178, libstdc++/111050, libstdc++/111511, libstdc++/112314, libstdc++/112491, middle-end/110200, middle-end/111699, middle-end/111818, middle-end/112733, rtl-optimization/110237, sanitizer/112727, target/96762, target/101177, target/101469, target/105325, target/109800, target/109932, target/110011, target/110044, target/110170, target/110309, target/110741, target/111001, target/111340, target/111367, target/111408, target/111815, target/112672, target/112816, target/112837, target/112845, target/112891, testsuite/66005, tree-optimization/110298, tree-optimization/110731, tree-optimization/110914, tree-optimization/111015, tree-optimization/111614, tree-optimization/111764, tree-optimization/111917 - use -fno-stack-protector in some aarch64 tests * Tue Oct 03 2023 Marek Polacek <polacek@redhat.com> 11.4.1-2.3 - fix member vs global template (RHEL-2607) * Mon Oct 02 2023 Marek Polacek <polacek@redhat.com> 11.4.1-2.2 - guard the bit test merging code in if-combine (RHEL-6068) * Fri Jun 09 2023 Marek Polacek <polacek@redhat.com> 11.4.1-2.1 - fix ICE on pr96024.f90 on big-endian hosts (PR fortran/96024, #2213211) - use -fno-stack-protector to fix bit-field aarch64 tests (#2213221) * Mon Jun 05 2023 Marek Polacek <polacek@redhat.com> 11.4.1-2 - update from releases/gcc-11-branch (#2193180) - GCC 11.4 release - PRs bootstrap/90543, c++/53932, c++/69410, c++/92752, c++/98056, c++/98821, c++/100295, c++/100474, c++/101118, c++/101869, c++/102780, c++/103871, c++/104527, c++/105406, c++/105996, c++/106188, c++/106675, c++/106713, c++/106740, c++/107065, c++/107163, c++/107179, c++/107558, c++/107579, c++/107864, c++/108138, c++/108180, c++/108365, c++/108468, c++/108474, c++/108607, c++/108975, c++/108998, c++/109096, c++/109164, c/107127, c/107465, c/109151, d/107592, d/108050, d/108877, d/109108, debug/106719, debug/108573, debug/108716, debug/108967, driver/106624, fortran/85877, fortran/95107, fortran/96024, fortran/96025, fortran/99036, fortran/103259, fortran/104332, fortran/106209, fortran/106945, fortran/107576, fortran/107872, fortran/108131, fortran/108349, fortran/108420, fortran/108421, fortran/108451, fortran/108453, fortran/108501, fortran/108502, fortran/108527, fortran/108529, fortran/108609, fortran/108937, fortran/109186, fortran/109511, fortran/109846, ipa/105685, ipa/106124, ipa/107944, libquadmath/87204, libquadmath/94756, libstdc++/91456, libstdc++/103934, libstdc++/104866, libstdc++/104875, libstdc++/105844, libstdc++/106183, libstdc++/107801, libstdc++/107814, libstdc++/108030, libstdc++/108118, libstdc++/108265, libstdc++/108636, libstdc++/108856, libstdc++/108952, libstdc++/109064, libstdc++/109261, libstdc++/109949, lto/109263, middle-end/104450, middle-end/104464, middle-end/106190, middle-end/107317, middle-end/108237, middle-end/108264, middle-end/108435, middle-end/108459, middle-end/108546, middle-end/108625, middle-end/108685, middle-end/108854, other/108560, other/109306, rtl-optimization/106751, rtl-optimization/107482, rtl-optimization/108193, rtl-optimization/108596, rtl-optimization/109585, target/70243, target/90458, target/96373, target/98776, target/100758, target/104871, target/104921, target/105554, target/105599, target/106736, target/106875, target/107568, target/107714, target/107863, target/108272, target/108348, target/108589, target/108699, target/108807, target/108812, target/108881, target/109067, target/109140, target/109276, testsuite/47334, testsuite/103823, testsuite/108151, testsuite/108973, testsuite/108985, tree-optimization/105484, tree-optimization/106809, tree-optimization/107107, tree-optimization/107212, tree-optimization/107254, tree-optimization/107323, tree-optimization/107451, tree-optimization/107554, tree-optimization/107898, tree-optimization/107997, tree-optimization/108068, tree-optimization/108076, tree-optimization/108095, tree-optimization/108199, tree-optimization/108498, tree-optimization/108688, tree-optimization/108692, tree-optimization/108821, tree-optimization/108950, tree-optimization/109176, tree-optimization/109410, tree-optimization/109473, tree-optimization/109491, tree-optimization/109502, tree-optimization/109573, tree-optimization/109724, tree-optimization/109778 - PRs fortran/100607, libstdc++/109822, target/109954, tree-optimization/109505 * Wed Mar 29 2023 Marek Polacek <polacek@redhat.com> 11.3.1-4.4 - s390x: add support for register arguments preserving (#2168204) * Wed Dec 21 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4.3 - compile the cross binaries as PIE/-z now (#2155452) * Mon Dec 19 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4.2 - ship libitm.spec in cross-gcc (#2154462) * Tue Dec 13 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4.1 - add cross compiler functionality for non-production uses (#2149650) * Tue Nov 22 2022 Marek Polacek <polacek@redhat.com> 11.3.1-4 - update from releases/gcc-11-branch (#2117632) - PRs analyzer/105252, analyzer/105365, analyzer/105366, c++/65211, c++/82980, c++/86193, c++/90107, c++/97296, c++/101442, c++/101698, c++/102071, c++/102177, c++/102300, c++/102307, c++/102479, c++/102629, c++/104066, c++/104142, c++/104646, c++/104669, c++/105245, c++/105265, c++/105289, c++/105304, c++/105321, c++/105386, c++/105398, c++/105725, c++/105761, c++/105774, c++/105795, c++/105852, c++/105925, c++/106024, c++/106361, c++/107358, c/41041, c/106016, c/106981, c/107001, d/106139, d/106638, debug/106261, fortran/82868, fortran/100029, fortran/100040, fortran/100097, fortran/100098, fortran/100132, fortran/100136, fortran/100245, fortran/103413, fortran/103504, fortran/103693, fortran/103694, fortran/104313, fortran/104849, fortran/105012, fortran/105230, fortran/105243, fortran/105310, fortran/105633, fortran/105691, fortran/105813, fortran/105954, fortran/106121, fortran/106817, fortran/106857, fortran/106985, fortran/106986, fortran/107054, ipa/100413, ipa/105600, ipa/105739, libgomp/106045, libstdc++/65018, libstdc++/84110, libstdc++/93602, libstdc++/96592, libstdc++/99290, libstdc++/100823, libstdc++/101709, libstdc++/102447, libstdc++/103664, libstdc++/103848, libstdc++/103853, libstdc++/103911, libstdc++/103992, libstdc++/104217, libstdc++/104443, libstdc++/104602, libstdc++/104731, libstdc++/105128, libstdc++/105284, libstdc++/105375, libstdc++/105502, libstdc++/105671, libstdc++/105915, libstdc++/106162, libstdc++/106248, libstdc++/106320, libstdc++/106607, libstdc++/106695, lto/106334, lto/106540, middle-end/103193, middle-end/104869, middle-end/104966, middle-end/105140, middle-end/105998, middle-end/106027, middle-end/106030, middle-end/106144, middle-end/106331, middle-end/106492, preprocessor/97498, preprocessor/105732, rtl-optimization/104637, rtl-optimization/105041, rtl-optimization/105333, rtl-optimization/105559, rtl-optimization/106032, rtl-optimization/106187, sanitizer/105396, sanitizer/105729, target/96072, target/99184, target/99685, target/101322, target/101891, target/102059, target/102146, target/103197, target/103353, target/104257, target/104829, target/105147, target/105162, target/105209, target/105292, target/105339, target/105349, target/105463, target/105472, target/105854, target/105879, target/105970, target/105981, target/106017, target/106091, target/106355, target/106491, target/106721, target/107061, target/107064, target/107183, target/107248, target/107304, target/107364, target/107748, testsuite/105095, testsuite/105266, testsuite/105433, testsuite/106345, tree-optimization/103116, tree-optimization/105148, tree-optimization/105163, tree-optimization/105173, tree-optimization/105250, tree-optimization/105263, tree-optimization/105312, tree-optimization/105368, tree-optimization/105431, tree-optimization/105437, tree-optimization/105528, tree-optimization/105618, tree-optimization/105726, tree-optimization/105860, tree-optimization/106112, tree-optimization/106131, tree-optimization/106189, tree-optimization/106513, tree-optimization/106892, tree-optimization/106934 - fix the detection of Sapphire Rapids in host_detect_local_cpu - fix -Wmismatched-dealloc documentation (#2116635) * Tue Jul 12 2022 Marek Polacek <polacek@redhat.com> 11.3.1-2.1 - fix handling of invalid ranges in std::regex (#2106262) * Thu Apr 21 2022 Jakub Jelinek <jakub@redhat.com> 11.3.1-2 - update from releases/gcc-11-branch (#2077536) - GCC 11.3 release - PRs c++/98249, c++/99893, c++/100608, c++/101051, c++/101532, c++/101677, c++/101717, c++/101894, c++/102869, c++/103105, c++/103328, c++/103341, c++/103455, c++/103706, c++/103885, c++/103943, c++/104008, c++/104079, c++/104225, c++/104507, c++/104565, c++/105003, c++/105064, c++/105143, c++/105186, c++/105256, c/101585, debug/105203, fortran/102992, fortran/104210, fortran/104228, fortran/104570, fortran/105138, gcov-profile/105282, ipa/103083, ipa/103432, jit/100613, libstdc++/90943, libstdc++/100516, libstdc++/103630, libstdc++/103638, libstdc++/103650, libstdc++/103955, libstdc++/104098, libstdc++/104301, libstdc++/104542, libstdc++/104859, libstdc++/105021, libstdc++/105027, middle-end/104497, middle-end/105165, rtl-optimization/104985, rtl-optimization/105028, rtl-optimization/105211, target/80556, target/100106, target/104117, target/104474, target/104853, target/104894, target/105214, target/105257, tree-optimization/99121, tree-optimization/104880, tree-optimization/105053, tree-optimization/105070, tree-optimization/105189, tree-optimization/105198, tree-optimization/105226, tree-optimization/105232, tree-optimization/105235 - fix bogus -Wuninitialized warning on va_arg with complex types on x86_64 (PR target/105331) - remove bogus assertion in std::from_chars (PR libstdc++/105324) * Mon Apr 04 2022 David Malcolm <dmalcolm@redhat.com> - 11.2.1-10 - update from releases/gcc-11-branch (#2063255) - PRs ada/98724, ada/104258, ada/104767, ada/104861, c++/58646, c++/59950, c++/61611, c++/95036, c++/100468, c++/101030, c++/101095, c++/101371, c++/101515, c++/101767, c++/102045, c++/102123, c++/102538, c++/102740, c++/102990, c++/103057, c++/103186, c++/103291, c++/103299, c++/103337, c++/103711, c++/103769, c++/103968, c++/104107, c++/104108, c++/104284, c++/104410, c++/104472, c++/104513, c++/104568, c++/104667, c++/104806, c++/104847, c++/104944, c++/104994, c++/105035, c++/105061, c/82283, c/84685, c/104510, c/104711, d/104659, d/105004, debug/104337, debug/104517, debug/104557, fortran/66193, fortran/99585, fortran/100337, fortran/103790, fortran/104211, fortran/104311, fortran/104331, fortran/104430, fortran/104619, fortran/104811, go/100537, libgomp/104385, libstdc++/101231, libstdc++/102358, libstdc++/103904, libstdc++/104442, lto/104237, lto/104333, lto/104617, middle-end/95115, middle-end/99578, middle-end/100464, middle-end/100680, middle-end/100775, middle-end/100786, middle-end/104307, middle-end/104402, middle-end/104446, middle-end/104786, middle-end/104971, middle-end/105032, preprocessor/104147, rtl-optimization/104544, rtl-optimization/104589, rtl-optimization/104777, rtl-optimization/104814, sanitizer/102656, sanitizer/104449, sanitizer/105093, target/79754, target/87496, target/99708, target/99754, target/100784, target/101324, target/102140, target/102952, target/102957, target/103307, target/103627, target/103925, target/104090, target/104208, target/104219, target/104253, target/104362, target/104448, target/104451, target/104453, target/104458, target/104462, target/104469, target/104502, target/104674, target/104681, target/104688, target/104775, target/104890, target/104910, target/104923, target/104963, target/104998, target/105000, target/105052, target/105058, target/105068, testsuite/103556, testsuite/103586, testsuite/104730, testsuite/104759, testsuite/105055, tree-optimization/45178, tree-optimization/100834, tree-optimization/101636, tree-optimization/102819, tree-optimization/102893, tree-optimization/103169, tree-optimization/103361, tree-optimization/103489, tree-optimization/103544, tree-optimization/103596, tree-optimization/103641, tree-optimization/103864, tree-optimization/104263, tree-optimization/104288, tree-optimization/104511, tree-optimization/104601, tree-optimization/104675, tree-optimization/104782, tree-optimization/104931, tree-optimization/105094 - fix x86 vector initialization expansion fallback (PR target/105123) - drop patch 22 (gcc11-libsanitizer-pthread.patch; upstreamed as r11-9607-ga8dd74bfb921ed) * Thu Feb 10 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9.4 - add --enable-host-bind-now, use it (#2044917) * Tue Feb 08 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9.3 - use _thread_db_sizeof_pthread to obtain struct pthread size (#2034494) - add --enable-host-pie, build the compilers as PIE (#2044917) * Mon Feb 07 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9.2 - add support for relocation of the PCH data (pch/71934, #2044917) - remove 30_threads/future/members/poll.cc (#2050090) - avoid overly-greedy match in dejagnu regexp (#2050089) * Mon Jan 31 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9.1 - don't set -Wl,-rpath when building annobin (#2047356) * Fri Jan 28 2022 Marek Polacek <polacek@redhat.com> 11.2.1-9 - update from releases/gcc-11-branch (#2047296) - PRs fortran/104127, fortran/104212, fortran/104227, target/101529 - fix up va-opt-6.c testcase * Fri Jan 28 2022 Marek Polacek <polacek@redhat.com> 11.2.1-8 - update from releases/gcc-11-branch (#2047296) - PRs ada/103538, analyzer/101962, bootstrap/103688, c++/85846, c++/95009, c++/98394, c++/99911, c++/100493, c++/101715, c++/102229, c++/102933, c++/103012, c++/103198, c++/103480, c++/103703, c++/103714, c++/103758, c++/103783, c++/103831, c++/103912, c++/104055, c/97548, c/101289, c/101537, c/103587, c/103881, d/103604, debug/103838, debug/103874, fortran/67804, fortran/83079, fortran/101329, fortran/101762, fortran/102332, fortran/102717, fortran/102787, fortran/103411, fortran/103412, fortran/103418, fortran/103473, fortran/103505, fortran/103588, fortran/103591, fortran/103606, fortran/103607, fortran/103609, fortran/103610, fortran/103692, fortran/103717, fortran/103718, fortran/103719, fortran/103776, fortran/103777, fortran/103778, fortran/103782, fortran/103789, ipa/101354, jit/103562, libfortran/103634, libstdc++/100017, libstdc++/102994, libstdc++/103453, libstdc++/103501, libstdc++/103549, libstdc++/103877, libstdc++/103919, middle-end/101751, middle-end/102860, middle-end/103813, objc/103639, preprocessor/89971, preprocessor/102432, rtl-optimization/102478, rtl-optimization/103837, rtl-optimization/103860, rtl-optimization/103908, sanitizer/102911, target/102347, target/103465, target/103661, target/104172, target/104188, tree-optimization/101615, tree-optimization/103523, tree-optimization/103603, tree-optimization/103995 * Tue Jan 25 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.7 - do not undefine _hardened_build (#2044917) * Mon Jan 24 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.6 - update annobin plugin patch (#2030667) * Thu Jan 13 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.5 - update annobin plugin patch (#2030667) * Fri Jan 07 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.4 - update annobin plugin patch (#2030667) * Tue Jan 04 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.3 - fix dg-ice tests (#1996047) * Tue Jan 04 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.2 - update annobin plugin patch (#2030667)
/usr/bin/cpp /usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/9c9ead967cc6952ae2f997b39494ca4dc5260a /usr/lib/.build-id/2a /usr/lib/.build-id/2a/8dec117a4607f90bdb9c865a46ce1c05fe8499 /usr/lib/cpp /usr/libexec/gcc /usr/libexec/gcc/ppc64le-redhat-linux /usr/libexec/gcc/ppc64le-redhat-linux/11 /usr/libexec/gcc/ppc64le-redhat-linux/11/cc1 /usr/share/info/cpp.info.gz /usr/share/info/cppinternals.info.gz /usr/share/locale/be/LC_MESSAGES/cpplib.mo /usr/share/locale/ca/LC_MESSAGES/cpplib.mo /usr/share/locale/da/LC_MESSAGES/cpplib.mo /usr/share/locale/de/LC_MESSAGES/cpplib.mo /usr/share/locale/el/LC_MESSAGES/cpplib.mo /usr/share/locale/eo/LC_MESSAGES/cpplib.mo /usr/share/locale/es/LC_MESSAGES/cpplib.mo /usr/share/locale/fi/LC_MESSAGES/cpplib.mo /usr/share/locale/fr/LC_MESSAGES/cpplib.mo /usr/share/locale/id/LC_MESSAGES/cpplib.mo /usr/share/locale/ja/LC_MESSAGES/cpplib.mo /usr/share/locale/nl/LC_MESSAGES/cpplib.mo /usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo /usr/share/locale/ru/LC_MESSAGES/cpplib.mo /usr/share/locale/sr/LC_MESSAGES/cpplib.mo /usr/share/locale/sv/LC_MESSAGES/cpplib.mo /usr/share/locale/tr/LC_MESSAGES/cpplib.mo /usr/share/locale/uk/LC_MESSAGES/cpplib.mo /usr/share/locale/vi/LC_MESSAGES/cpplib.mo /usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo /usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo /usr/share/man/man1/cpp.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 29 07:26:32 2024