Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cpp-13.0.1-0.12.fc38 RPM for s390x

From Fedora 38 for s390x / c

Name: cpp Distribution: Fedora Project
Version: 13.0.1 Vendor: Fedora Project
Release: 0.12.fc38 Build date: Sat Apr 1 10:41:31 2023
Group: Unspecified Build host: buildvm-s390x-21.s390.fedoraproject.org
Size: 24041061 Source RPM: gcc-13.0.1-0.12.fc38.src.rpm
Packager: Fedora Project
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.

Provides

Requires

License

GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD

Changelog

* Sat Apr 01 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.12
  - update from trunk
    - PRs analyzer/107396, bootstrap/101834, c++/101118, c++/105221, c++/105452,
  	c++/107897, c++/108887, c++/109278, c++/109319, libstdc++/109242,
  	libstdc++/109339, libstdc++/109340, modula2/109315, modula2/109336,
  	target/85048, target/109254, target/109328, tree-optimization/91645,
  	tree-optimization/109342, tree-optimization/109362
* Wed Mar 29 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.11
  - update from trunk
    - PRs analyzer/109098, bootstrap/84402, bootstrap/109310, c++/105481,
  	c++/106969, c++/107163, c++/109309, c++/109320, c++/109321, c/107002,
  	fortran/104321, fortran/104949, fortran/109314, gcov-profile/109297,
  	ipa/105685, ipa/106124, libgcc/108891, libstdc++/103387,
  	libstdc++/109288, libstdc++/109299, lto/109263, middle-end/106190,
  	other/109163, other/109293, rtl-optimization/109187,
  	rtl-optimization/109237, target/106282, target/109072, target/109082,
  	target/109140, target/109167, target/109276, target/109296,
  	target/109312, tree-optimization/54498, tree-optimization/106912,
  	tree-optimization/107087, tree-optimization/108129,
  	tree-optimization/108357, tree-optimization/109154,
  	tree-optimization/109230, tree-optimization/109238,
  	tree-optimization/109265, tree-optimization/109274,
  	tree-optimization/109301, tree-optimization/109327,
  	tree-optimization/109331
* Fri Mar 24 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.10
  - update from trunk
    - PRs analyzer/109239, c++/105996, c++/108390, c++/108795, c++/109177,
  	c++/109241, c/84900, fortran/104572, middle-end/109258,
  	modula2/107630, modula2/109248, modula2/109264, target/103628,
  	target/109137, target/109228, target/109244, testsuite/105959,
  	tree-optimization/99739, tree-optimization/107569,
  	tree-optimization/109176, tree-optimization/109262
* Tue Mar 21 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.9
  - update from trunk
    - PRs analyzer/109094, c++/106890, c++/109159, c++/109164, fortran/85877,
  	fortran/87127, fortran/99036, fortran/109186, fortran/109206,
  	fortran/109209, fortran/109216, libstdc++/109182, target/109067,
  	target/109178, testsuite/108898, tree-optimization/109170,
  	tree-optimization/109192, tree-optimization/109215,
  	tree-optimization/109219
* Sat Mar 18 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.8
  - update from trunk
    - PRs analyzer/105906, analyzer/108045, analyzer/109097, c++/58538,
  	c++/69410, c++/95036, c++/96830, c++/98056, c++/100288, c++/101869,
  	c++/103871, c++/104107, c++/105406, c++/105809, c++/107128,
  	c++/107280, c++/107310, c++/108179, c++/108242, c++/108468,
  	c++/108975, c++/109096, c++/109172, c/109151, d/109108, d/109144,
  	fortran/37336, fortran/58331, fortran/64290, fortran/67444,
  	fortran/67471, fortran/69298, fortran/70863, fortran/71798,
  	fortran/80524, fortran/82996, fortran/84472, fortran/88735,
  	fortran/91316, fortran/93691, fortran/96122, fortran/103854,
  	fortran/106576, fortran/106945, ipa/107925, libstdc++/62196,
  	libstdc++/109111, libstdc++/109165, middle-end/106133,
  	middle-end/108685, middle-end/109031, modula2/109032, modula2/109089,
  	modula2/109102, modula2/109103, modula2/109125, other/109086,
  	preprocessor/67046, rtl-optimization/107762, rtl-optimization/109179,
  	target/105554, target/108583, target/109092, target/109109,
  	target/109117, testsuite/109118, testsuite/109129, testsuite/109145,
  	tree-optimization/106896, tree-optimization/109005,
  	tree-optimization/109046, tree-optimization/109115,
  	tree-optimization/109123, tree-optimization/109139,
  	tree-optimization/109141, web/88860
