[Bug target/106728] Cannot Compile EXE on Shared Network Drive (Windows, MinGW)

2022-08-24 Thread johntravolski1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106728 --- Comment #5 from John Smith --- (In reply to Andrew Pinski from comment #4) > Try the following: > g++ -std=c++11 iterate.cpp S -o "Z:\28sec\out.s" > > If this works, then you should report it to binutils. > Though I suspect it is https://so

[Bug target/106728] Cannot Compile EXE on Shared Network Drive (Windows, MinGW)

2022-08-24 Thread johntravolski1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106728 --- Comment #3 from John Smith --- Please ignore the different machine names in the output I posted above, I forgot to change it in both appearances. I attempted to change it to "machine_name" to avoid confusion but missed it in one spot and I d

[Bug target/106728] Cannot Compile EXE on Shared Network Drive (Windows, MinGW)

2022-08-24 Thread johntravolski1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106728 --- Comment #2 from John Smith --- (In reply to Andrew Pinski from comment #1) > > g++ -std=c++11 iterate.cpp -o "Z:\28sec\out.exe" > > > Does `g++ -c -std=c++11 iterate.cpp -o "\\machine_name\d\performance > testing\t.o" ` work? > > Also if

[Bug c++/106728] New: Cannot Compile EXE on Shared Network Drive (Windows, MinGW)

2022-08-23 Thread johntravolski1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106728 Bug ID: 106728 Summary: Cannot Compile EXE on Shared Network Drive (Windows, MinGW) Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal