32 Commits

Author SHA1 Message Date
lijian1
0f2a62f563 backport fix contexpr list initialized member. 2024-12-13 10:58:18 +08:00
liyancheng
06c250f7e5 [AutoBOLT] Delete useless auto-bolt feature
GCC 7.3 does not fully support auto-bolt feature, so
remove the dead code.
2023-12-05 22:01:14 +08:00
eastb233
d6cb547233 Fix efl compilation issue 2023-12-05 14:46:11 +08:00
eastb233
4949f3fbbd [TSV110] Fix incorrect port of tsv110 pipeline 2023-11-27 16:17:27 +08:00
zhaoshujian
9884e7a3df Change isl version from isl-0.21 to isl-0.16.1 to fix the deja test ice. 2023-11-24 20:51:25 +08:00
eastb233
8af0fd6087 [SPEC] Delete several patches
These patches cause some regression failures and do
not have a scene to use.
2023-11-22 14:37:38 +08:00
xiongzhou4
54d02adca6 Backport patches to fix CVE-2023-4039.
Upstream: https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/vendors/ARM/heads/CVE-2023-4039/gcc-7
2023-11-07 14:32:50 +08:00
xiongzhou4
cb205da7a5 Add fkernel-pgo option to support PGO kernel compilation. 2023-09-13 11:49:03 +08:00
konglidong
af8c3f9f07 [RPM]fix bad macro expansion in changelog 2022-12-09 17:52:10 +08:00
liyancheng
1daca1509f [AutoBOLT] Backport and apply AutoBOLT from openEuler GCC 10.3.1
Add option -fbolt-use for perform bolt optimization.
Add option -fbolt-target to specify bolt optimization target.
Add option -fbolt-option to specify bolt optimization options.
Enable the BOLT linker plugin on aarch64 when configured
with --enable-bolt.
2022-10-11 22:03:28 +08:00
konglidong
c21b5b5bff modify bogus date in %changelog 2022-05-06 14:39:19 +08:00
benniaobufeijiushiji
1a0842d539 [SPEC] Bugfix for removing date in release
Removing Date in release version will cause new version being smaller than old ones,
and wll cause an update failure.  So we use a const number 2020033101 instead and will never change it.
2022-04-24 14:24:55 +08:00
kkz
f27fd35c9c [Backport] libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
Reference: https://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg259436.html
           https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=ad0a3be4df5eecc79075d899fd79179d0f61270e
           https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=29a9de9b40277af98515eabebb75be1f154e9505

We don't need to decide whether to use __int128 when running configure,
we can do so at compilation time by seeing if __SIZEOF_INT128__ is
defined and if it's greater than __SIZEOF_LONG_LONG__.

This removes another unnecessary architecture-specific config macro in
<bits/c++config.h>, so the same header can work for 32-bit or 64-bit
compilation on AIX.
2022-04-14 19:15:39 +08:00
benniaobufeijiushiji
83ef62ef2e [SPEC] Remove %post and %postun for package gdb-plugin
(cherry picked from commit 0f067cf8e982df7c92c9af1630002f967bc8a5cf)
2022-03-09 19:20:33 +08:00
benniaobufeijiushiji
aa01c044a0 [SPEC] Remove date info and add some unpackaged file
Remove DATE in release and add unpackaged files as follows
  * gcov-tool
  * ieee_arithmetic.mod
  * ieee_exceptions.mod
  * ieee_features.mod
  * libgfortran.a
  * libcc1.so*

(cherry picked from commit 9b623fa9f5d74f15c740f5617651e7126db3b4c8)
2022-03-03 20:56:17 +08:00
benniaobufeijiushiji
42a0291a1b [SPEC] Add file libstdc++fs.a to package libstdc++-static
Fix missing file libstdc++fs.a

(cherry picked from commit a5b739b50e924b821e00f8044042fe404d00cde7)
2022-02-09 20:23:38 +08:00
xiezhiheng
0308fac62b [SPEC] Delete gdb/auto-load folder ownership
Return the ownership of gdb/auto-load folder to gdb-headless.

(cherry picked from commit 8571988971c81d653975cc0451acf1c51a694485)
2021-12-31 09:33:49 +08:00
LiYanCheng
a439fc7d4e Backport PR c++/83227 - C++17 ICE with init-list derived-to-base conversion. 2021-11-23 19:39:04 +08:00
yangl777
4d683c6aac change $ to % 2021-07-27 10:16:25 +08:00
eastb233
6be565f050 [Bugfix] Fix ICEs when compiling simde
- fix-PR83666-punt-BLKmode-when-expand_debug_expr.patch: New patch for
  bugfix
- fix-AArch64-128-bit-immediate-ICEs.patch: Likewise
- gcc.spec: Add new patch
2021-06-28 21:36:37 +08:00
const
4448f64435 update isl and add --with-isl 2021-06-28 15:29:44 +08:00
dingguangya
f15573de97 fix pre to improve fake exit edge placement 2021-06-05 19:33:41 +08:00
xiezhiheng
561f7bde5b PR libstdc++/41861 Add full steady_clock support to condition_variable
(cherry picked from commit 9743598d212c5b97a976bf760e70a09ab66d56c0)
2021-05-21 18:41:45 +08:00
licihua
857061b295 add fs sp option, replace -j100 with smp flag
(cherry picked from commit 43aff6bf8367c46877c65173f0ec50e7c92b44dc)
2021-03-27 14:40:34 +08:00
eastb233
fe3375a42f [openEuler 20.03] Add libubsan[-static] and liblsan[-static] package
- gcc.spec: Add libubsan, libubsan-static, liblsan, liblsan-static rpm packages

(cherry picked from commit eae76f72526cae27b7bc50b712ae27a08980828e)
2021-02-03 20:17:45 +08:00
jeff200902
fa453cf70d fixed PR/c++ 81589 2020-10-28 14:50:56 +08:00
small_leek
0c8ab0fb59 add release for update 2020-08-21 12:16:53 +08:00
chengzihan2
dd558464f3 Delete -p option in %postun of sub package libstdc++ and libgomp 2020-05-28 21:29:33 +08:00
maqiang999
7f8605fcac change release 2020-05-22 18:55:53 +08:00
maqiang999
7ac151d486 change release 2020-05-22 18:40:51 +08:00
chenholmes
474bea9bbb modify 2020-04-03 10:51:31 +08:00
eastb233
523d5a7c93 package init as gcc-7.3.0 2020-01-19 17:29:40 +08:00