https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89066

--- Comment #4 from Matthew Wuensche <icypawn at aol dot com> ---
(In reply to Andrew Pinski from comment #2)
> >Built by MinGW-W64 project
> 
> Can you make sure you downloaded all of the correct binaries.

Hi, um... I just uninstalled my online download... then downloaded
i686-8.1.0-release-win32-sjlj-rt_v6-rev0.7z and after running 7-zip and
installing it to the same directory so that the paths would still be valid, I
receive the same response when running gcc in N:\nesys\asm6\src; however, I
still receive an exe if I run gcc from its folder.  Though, the line is
adjusted to:

gcc -v n:\nesys\asm6\src\myfile.c -o myfile

It just doesn't work when it has to use the path to find gcc.  I wish it would
use the path successfully.

That cc1.exe line is now, when not using the path:

C:/Program Files
(x86)/mingw-w64/i686-8.1.0-win32-sjlj-rt_v6-rev0/mingw32/bin/../libexec/gcc/i686-8.1.0-win32-w64-mingw32/8.1.0/cc1.exe
-quiet -v -iprefix C:/Program Files
(x86)/mingw-w64/i686-8.1.0-win32-sjlj-rt_v6-rev0/ming32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/
-U_REENTRANT n:\nesys\asm6\src\myfile.c -quiet -dumpbase myfile.c
-mtune=generic -march=i686 -auxbase myfile -version -o
C:\Users\auser\AppData\Local\Temp\cc14fjys.s

and then it says:

GNU C17 (i686-win32-sjlj-rev0, Built by MinGW-W64 project) version 8.1.0
(i686-w64-mingw32)
        compiled by GNU C version 8.1.0, GMP version 6.1.2, MPFR version 4.0.1,
MPC version 1.1.0, isl version isl-0.18-GMP

and then two sections of "GCC heuristics" follow.

Reply via email to