[Bug tree-optimization/108002] Throwing exception when compiling third-parties(ZSTD) libraries with optimization option

2022-12-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108002 --- Comment #5 from Richard Biener --- Btw, you can always try to bisect what GCC change fixed the issue and try backporting this yourself.

[Bug tree-optimization/108002] Throwing exception when compiling third-parties(ZSTD) libraries with optimization option

2022-12-06 Thread pefy19950714 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108002 --- Comment #4 from Grant Li --- (In reply to Andrew Pinski from comment #3) > # pragma GCC optimize("-O2") > > The bugs that related to this pragma were fixed in GCC 4.8.0 (a few were > fixed before). > There were many changes that helped fix

[Bug tree-optimization/108002] Throwing exception when compiling third-parties(ZSTD) libraries with optimization option

2022-12-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108002 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/108002] Throwing exception when compiling third-parties(ZSTD) libraries with optimization option

2022-12-06 Thread pefy19950714 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108002 --- Comment #2 from Grant Li --- (In reply to Andrew Pinski from comment #1) > 4.4.3 is over 12 years old now. Is there any way to move to something newer? I already tried gcc 4.4.7 and 4.4.4... but also had same error. We need to compatible gc

[Bug tree-optimization/108002] Throwing exception when compiling third-parties(ZSTD) libraries with optimization option

2022-12-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108002 --- Comment #1 from Andrew Pinski --- 4.4.3 is over 12 years old now. Is there any way to move to something newer?