* Fri Mar 10 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.7
  - update from trunk
    - PRs ada/108858, ada/108983, analyzer/102671, analyzer/105755,
  	analyzer/108251, analyzer/108400, analyzer/108475, analyzer/109059,
  	analyzer/109060, c++/102529, c++/105841, c++/106651, c++/107532,
  	c++/107558, c++/107939, c++/108099, c++/108542, c++/108566,
  	c++/108773, c++/108972, c++/109030, c++/109039, c++/109042, c/108079,
  	driver/108865, fortran/104332, fortran/106856, libgcc/108727,
  	libgomp/90596, libgomp/109062, libstdc++/107572, libstdc++/108362,
  	libstdc++/108882, libstdc++/109024, libstdc++/109064,
  	middle-end/108995, other/108464, plugins/108634, sanitizer/81649,
  	sanitizer/108060, sanitizer/109050, target/107299, target/107703,
  	target/107998, target/108185, target/108429, target/108654,
  	target/109000, testsuite/70150, testsuite/108729, testsuite/108730,
  	testsuite/108810, testsuite/108813, tree-optimization/108980,
  	tree-optimization/109008, tree-optimization/109025
* Sat Mar 04 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.6
  - update from trunk
    - PRs ada/108909, analyzer/107565, analyzer/108830, analyzer/108935,
  	analyzer/108968, analyzer/109016, c++/100127, c++/105224, c++/105839,
  	c++/106259, c++/107574, c++/107938, c++/108218, c++/108219,
  	c++/108550, c++/108606, c++/108702, c++/108848, c++/108934,
  	c++/108998, c/107465, c/107846, c/108880, c/108986, d/108167,
  	d/108763, d/108877, d/108945, d/108946, debug/108716, debug/108772,
  	debug/108967, fortran/96024, fortran/96025, fortran/108621,
  	fortran/108923, fortran/108924, fortran/108937, jit/107999,
  	libquadmath/87204, libquadmath/94756, libstdc++/52590,
  	libstdc++/95989, libstdc++/104852, libstdc++/108846, libstdc++/108856,
  	libstdc++/108952, middle-end/97956, middle-end/106258,
  	middle-end/107411, middle-end/108545, middle-end/108546,
  	middle-end/108854, middle-end/109006, modula2/108261, modula2/108944,
  	modula2/108956, pch/14940, sanitizer/108834, sanitizer/108894,
  	target/51534, target/104882, target/108240, target/108876,
  	target/108881, target/108883, target/108910, target/108919,
  	target/108922, testsuite/79356, testsuite/91419, testsuite/108899,
  	testsuite/108942, testsuite/108973, testsuite/108985,
  	testsuite/108991, translation/108890, tree-optimization/108430,
  	tree-optimization/108603, tree-optimization/108793,
  	tree-optimization/108828, tree-optimization/108888,
  	tree-optimization/108950, tree-optimization/108970,
  	tree-optimization/108979, tree-optimization/108988,
  	tree-optimization/109002
* Tue Feb 21 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.5
  - update from trunk
    - PRs analyzer/108664, analyzer/108666, analyzer/108725, analyzer/108806,
  	c++/52809, c++/53638, c++/87389, c++/89741, c++/92099, c++/97553,
  	c++/101073, c++/104041, c++/104691, c++/107773, c++/108243,
  	c++/108829, c/105660, c/108375, fortran/103608, fortran/104554,
  	libstdc++/108030, target/90458, target/108805, target/108831,
  	target/108832, target/108862, testsuite/108835,
  	tree-optimization/108657, tree-optimization/108783,
  	tree-optimization/108791, tree-optimization/108816,
  	tree-optimization/108819, tree-optimization/108821,
  	tree-optimization/108825, tree-optimization/108855,
  	tree-optimization/108868
* Wed Feb 15 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.4
  - update from trunk
    - PRs analyzer/108704, analyzer/108733, analyzer/108745, c++/106675,
  	c++/107079, c++/108698, d/107469, fortran/69636, fortran/103259,
  	fortran/103475, fortran/103779, fortran/107424, fortran/108512,
  	ipa/108605, ipa/108679, libstdc++/103934, middle-end/26854,
  	middle-end/106080, rtl-optimization/108681, sanitizer/108777,
  	target/96373, target/100758, target/103109, target/108102,
  	target/108516, target/108723, target/108738, target/108787,
  	target/108790, testsuite/106120, tree-optimization/28614,
  	tree-optimization/96921, tree-optimization/106722,
  	tree-optimization/107561, tree-optimization/108316,
  	tree-optimization/108355, tree-optimization/108520,
  	tree-optimization/108571, tree-optimization/108684,
  	tree-optimization/108687, tree-optimization/108688,
  	tree-optimization/108691, tree-optimization/108692,
  	tree-optimization/108724, tree-optimization/108782
