[Bug tree-optimization/105414] constant folding for fmin/max(snan, snan) is wrong

2022-05-11 Thread guihaoc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105414 HaoChen Gui changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/105575] Segment when riscv64-g++ compile .cc

2022-05-11 Thread yahan at iscas dot ac.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105575 --- Comment #7 from Lu Yahan --- pipeline00 and pipline01 is tar.gz file and split into two part

[Bug c/105576] New: x86: Support a machine constraint to get raw symbol name

2022-05-11 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576 Bug ID: 105576 Summary: x86: Support a machine constraint to get raw symbol name Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Prio

[Bug target/105576] x86: Support a machine constraint to get raw symbol name

2022-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576 --- Comment #1 from Andrew Pinski --- Isn't the i constraint the one you want to be portable: ‘i’ An immediate integer operand (one with constant value) is allowed. This includes symbolic constants whose values will be known only at assembly ti

[Bug target/105576] x86: Support a machine constraint to get raw symbol name

2022-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Isn't the i constraint the one you want to be portable: > > ‘i’ > An immediate integer operand (one with constant value) is allowed. This > includes symbolic co

[Bug target/105576] x86: Support a machine constraint to get raw symbol name

2022-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576 --- Comment #3 from Andrew Pinski --- Note integer here does allow for pointers as that is still an integer value internally.

[Bug target/105576] x86: Support a machine constraint to get raw symbol name

2022-05-11 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105576 Hongtao.liu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #4

[Bug rtl-optimization/105559] [9/10/11/12 Regression] -g and -O3 cause timeout since r12-156-g8d4c374c4419a875

2022-05-11 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105559 --- Comment #8 from rguenther at suse dot de --- On Wed, 11 May 2022, dcb314 at hotmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105559 > > --- Comment #7 from David Binderman --- > Thanks for the fast work. Less than 2.5

[Bug d/105544] gdc fails to compile d source from stdin

2022-05-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105544 --- Comment #5 from Martin Liška --- locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.U

<    1   2   3