[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-18 Thread Adam J Richardson
URL: Summary: MinGW make inexplicably invokes as.exe Project: make Submitted by: fatman_uk Submitted on: Mon Oct 18 11:58:08 2010 Severity: 3 - Normal Item Group: Bug

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-18 Thread Adam J Richardson
Follow-up Comment #1, bug #31361 (project make): I found the random filename elsewhere in the results file. Looks like cc1plus produces Assembler output in a temp location and then as compiles it into machine code. Ok, so that's how the build system works. Fine. Invoking cc1plus by hand, I find

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-18 Thread Adam J Richardson
Follow-up Comment #3, bug #31361 (project make): Thanks Eli. From my make output, make is already passing -v to cc1plus. It doesn't mention anything about not writing the file (or writing it and then deleting it). I see from this: COLLECT_GCC_OPTIONS='-v' '-DSmallTestLib_EXPORTS' '-Wwrite-strin

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-19 Thread Adam J Richardson
Follow-up Comment #4, bug #31361 (project make): I think this is a make timing issue. It looks like the file is created and then deleted before as is invoked. Why would this happen? It seems cc1plus doesn't have any more verbosity options than "-v". That might be a moot point though, since here

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-21 Thread Adam J Richardson
Follow-up Comment #5, bug #31361 (project make): Is it possible to change the name of the bug to "MinGW make deletes intermediate file prematurely" or something similar, please? The inaccurate bug name might be putting people off. ___ Rep

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-21 Thread Adam J Richardson
Follow-up Comment #7, bug #31361 (project make): Thanks Paul. I thought make might be managing intermediate files but you say no. Ok, that's progress. I'm downloading make-3.82-3-mingw32-bin.tar.lzma now, though I believe it will be fruitless. I'll try something else in the meantime. Seems to m

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-21 Thread Adam J Richardson
Follow-up Comment #9, bug #31361 (project make): Drilling deeper into this, I see cc1plus.exe is silently giving me errors even though I specified "-v". " cc1plus.exe: error: argument to "-gdwarf-" should be a non-negative integer " Hmm. Must be referring to "-gdwarf-2", which is a perfectly va

[bug #31361] MinGW make inexplicably invokes as.exe

2010-10-21 Thread Adam J Richardson
Follow-up Comment #10, bug #31361 (project make): Thanks Martin. Fair enough, I just thought a more appropriate name might help others in my position (even if it's marked "not a make bug" or whatever). Apparently my searching has led me to the wrong place, so could you point me towards the right