Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
David Friedman wrote: This is probably a better test: --- d-codegen.cc.origTue Jun 7 14:10:57 2005 +++ d-codegen.ccTue Jun 7 14:11:55 2005 @@ -1757,7 +1757,7 @@ char buf[256]; #if defined (TARGET_IS_PE_COFF) - if (DECL_ONE_ONLY (function)) + // if (DECL_ONE_ONLY (function))

RE: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Dave Korn
Original Message >From: Gerrit P. Haase >Sent: 07 June 2005 11:59 > Hi all, > > I'm trying to integrate the D frontend for GCC in the GCC 3.4.4 release, > What is new in the source regarding this problem is this patch which > gives me the error cited below: > diff -cr d-0.12/d-codegen.c

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
David Friedman wrote: Maybe this is the problem here: ! && !defined (TARGET_IS_PE_COFF) Is TARGET_IS_PE_COFF defined for Cygwin? Yes it is: #define TARGET_IS_PE_COFF 1 Is this wrong in the d-codegen source? I'kll try what changes if I include Cygwin: ! #if defined (ASM_OUTPUT_DEF) \

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Markus Schönhaber
Am Dienstag, 7. Juni 2005 17:25 schrieb Gerrit P. Haase: > Gerrit P. Haase wrote: [...] Sadly, neither can I help you nor am I able to provide something at least remotely useful. But I can provide something utterly useless (this mail) so you are not completely alone in this thread... Regards

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Hi all, I'm trying to integrate the D frontend for GCC in the GCC 3.4.4 release, I'm in contact with the maintainer David Friedman, he successfully compiled the current (0.12.1) sources with MinGW and I expect that he also has tested it with other supported platforms, how

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Maybe this is the problem here: ! && !defined (TARGET_IS_PE_COFF) Is TARGET_IS_PE_COFF defined for Cygwin? Yes it is: #define TARGET_IS_PE_COFF 1 Is this wrong in the d-codegen source? I'kll try what changes if I include Cygwin: ! #if defined (ASM_OUTPUT_DEF) \

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Gerrit P. Haase wrote: Hi all, I'm trying to integrate the D frontend for GCC in the GCC 3.4.4 release, I'm in contact with the maintainer David Friedman, he successfully compiled the current (0.12.1) sources with MinGW and I expect that he also has tested it with other

Re: Assembler problem while trying to integrate D iompiler in GCC suite

2005-06-07 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Hi all, I'm trying to integrate the D frontend for GCC in the GCC 3.4.4 release, I'm in contact with the maintainer David Friedman, he successfully compiled the current (0.12.1) sources with MinGW and I expect that he also has tested it with other supported platforms, howe