https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102277
Bug ID: 102277
Summary: hppa2.0w-hp-hpux11.23 bootstrap comparison failure
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102210
Bug ID: 102210
Summary: Invalid assembly generated while building OpenSSH on
hppa64-hp-hpux11.23
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359
--- Comment #7 from Larkin Nickle ---
For anyone finding this in the future, I'm guessing 32-bit builds of GCC on
HP-UX+PA-RISC were just broken for a while. Building 5.5.0 with libquadmath
enabled worked fine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359
--- Comment #6 from Larkin Nickle ---
(In reply to Larkin Nickle from comment #5)
> I am also running into this on HP-UX 11.23 on PA-RISC. I've started with
> HP's distribution of GCC 4.7.1 and have attempted to build 4.7.4, 4.8.5, and
> 4.9.4 an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359
Larkin Nickle changed:
What|Removed |Added
CC||me at larbob dot org
--- Comment #5 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #276 from Larkin Nickle ---
Created attachment 51215
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51215&action=edit
How I'm attempting to build GCC 11.1
For what it's worth, here's exactly how I'm attempting to build 11.1. Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #274 from Larkin Nickle ---
Created attachment 51190
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51190&action=edit
disas of cc1 with more context
Here's `disas $pc-256,$pc+256`'s output.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #272 from Larkin Nickle ---
(In reply to dave.anglin from comment #271)
> On 2021-07-21 2:32 a.m., me at larbob dot org wrote:
> > Reading symbols from
> > /home/larbob/Projects/build-gcc/builds/gcc-11.1.0/.o/./prev-gcc/cc1...BFD:
> >
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #270 from Larkin Nickle ---
Reading symbols from
/home/larbob/Projects/build-gcc/builds/gcc-11.1.0/.o/./prev-gcc/cc1...BFD:
/home/larbob/Projects/build-gcc/builds/gcc-11.1.0/.o/prev-gcc/cc1 symbol number
7215 references nonexistent SH
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #269 from Larkin Nickle ---
(In reply to The Written Word from comment #268)
> (In reply to Larkin Nickle from comment #262)
> > Created attachment 51182 [details]
> > GCC 11.1 patch to net dwarf2 debugging symbols
> >
> > Rebuilding
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #266 from Larkin Nickle ---
I'll try that 7.9.1 as a last resort; I noticed that 7.3.1 was able to read
dwarf4 symbols from a previous 4.9.2 build I did so I'm testing building 11.1
patched to produce debug symbols similarly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #263 from Larkin Nickle ---
I'm having trouble actually getting a GDB that can read the resulting symbols
properly.
readelf --debug-dump=info cc1 | grep -A 2 'Compilation Unit @'
Compilation Unit @ offset 0x0:
Length:0x
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #264 from Larkin Nickle ---
Oh, and I should mention this is what I get with 7.3.1 or 7.5.1:
Reading symbols from
/home/larbob/Projects/build-gcc/builds/gcc-11.1.0/.o/prev-gcc/cc1...BFD:
/home/larbob/Projects/build-gcc/builds/gcc-11.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #262 from Larkin Nickle ---
Created attachment 51182
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51182&action=edit
GCC 11.1 patch to net dwarf2 debugging symbols
Rebuilding with this patch. Should hopefully net me actual dwa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #261 from Larkin Nickle ---
https://gcc.gnu.org/bugzilla//show_bug.cgi?id=59447
Argh, it seems that `--with-dwarf2` basically just means use dwarf2 *or later*,
at least in GCCs this new. Will patch gcc/common.opt and rebuild.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #260 from Larkin Nickle ---
(In reply to dave.anglin from comment #259)
> The compiler being used to compile mkstemps.c is broken. If core dumps are
> enabled,
> you should be able to use gdb (wdb) directly to find the illegal instru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #258 from Larkin Nickle ---
I've now attached the configure log as well as the build log for GCC 11.1 with
`-j1` passed to make so as to make the log more readable.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #257 from Larkin Nickle ---
Created attachment 51180
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51180&action=edit
Build log for GCC 11.1 with -j1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #256 from Larkin Nickle ---
Created attachment 51179
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51179&action=edit
Configure log for gcc 11.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #255 from Larkin Nickle ---
Here's the log from the attempted 11.1 build against binutils 2.30. Built with
4.8.5. I'm not able to attach this as it's over the max size limit.
https://gist.githubusercontent.com/larb0b/f3a855892f7b16f4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #254 from Larkin Nickle ---
I've now tried 11.1.0 almost exactly as The Written Word builds it, and still
get:
during GIMPLE pass: dce
../../libiberty/mkstemps.c: In function 'mkstemps':
../../libiberty/mkstemps.c:80:1: internal comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #250 from Larkin Nickle ---
I should probably note that my PATH is set to the standard path, appended with
the PATH to whichever GCC's bin folder as well as a folder I have with some
utilities:
awk gawk make mksh sed tar
I us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #249 from Larkin Nickle ---
I am still unable to replicate a proper 11.1 build against 2.36 gas. Here's my
process:
HP GCC 4.7.1 -> GCC 4.7.4:
../../sources/gcc-4.7.4/configure --prefix=/usr/util/toolchain/gcc-4.7.4 --w
ith-as=/opt/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
Larkin Nickle changed:
What|Removed |Added
CC||me at larbob dot org
--- Comment #229 fr
24 matches
Mail list logo