* Wed Feb 08 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.3
  - update from trunk
    - PRs analyzer/108616, analyzer/108633, analyzer/108661, c++/101071,
  	c++/102870, c++/107461, c++/107593, c++/107755, c++/108158,
  	c++/108559, c++/108579, c++/108597, c++/108607, c++/96745, c/108150,
  	c/108192, debug/106746, debug/108573, driver/108572, fortran/103506,
  	fortran/108450, fortran/108451, fortran/108453, fortran/108527,
  	fortran/108592, fortran/108609, fortran/95107, ipa/107300, ipa/108384,
  	ipa/108509, ipa/108511, libstdc++/108636, libstdc++/108672,
  	middle-end/108435, middle-end/108500, middle-end/108625,
  	modula2/107234, modula2/108135, modula2/108462, modula2/108551,
  	modula2/108612, rtl-optimization/108086, rtl-optimization/108463,
  	rtl-optimization/108508, rtl-optimization/108596, sanitizer/108106,
  	target/104921, target/107674, target/108443, target/108484,
  	target/108589, target/108599, testsuite/108604, testsuite/108632,
  	tree-optimization/26854, tree-optimization/106433,
  	tree-optimization/106923, tree-optimization/107570,
  	tree-optimization/108356, tree-optimization/108359,
  	tree-optimization/108385, tree-optimization/108574,
  	tree-optimization/108582, tree-optimization/108601,
  	tree-optimization/108608, tree-optimization/108639,
  	tree-optimization/108647, tree-optimization/108655
  - drop libgfortran dependency on libquadmath for F28+ or RHEL8+, gcc-gfortran
    still needs to depend on both libquadmath and libquadmath-devel though
* Sat Jan 28 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.2
  - update from trunk
    - PRs analyzer/108455, analyzer/108507, analyzer/108524, bootstrap/90543,
  	c++/53288, c++/53932, c++/105300, c++/107267, c++/107303, c++/107329,
  	c++/107797, c++/108195, c++/108437, c++/108474, c++/108496,
  	c++/108503, c++/108504, c++/108525, c++/108526, c/108424,
  	fortran/102331, fortran/102595, fortran/108420, fortran/108434,
  	fortran/108501, fortran/108502, fortran/108528, fortran/108529,
  	fortran/108544, fortran/108558, ipa/106061, ipa/107944,
  	libstdc++/102301, libstdc++/108530, libstdc++/108554,
  	libstdc++/108568, lto/108445, middle-end/108086, middle-end/108459,
  	middle-end/108543, modula2/102343, modula2/108144, modula2/108182,
  	modula2/108405, modula2/108480, modula2/108553, modula2/108555,
  	other/108560, target/107568, target/107678, target/107731,
  	target/108177, target/108348, target/108396, target/108411,
  	target/108436, target/108442, target/108505, testsuite/104756,
  	testsuite/107808, testsuite/108533, tree-optimization/96373,
  	tree-optimization/108306, tree-optimization/108440,
  	tree-optimization/108447, tree-optimization/108449,
  	tree-optimization/108457, tree-optimization/108482,
  	tree-optimization/108498, tree-optimization/108500,
  	tree-optimization/108522, tree-optimization/108523,
  	tree-optimization/108540, tree-optimization/108547
* Tue Jan 17 2023 Jakub Jelinek <jakub@redhat.com> 13.0.1-0.1
  - update from trunk
    - PRs c++/105593, fortran/108421, go/108426, ipa/106077, libstdc++/108288,
  	libstdc++/108413, other/108413, target/55522, target/96795,
  	target/105980, target/107515, target/108272, tree-optimization/94793,
  	tree-optimization/106523
  - don't build ppc64le unwinder with -fno-omit-frame-pointer (#2161595)
* Sun Jan 15 2023 Jakub Jelinek <jakub@redhat.com> 13.0.0-0.9
  - new package

Files

/usr/bin/cpp
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/8ded128fb0304e1d9672323d5c1257b60b6771
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/74e892a74fa6d01f1e444bdc0ea4c0ecd54b96
/usr/lib/cpp
/usr/libexec/gcc
/usr/libexec/gcc/s390x-redhat-linux
/usr/libexec/gcc/s390x-redhat-linux/13
/usr/libexec/gcc/s390x-redhat-linux/13/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/ka/LC_MESSAGES/cpplib.mo
/usr/share/locale/nl/LC_MESSAGES/cpplib.mo
/usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo
/usr/share/locale/ro/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 Apr 9 23:07:34 2024