[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-09-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-15 22:36 --- Fixed by: 2005-09-14 Christopher Faylor <[EMAIL PROTECTED]> * pex-win32.c: Include "windows.h". (backslashify): New function. (fix_argv): Use backslashify to convert path to window

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 19:58 --- >From what I have seen on the gcc ml, it looks like the opposition to a pex-win32.c patch (Mark) agrees on it, and Christopher said in http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00513.html he could do it

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-08-08 Thread bonzini at gcc dot gnu dot org
--- Additional Comments From bonzini at gcc dot gnu dot org 2005-08-08 16:32 --- I don't like the patch, the correct way is to teach pex-win32.c about '#!' because GCC is built under a Unix-like environment (MSYS). Paolo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22259

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-08-06 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-06 11:39 --- Patch pinged (for the second time). ChangeLog entry provided. -- What|Removed |Added

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-08-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-08-02 21:31 --- bonzini, you assigned the bug to yourself, but I haven't seen any patch or comment to my proposed patch. I'm still looking for someone to okay that patch, or propose a better way to do it. The number of pa

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-21 Thread bonzini at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bonzini at gcc dot gnu dot |dot org |org Status|NEW

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 17:18 --- Patch here but you forgot the changeLog :). -- What|Removed |Added URL|

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-02 08:55 --- Created an attachment (id=9192) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9192&action=view) Patch Attached patch implements the idea of making a special case for mingw32 in stamp-as, stamp-colle

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-07-02 08:08 --- > One option: have gcc/Makefile stamp-as target test "build" and output > appropriate script to MS Windows BATCH file as.bat. I tried to copy the assembler in the tree, instead of making a script pointing

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-02 02:49 --- A workaround is to specify the full path to as in configure script, eg --with-as=/mingw/bin/as.exe --with-ld=/mingw.bin/ld.exe -- with /nm=/mingw/bin/ld.exe Danny -- http://gcc.gnu.org/bug

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-01 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-01 21:44 --- One option: have gcc/Makefile stamp-as target test "build" and output appropriate script to MS Windows BATCH file as.bat. *) case "$build" in \ *mingw32*) echo 'XXX' > as.bat \ ... ;; *) echo '#!

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-01 Thread ian at airs dot com
-- What|Removed |Added CC||ian at airs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22259

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-06-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|spawnv cannot execute gcc/as|[4.1 Regression] spawnv ||cannot execute gcc/as Target Milesto