[Bug c/57061] New: [patch] gcc-4.7.3 has declarations after statements and fails to compile on old systems

2013-04-24 Thread williambader at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57061 Bug #: 57061 Summary: [patch] gcc-4.7.3 has declarations after statements and fails to compile on old systems Classification: Unclassified Product: gcc Version: 4.7.3

[Bug c/52682] New: [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers

2012-03-22 Thread williambader at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52682 Bug #: 52682 Summary: [patch] gcc-4.7.0/gcc/c-family/c-lex.c doesn't compile with old C compilers Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNC

[Bug bootstrap/78893] New: gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-21 Thread williambader at hotmail dot com
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: williambader at hotmail dot com Target Milestone: --- Created attachment 40392 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40392&action=edit build log I built gcc-6.3.0 on CentOS 4, 5, and 6 using t

[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-21 Thread williambader at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893 --- Comment #2 from William Bader --- Thanks for the quick reply. The system is a VM. I have the results of 'free' below. The VMs where the build worked all have slightly more memory and swap. What is the recommended minimum to build gcc-6? $ fre

[Bug bootstrap/78893] gcc-6.3.0 build fails on genattrtab on CentOS 7

2016-12-22 Thread williambader at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78893 --- Comment #3 from William Bader --- Thanks! Increasing the allocated memory fixed the problem, and the gcc build completed. Regards, William $ /usr/bin/free -h totalusedfree shared buff/cache available Mem

[Bug lto/48431] New: patch to fix a compile error in lto-plugin.c when using older C compilers

2011-04-03 Thread williambader at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48431 Summary: patch to fix a compile error in lto-plugin.c when using older C compilers Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/89965] [8 Regression] wrong code with -O -mtune=nano-x2 -fcaller-saves -fexpensive-optimizations -fno-tree-dce -fno-tree-ter

2021-03-11 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89965 William Bader changed: What|Removed |Added CC||williambader at hotmail dot com

[Bug rtl-optimization/89965] [8 Regression] wrong code with -O -mtune=nano-x2 -fcaller-saves -fexpensive-optimizations -fno-tree-dce -fno-tree-ter

2021-03-14 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89965 --- Comment #18 from William Bader --- I did a bisection for the bug from my previous comment (which is still present in the current gcc 11 in master): 058e97ecf33ad0dfd926b3876a4bcf59ac9556ff is the first bad commit commit 058e97ecf33ad0dfd926b

[Bug c/99621] New: [5-11 REGRESSION] [bisected to 058e97ecf33ad0dfd926b3876a4bcf59ac9556ff] regression with -m32 -O1 -fcaller-saves -fexpensive-optimizations

2021-03-16 Thread williambader at hotmail dot com via Gcc-bugs
: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: williambader at hotmail dot com Target Milestone: --- Created attachment 50402 --> ht

[Bug rtl-optimization/99621] [5-11 REGRESSION] [bisected to 058e97ecf33ad0dfd926b3876a4bcf59ac9556ff] regression with -m32 -O1 -fcaller-saves -fexpensive-optimizations

2021-03-16 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #1 from William Bader --- Created attachment 50403 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50403&action=edit Data file that the test program reads. postscript test file compressed with bzip2. It needs to be uncompresses.

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #5 from William Bader --- `gcc -S -m32 -O2 bfinal-format.c` with Fedora 32 gcc 10.2.1 gives a section similar to one in my first comment. In particular, it calls fucomi "floating unordered compare of st(0) and st(i)" and then fstp "fl

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #7 from William Bader --- >Are you sure this just isn't an excess precision problem in all the floating >point calculations? I am pretty sure that it isn't a precision problem because the original program is parsing numbers from po

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #8 from William Bader --- Created attachment 50404 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50404&action=edit example program before creduce This is the example that I cut from a much larger module. The problematic area i

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #10 from William Bader --- The program before creduce has debug code. Setting the variable to print the debug code makes the program work. Usually for something like this, I would put in debug code and see where the good and bad versi

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #12 from William Bader --- >I modified the file to: Sorry about that. I hadn't originally intended to post that file, and I forgot to clean it up. >len 9, unknown bad That means that the data file isn't valid. I posted a binary fil

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #14 from William Bader --- >It seems you attached a different file then: Sorry. I was testing how the 9 result came out, and I put in a small file. I've been up all night. It is 9:30am my time. This is the real file. It looks like i

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #16 from William Bader --- Is your pr99621-2.c somewhere that I can look at it? I tried downloading all of the attachments, and it all works for me, on my Fedora 32 laptop and on a CentOS 6 test server.

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #18 from William Bader --- Created attachment 50405 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50405&action=edit the example program with the binary string constant replaced Thanks for posting it. Your copy of the example C

[Bug target/99621] [8/9/10/11 Regression] Wrong code with -m32 -O1 -fcaller-saves -fexpensive-optimizations since g:058e97ecf33ad0dfd926b3876a4bcf59ac9556ff

2021-03-17 Thread williambader at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99621 --- Comment #24 from William Bader --- Jakub was right. I didn't understand what he meant at first. Sorry about that. I can confirm `gcc -m32 -O9 -fexcess-precision=standard gcc-bug1-init.c` on the original example works correctly for me. If I