[Bug gas/26040] [2.34 regression] binutils fails to build a cross-GCC 10.1 targeting aarch64-linux-gnu

2020-05-25 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26040 Brett Neumeier changed: What|Removed |Added CC||bneumeier at gmail dot com

[Bug gas/26040] [2.34 regression] binutils fails to build a cross-GCC 10.1 targeting aarch64-linux-gnu

2020-05-25 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26040 --- Comment #1 from Brett Neumeier --- Created attachment 12568 --> https://sourceware.org/bugzilla/attachment.cgi?id=12568&action=edit compiled source that gas rejects -- You are receiving this mail because: You are on the CC list for the

[Bug gas/26040] [2.34 regression] binutils fails to build a cross-GCC 10.1 targeting aarch64-linux-gnu

2020-05-25 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26040 --- Comment #2 from Brett Neumeier --- Created attachment 12569 --> https://sourceware.org/bugzilla/attachment.cgi?id=12569&action=edit compiled source that gas accepts (produced by gcc with "-fno-loop-align") -- You are receiving this mai

[Bug gas/26040] New: [2.34 regression] binutils fails to build a cross-GCC 10.1 targeting aarch64-linux-gnu

2020-05-25 Thread bneumeier at gmail dot com
Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: bneumeier at gmail dot com Target Milestone: --- When attempting to build an aarch64 cross-toolchain on an x86_64 system, gcc crashes on some files, e.g

[Bug gas/21934] gas build fails when using gcc 7

2017-08-17 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #14 from Brett Neumeier --- (In reply to H.J. Lu from comment #13) > There is cast to (unsigned char). Why does GCC see that? Why does > it only happen on arm? Also does 'hh" work with all compilers on all > supported hosts? Per

[Bug gas/21934] gas build fails when using gcc 7

2017-08-15 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 Brett Neumeier changed: What|Removed |Added Attachment #10331|0 |1 is obsolete|

[Bug gas/21934] gas build fails when using gcc 7

2017-08-13 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #12 from Brett Neumeier --- > With i386 GCC 7.1.1, I got > > [hjl@gnu-tools-1 tmp]$ /usr/gcc-7.1.1-32bit/bin/gcc -S -O2 -g -Wall > tc-i386.i -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow > -Wstack-usage=262144 -Werror -Wwr

[Bug gas/21934] gas build fails when using gcc 7

2017-08-12 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #9 from Brett Neumeier --- Created attachment 10343 --> https://sourceware.org/bugzilla/attachment.cgi?id=10343&action=edit attempt at minimal pre-processed tc-i386.i OK, one more thing. I deleted everything that seemed to be un

[Bug gas/21934] gas build fails when using gcc 7

2017-08-12 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #8 from Brett Neumeier --- Created attachment 10342 --> https://sourceware.org/bugzilla/attachment.cgi?id=10342&action=edit compressed pre-processed tc-i386.c source, exhibiting the issue This is the result of running the failin

[Bug gas/21934] gas build fails when using gcc 7

2017-08-12 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 Brett Neumeier changed: What|Removed |Added CC||bneumeier at gmail dot com

[Bug gas/21934] gas build fails when using gcc 7

2017-08-12 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #5 from Brett Neumeier --- Created attachment 10340 --> https://sourceware.org/bugzilla/attachment.cgi?id=10340&action=edit result of minimal test-case compilation -- You are receiving this mail because: You are on the CC list

[Bug gas/21934] gas build fails when using gcc 7

2017-08-12 Thread bneumeier at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21934 --- Comment #4 from Brett Neumeier --- (In reply to H.J. Lu from comment #3) > Here is a small testcase: > > [hjl@gnu-6 config]$ cat /tmp/p.i > static char output_invalid_buf[sizeof (unsigned char) * 2 + 5]; > > char * > output_invalid (int

[Bug gas/21935] New: gas build error when using gcc 7

2017-08-09 Thread bneumeier at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: bneumeier at gmail dot com Target Milestone: --- Created attachment 10332 --> https://sourceware.org/bugzilla/attachment.cgi?id=10332&action=edit Fix a gas build error when using gcc 7 I found this only when doing an

[Bug gas/21934] New: gas build fails when using gcc 7

2017-08-09 Thread bneumeier at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: bneumeier at gmail dot com Target Milestone: --- Created attachment 10331 --> https://sourceware.org/bugzilla/attachment.cgi?id=10331&action=edit Fix a gas build error when using gcc 7 I found this only when doing an