--- Comment #1 from bstarynk at gcc dot gnu dot org 2009-11-13 07:44
---
Created an attachment (id=19009)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19009&action=view)
preprocessed testcase (bunzip2-ed)
The preprocessed testcase
gcc-trunk -O2 -c -v aot-runtime.i
ial conversion at assignment)
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bstarynk at gcc dot gnu dot org
GCC b
--- Comment #8 from bstarynk at gcc dot gnu dot org 2009-11-04 18:45
---
(In reply to comment #7)
> With gcc trunk rev 153897 Simon Baldwin's demo.c file
> typedef long intnat;
> typedef intnat value;
> void caml_darken (value v, value *p) { }
> is passing ok
--- Comment #7 from bstarynk at gcc dot gnu dot org 2009-11-04 18:37
---
With gcc trunk rev 153897 Simon Baldwin's demo.c file
typedef long intnat;
typedef intnat value;
void caml_darken (value v, value *p) { }
is passing ok.
But ocaml-trunk is still crashing the gcc-trunk
ersion: 4.5.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: lto
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bstarynk at gcc dot gnu dot org
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
--- Comment #7 from bstarynk at gcc dot gnu dot org 2009-10-29 16:06
---
(In reply to comment #6)
> I have a patch.
>
Richard's patch on http://gcc.gnu.org/ml/gcc/2009-10/msg00602.html
seems to solve the original problem I've got
http://gcc.gnu.org/ml/gcc-patches/
--- Comment #4 from bstarynk at gcc dot gnu dot org 2009-10-28 22:22
---
The linker is gold on Debian/Sid/Amd64
% /usr/bin/ld -v
GNU gold (GNU Binutils for Debian 2.20) 1.9
It could be that it is that gold which crashes. Apparently, it open a lot of
files, and when getting the MFILE
--- Comment #2 from bstarynk at gcc dot gnu dot org 2009-10-28 21:47
---
The attachment main.c is a source file generator and test case.
Put it in an empty directory.
First, compile it just with
gcc main.c -o main
[you could add other flags to gcc, you can use any flavor of gcc
--- Comment #1 from bstarynk at gcc dot gnu dot org 2009-10-28 21:40
---
Created an attachment (id=18927)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18927&action=view)
a small program which generates many files to exhibit the bug
The attached main.c file generates man
.
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Keywords: lto
Severity: major
Priority: P3
Component: lto
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bstarynk at gcc dot gnu dot org
GCC build triplet: x86_64
10 matches
Mail list logo