[Bug preprocessor/48677] cpp.exe broken ?

2011-05-16 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #17 from Joseph S. Myers jsm28 at gcc dot gnu.org 2011-05-16 18:34:34 UTC --- Author: jsm28 Date: Mon May 16 18:34:31 2011 New Revision: 173801 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173801 Log: PR preprocessor/48677

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-16 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #18 from Joseph S. Myers jsm28 at gcc dot gnu.org 2011-05-16 21:23:18 UTC --- Author: jsm28 Date: Mon May 16 21:23:14 2011 New Revision: 173808 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173808 Log: PR preprocessor/48677

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-16 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 Joseph S. Myers jsm28 at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-15 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 ralpheng...@gmail.com ralphengels at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-15 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||jsm28 at gcc dot

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-15 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 ralpheng...@gmail.com ralphengels at gmail dot com changed: What|Removed |Added Status|RESOLVED

[Bug preprocessor/48677] cpp.exe broken ?

2011-05-14 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #13 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-05-15 01:37:13 UTC --- took me quite a while but i found the bug. in gcc/cppspec.c /* If we don't need to edit the command line, we can bail early. */

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-21 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #11 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-21 15:45:13 UTC --- ok it seems to be related to sysroots i tried compiling without --with-sysroot and cpp.exe works then. question would then be if its an

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-21 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #12 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-21 16:18:17 UTC --- ok it works ! but damn this is strange i had to encase the path to the sysroot directory in quotes and use the windows path instead of the

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #3 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-20 08:48:38 UTC --- Created attachment 24055 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24055 screenshot of gdb output screenshot of gdb's output.

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-20 09:10:21 UTC --- gdb's output is just text, wouldn't it have been easier to paste 4 lines of text instead of a 700KB screenshot showing your entire desktop?! You never

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #5 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-20 09:30:51 UTC --- sorry about that its just i have no idea how to copy the text from gdb's console window. about checking if name = null im not sure how i

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-20 09:32:56 UTC --- it's not null. it has the value 0xbaadf00d.

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org 2011-04-20 09:34:16 UTC --- (In reply to comment #5) sorry about that its just i have no idea how to copy the text from gdb's console window. right-click, choose Select All, hit Enter

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #8 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-20 10:00:24 UTC --- my bad i ran cpp.exe by pulling it directly into gdb (had to use a command prompt). heres the output. -0x417f90lbasename:

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #9 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-20 15:17:40 UTC --- if its any help i noticed that cpp.exe seems to have a dependency on libstdc++6.dll somewhere since dependency walker says it doesnt but it

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-20 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #10 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-20 22:48:54 UTC --- hmm it seems im getting closer to iron out where the bug appears. 3880#if defined(TARGET_SYSTEM_ROOT_RELOCATABLE) !defined(VMS)

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Build||i686-w64-mingw32

[Bug preprocessor/48677] cpp.exe broken ?

2011-04-19 Thread ralphengels at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48677 --- Comment #2 from ralphengels at gmail dot com ralphengels at gmail dot com 2011-04-19 09:41:45 UTC --- in all cases im afraid. i tried skipping over null names but the crash persists, no output either i just get the usual windows box with