Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gcc-cpp | Distribution: Mageia |
Version: 8.3.1 | Vendor: Mageia.Org |
Release: 0.20191101.1.mga7 | Build date: Mon Nov 4 00:58:01 2019 |
Group: Development/C | Build host: localhost |
Size: 18512081 | Source RPM: gcc-8.3.1-0.20191101.1.mga7.src.rpm |
Packager: tmb <tmb> | |
Url: https://gcc.gnu.org/ | |
Summary: The C Preprocessor |
The C preprocessor 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,' which are abbreviations for longer constructs. The C preprocessor provides four separate facilities that you can use as you see fit: * Inclusion of header files. These are files of declarations that can be substituted into your program. * Macro expansion. You can define 'macros,' which are abbreviations for arbitrary fragments of C code, and then 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. * 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 programmer who is searching for such a macro processor.
GPLv3+
* Sun Nov 03 2019 tmb <tmb> 8.3.1-0.20191101.1.mga7 + Revision: 1457412 - PR target/86487: lra-constraints.c(uses_hard_regs_p): Fix handling of paradoxical SUBREGS. - update to 8.3.1 snapshot 20191101 - obsolete libgfortran3, libasan2, libubsan0, libgnat1 for clean upgrade from mga6 - obsolete gcj, cilk and vtv as they are gone from gcc 8 - update to 8.3.1 snapshot 20191025 - update to 8.3.1 snapshot 20190920 - update to 8.3.1 snapshot 20190913 - update to 8.3.1 snapshot 20190802 - PR rtl-optimization/90756: explow.c (promote_ssa_mode): Always use TYPE_MODE, don't bypass it for VECTOR_TYPE_P - PR middle-end/90139 : tree-outof-ssa.c, (get_temp_reg): If reg_mode is BLKmode, return assign_temp instead of gen_reg_rtx. * Sat May 25 2019 tmb <tmb> 8.3.1-0.20190524.1.mga7 + Revision: 1399083 - update to 8.3.1 snapshot 20190524 * Sat May 18 2019 tmb <tmb> 8.3.1-0.20190517.1.mga7 + Revision: 1398259 - update to 8.3.1 snapshot 20190517 * Sat May 11 2019 tmb <tmb> 8.3.1-0.20190510.1.mga7 + Revision: 1397191 - update to 8.3.1 snapshot 20190510 * Sat May 04 2019 tmb <tmb> 8.3.1-0.20190503.1.mga7 + Revision: 1396328 - update to 8.3.1 snapshot 2019-05-03 * Sat Apr 20 2019 tmb <tmb> 8.3.1-0.20190419.2.mga7 + Revision: 1394141 - rebuild for arm * Sat Apr 20 2019 tmb <tmb> 8.3.1-0.20190419.1.mga7 + Revision: 1394046 - update to 8.3.1 snapshot 2019-04-19 * Sat Apr 13 2019 tmb <tmb> 8.3.1-0.20190412.1.mga7 + Revision: 1389667 - update to 8.3.1 snapshoy 2019-04-12 * Sat Apr 06 2019 tmb <tmb> 8.3.1-0.20190405.1.mga7 + Revision: 1386351 - update to 8.3.1 snapshot 2019-04-05 * Sat Mar 30 2019 tmb <tmb> 8.3.1-0.20190329.1.mga7 + Revision: 1381447 - update to 8.3.1 snapshot 2019-03-29 * Sat Mar 23 2019 tmb <tmb> 8.3.1-0.20190322.1.mga7 + Revision: 1379711 - update to 8.3.1 snapshot 2019-03-22 * Fri Mar 15 2019 tmb <tmb> 8.3.1-0.20190315.1.mga7 + Revision: 1377756 - update to 8.3.1 snapshot 2019-03-15 * Tue Mar 12 2019 tmb <tmb> 8.3.1-0.20190308.1.mga7 + Revision: 1374655 - add more fixes from upstream gcc-8 branch - update to 8.3.1 snapshot 2019-03-08 * Fri Mar 01 2019 tmb <tmb> 8.3.0-5.mga7 + Revision: 1370755 - AArch64: Make every option in options.def one line (GCC-8) * Wed Feb 27 2019 tmb <tmb> 8.3.0-4.mga7 + Revision: 1370385 - PR target/89397: config/i386/i386.c: Check TARGET_SSE in addition to TARGET_SSE_MATH. * Tue Feb 26 2019 tmb <tmb> 8.3.0-3.mga7 + Revision: 1370289 - PR c++/89212 - ICE converting nullptr to pointer-to-member-function * Sat Feb 23 2019 tmb <tmb> 8.3.0-2.mga7 + Revision: 1369579 - PR libstdc++/89446: fix null pointer dereference in char_traits * Fri Feb 22 2019 tmb <tmb> 8.3.0-1.mga7 + Revision: 1369362 - update to 8.3.0 final * Fri Feb 15 2019 tmb <tmb> 8.3.0-0.RC.1.mga7 + Revision: 1367461 - update to 8.3.0-RC * Sat Feb 09 2019 tmb <tmb> 8.2.1-0.20190208.1.mga7 + Revision: 1364364 - drop asm backport revert - update to 8.2.1 snapshot 2019-02-08 * Thu Feb 07 2019 tmb <tmb> 8.2.1-0.20190201.2.mga7 + Revision: 1363908 - rebuild with new binutils * Sat Feb 02 2019 tmb <tmb> 8.2.1-0.20190201.1.mga7 + Revision: 1362321 - update to 8.2.1 snapshot 2019-02-01 * Tue Jan 22 2019 luigiwalser <luigiwalser> 8.2.1-0.20190118.2.mga7 + Revision: 1359163 - rebuild for isl * Sat Jan 19 2019 tmb <tmb> 8.2.1-0.20190118.1.mga7 + Revision: 1358004 - update to 8.2.1 snapshot 2019-01-18 * Sun Jan 13 2019 tmb <tmb> 8.2.1-0.20190111.1.mga7 + Revision: 1355908 - rebase asm revert - update to 8.2.1 snapshot 2019-01-11 * Tue Jan 08 2019 tmb <tmb> 8.2.1-0.20190104.2.mga7 + Revision: 1352696 - revert upstream 'Backport of the "asm inline" patches' for now as it breaks atleast virtualbox builds * Sat Jan 05 2019 tmb <tmb> 8.2.1-0.20190104.1.mga7 + Revision: 1349902 - update to 8.2.1 snapshot 2019-01-04 * Sat Dec 29 2018 tmb <tmb> 8.2.1-0.20181228.1.mga7 + Revision: 1346228 - update to gcc 8.2.1 snapshot 2018-12-28 * Sat Dec 22 2018 tmb <tmb> 8.2.1-0.20181221.1.mga7 + Revision: 1344348 - update to 8.2.1 snapshot 2018-12-21 * Sat Dec 15 2018 tmb <tmb> 8.2.1-0.20181214.1.mga7 + Revision: 1341404 - update to gcc 8.2.1 snapshot 2018-12-14 * Fri Dec 07 2018 tmb <tmb> 8.2.1-0.20181207.1.mga7 + Revision: 1338862 - update to 8.2.1 snapshot 2018-12-07 * Fri Nov 30 2018 tmb <tmb> 8.2.1-0.20181130.1.mga7 + Revision: 1336970 - update to 8.2.1 snapshot 2018-11-30 * Sat Nov 24 2018 tmb <tmb> 8.2.1-0.20181123.1.mga7 + Revision: 1333699 - update to 8.2.1 snapshot 2018-11-23 * Thu Nov 22 2018 tmb <tmb> 8.2.1-0.20181116.2.mga7 + Revision: 1333306 - PR target/87928: config/i386/i386.h (STACK_BOUNDARY): Use TARGET_64BIT_MS_ABI - PR gcov-profile/88045: workaround call to std::accumulate causes gcov to crash - PR rtl-optimization/85925: compilation of masking goes wrong in combine at -02 - PR lto/88077: ICE: tree check: expected class ‘type’, have ‘declaration’ * Sat Nov 17 2018 tmb <tmb> 8.2.1-0.20181116.1.mga7 + Revision: 1330290 - update to 8.2.1 snapshot 2018-11-16 * Sat Nov 10 2018 tmb <tmb> 8.2.1-0.20181109.1.mga7 + Revision: 1329245 - update to 8.2.1 snapshot 2018-11-09 * Sat Nov 03 2018 tmb <tmb> 8.2.1-0.20181102.1.mga7 + Revision: 1327987 - update to 8.2.1 snapshot 2018-11-02 * Sat Oct 27 2018 tmb <tmb> 8.2.1-0.20181026.1.mga7 + Revision: 1326153 - update to 8.2.1 snapshot 2018-10-26 * Sat Oct 20 2018 tmb <tmb> 8.2.1-0.20181019.1.mga7 + Revision: 1322931 - update to 8.2.1 snapshot 20181019 * Sat Oct 13 2018 tmb <tmb> 8.2.1-0.20181012.1.mga7 + Revision: 1320043 - update to 8.2.1 snapshot 20181012 * Sat Oct 06 2018 tmb <tmb> 8.2.1-0.20181005.1.mga7 + Revision: 1318087 - update to 8.2.1 snapshot 2018-10-05 * Sat Sep 29 2018 tmb <tmb> 8.2.1-0.20180928.1.mga7 + Revision: 1311643 - update to 8.2.1 snapshot 20180928 * Sat Sep 22 2018 tmb <tmb> 8.2.1-0.20180921.1.mga7 + Revision: 1296579 - update to 8.2.1 snapshot 20180921 * Sat Sep 15 2018 tmb <tmb> 8.2.1-0.20180914.1.mga7 + Revision: 1258980 - update to 8.2.1 snapshot 20180914 * Tue Sep 11 2018 tmb <tmb> 8.2.1-0.20180907.2.mga7 + Revision: 1258414 - PR libstdc++/87278 restore support for std::make_shared<volatile T>() * Sat Sep 08 2018 tmb <tmb> 8.2.1-0.20180907.1.mga7 + Revision: 1257744 - update to 8.2.1 snapshot 20180907 + tv <tv> - rely on filetriggers for info system (mga#23482) * Sat Sep 01 2018 tmb <tmb> 8.2.1-0.20180831.2.mga7 + Revision: 1256056 - update to 8.2.1 snapshot 20180831 * Tue Aug 28 2018 tmb <tmb> 8.2.1-0.20180824.2.mga7 + Revision: 1255249 - PR target/86662: msp430-elf segfault with -flto and -mlarge - PR libfortran/86704: Segmentation fault when using matmul in combination with transpose - PR rtl-optimization/87065: combine causes ICE in trunc_int_for_mode * Sat Aug 25 2018 tmb <tmb> 8.2.1-0.20180824.1.mga7 + Revision: 1253906 - update to 8.2.1 - 20180824 snapshot * Sat Aug 18 2018 tmb <tmb> 8.2.1-0.20180817.1.mga7 + Revision: 1252391 - update to 8.2.1 snapshot 20180817 * Sat Aug 11 2018 tmb <tmb> 8.2.1-0.20180810.2.mga7 + Revision: 1251096 - PR c++/86728 - C variadic generic lambda * Sat Aug 11 2018 tmb <tmb> 8.2.1-0.20180810.1.mga7 + Revision: 1250986 - update to 8.2.1 snapshot 2018-08-10 * Sat Aug 04 2018 tmb <tmb> 8.2.1-0.20180803.1.mga7 + Revision: 1247200 - update to 8.2.1 snapshot 2018-08-03 * Thu Aug 02 2018 tv <tv> 8.2.1-0.20180727.3.mga7 + Revision: 1246921 - further fix upgrade * Thu Aug 02 2018 tv <tv> 8.2.1-0.20180727.2.mga7 + Revision: 1246852 - fix upgrade * Sat Jul 28 2018 tmb <tmb> 8.2.1-0.20180727.1.mga7 + Revision: 1245664 - update to 8.2.1 snapshot 20180727 - drop some obsolete manbo stuff - fix url and source url - Obsolete libcilkrts packages * Fri Jul 27 2018 tmb <tmb> 8.2.0-0.5.mga7 + Revision: 1245541 - update filelists - libgnat major is now 8 - drop old Ada Makefile hack - libstdc++ micro is now 25 - libgfortran major is now 5 - libasan major is now 5 - libubsan major is now 1 - fix typos - Cilk+ is removed upstream - drop unused mips stuff - drom ancient lsb hacks - rebase and reorder mageia patches - pass --with-linker-hash-style=gnu to build instead of patching it - rebase linux32 patch - drop merged / obsolete patches - update to 8.2.0 * Tue Jul 24 2018 tmb <tmb> 7.3.0-8.mga7 + Revision: 1245050 - rebuild with binutils 2.31.1-2.mga7 * Sat Jul 21 2018 tmb <tmb> 7.3.0-6.mga7 + Revision: 1244751 - testbuild with new binutils * Sat May 26 2018 tmb <tmb> 7.3.0-5.mga7 + Revision: 1232301 - rebuild with new optflags - rebuild with new glibc + wally <wally> - add aarch64 support - add a patch from Fedora to always emit DWARF-2 unwind info on aarch64 * Tue Feb 20 2018 tmb <tmb> 7.3.0-3.mga7 + Revision: 1203499 - backport PR C++/80654: Implement new C++ intrinsics __is_assignable and __is_constructible. (requested on dev@ by Christiaan Welvaart) * Mon Feb 19 2018 kekepower <kekepower> 7.3.0-2.mga7 + Revision: 1202945 - Rebuild for new mpfr * Thu Jan 25 2018 tmb <tmb> 7.3.0-1.mga7 + Revision: 1197178 - update to 7.3.0 final * Mon Jan 22 2018 tmb <tmb> 7.3.0-0.rc.20180122.1.mga7 + Revision: 1196301 - update to 7.3.0 rc2 * Thu Jan 18 2018 tmb <tmb> 7.3.0-0.rc.20180117.1.mga7 + Revision: 1194281 - update to 7.3.0 RC * Sat Dec 23 2017 tmb <tmb> 7.2.2-20171221.1.mga7 + Revision: 1184244 - update to 20171221 snapshot * Fri Dec 08 2017 tmb <tmb> 7.2.2-20171207.1.mga7 + Revision: 1181736 - update to 2017-12-07 snapshot * Mon Dec 04 2017 tmb <tmb> 7.2.2-20171130.1.mga7 + Revision: 1181243 - rebuild against re-bootstrapped gcc - try to disable bootstrap - update to 2017-11-30 snapshot - updat to 2017-11-02 snapshot - update to 20170709 snapshot
/usr/bin/cpp /usr/bin/cpp-8.3.1 /usr/lib/.build-id /usr/lib/.build-id/bd/62c8234b4211b0aa7c28f061520e155adbf5f6 /usr/lib/.build-id/bd/9387a95b8e5ee0b1334e54e409de4598f9db3b /usr/lib/cpp /usr/lib/gcc/armv7hl-mageia-linux-gnueabi/8.3.1/cc1 /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.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Aug 9 12:11:11 2023