https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109927
--- Comment #13 from rguenther at suse dot de <rguenther at suse dot de> --- > Am 23.05.2023 um 19:44 schrieb userm57 at yahoo dot com > <gcc-bugzi...@gcc.gnu.org>: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109927 > > --- Comment #12 from Stan Johnson <userm57 at yahoo dot com> --- >> That’s indeed unhelpful. Cat /proc/maps of some executable might help > > Sorry, I don't know how to do that. I don't see /proc/maps. Try /proc/1/maps It’s a file in the per process directories > Regarding downloading mainline gcc-14, it's not at ftp.gnu.org. I tried the > following, but I must be using the wrong repository. Please advise on where I > should find gcc-14. > > $ git clone git://gcc.gnu.org/git/gcc.git > $ cd gcc > $ git reset --hard > HEAD is now at 0d2ab259bc5 Improve cost computation for single-bit bit > insertions. > $ git checkout releases/gcc-14 > error: pathspec 'releases/gcc-14' did not match any file(s) known to git > $ git checkout releases/gcc-13 > Already on 'releases/gcc-13' > Your branch is up to date with 'origin/releases/gcc-13'. > $ git checkout mainline/gcc-14 > error: pathspec 'mainline/gcc-14' did not match any file(s) known to git Git checkout master Should do what I meant