[Bug c++/67950] AIX: Illegal instruction in accept()

2021-07-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/67950] AIX: Illegal instruction in accept()

2016-02-11 Thread gcc at dixie dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 Andrew Dixie changed: What|Removed |Added CC||gcc at dixie dot net.nz --- Comment #6 fr

[Bug c++/67950] AIX: Illegal instruction in accept()

2015-10-13 Thread streibel.2003 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 --- Comment #5 from Hans Streibel --- Just noticed: Adding an optimization flag -O1 or -O2 to g++ removes this bug (-O0 does not help): [root@dev71 tmp]# /opt/gcc-4.9.3-hans/bin/g++ -o tcpserver.4.9.3++ -O1 -Wall tcpserver.c [root@dev71 tmp]# ./

[Bug c++/67950] AIX: Illegal instruction in accept()

2015-10-13 Thread streibel.2003 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 --- Comment #4 from Hans Streibel --- Created attachment 36497 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36497&action=edit g++ preprocessed result

[Bug c++/67950] AIX: Illegal instruction in accept()

2015-10-13 Thread streibel.2003 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 --- Comment #3 from Hans Streibel --- Created attachment 36496 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36496&action=edit gcc preprocessed result

[Bug c++/67950] AIX: Illegal instruction in accept()

2015-10-13 Thread streibel.2003 at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 --- Comment #2 from Hans Streibel --- Ok, here is the missing Information: [root@dev71 tmp]# /opt/gcc-4.9.3-hans/bin/gcc -v Using built-in specs. COLLECT_GCC=/opt/gcc-4.9.3-hans/bin/gcc COLLECT_LTO_WRAPPER=/opt/gcc-4.9.3-hans/libexec/gcc/powerpc

[Bug c++/67950] AIX: Illegal instruction in accept()

2015-10-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67950 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|