What is pex_run

2021-02-25 Thread Gary Oblock via Gcc
I've got collect2 finding a linker error and I'm out of other options so I'm poking around in the collect2 sources. I'm wondering what pex_run is (since it's getting handed the arguments this might mater?) I figure if I can get collect2 to spill its guts about what arguments are fed to "ld" I'll ha

Re: What is pex_run

2021-02-25 Thread Marek Polacek via Gcc
On Thu, Feb 25, 2021 at 09:57:55PM +, Gary Oblock via Gcc wrote: > I've got collect2 finding a linker error and I'm out of > other options so I'm poking around in the collect2 > sources. I'm wondering what pex_run is (since it's > getting handed the arguments this might mater?) See libiberty/p

Re: HELP: MIPS PC Relative Addressing

2021-02-25 Thread Maciej W. Rozycki
On Thu, 25 Feb 2021, Jiaxun Yang wrote: > > > I'll take this approach first, add "lla, dlla" pseudo-instructions to > > > assembler and seeking optimization > > > in future. > > > > The DLA and LA macros are supposed to do that already, no need to invent > > new names. > > Hmm, how could we te

gcc-8-20210225 is now available

2021-02-25 Thread GCC Administrator via Gcc
Snapshot gcc-8-20210225 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20210225/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: What is pex_run

2021-02-25 Thread David Edelsohn via Gcc
On Thu, Feb 25, 2021 at 5:26 PM Gary Oblock via Gcc wrote: > > I've got collect2 finding a linker error and I'm out of > other options so I'm poking around in the collect2 > sources. I'm wondering what pex_run is (since it's > getting handed the arguments this might mater?) > I figure if I can get

Re: Constraints and branching in -fanalyzer

2021-02-25 Thread brian.sobulefsky via Gcc
Hi, I have implemented the discussed change, bootstrapped, and run the testsuite. I would be submitting except to my disappointment I saw failures increase by 4. As it turns out, these "failures" are actually passes that had been marked "xfail" and "TRUE" "desired" in the testsuite. The items in q