Bug#990199: Missing information

2021-06-22 Thread Rick Stanley
-std=c99, c11, c18 compiles but reports: "warning: implicit declaration of function ‘popen’; did you mean ‘fopen’? [-Wimplicit-function-declaration]" -- RSI (Rick Stanley, Inc.) (917) 822-7771 www.rsiny.com Computer Systems Consulting Linux & Open Source Specialists

Bug#990199: Missing information

2021-06-22 Thread Rick Stanley
Warning incorrectly reported: "warning: implicit declaration of function ‘popen’; did you mean ‘fopen’? [-Wimplicit-function-declaration]"

Bug#990199: gcc: Icorrect warning report "implicit declaration of function ‘popen’"

2021-06-22 Thread Rick Stanley
Package: gcc Version: 4:10.2.1-1 Severity: normal X-Debbugs-Cc: r...@scotsgeek.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? #include int main(void) { popen("ls -la", "r"); return 0; } -std=c89, c9

[Bug target/11877] gcc should use xor trick with -Os

2021-06-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11877 --- Comment #11 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d58a66aa0faa64bfbd85e528be5104293dd41d0e commit r12-1712-gd58a66aa0faa64bfbd85e528be5104293dd41d0e Author: Jakub Jelinek Date: T