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))
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
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) \
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
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
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) \
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
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
8 matches
Mail list logo