[Bug middle-end/42025] internal compiler error: verify_stmts failed (non-trivial conversion at assignment)

2009-11-12 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug middle-end/42025] New: internal compiler error: verify_stmts failed (non-trivial conversion at assignment)

2009-11-12 Thread bstarynk at gcc dot gnu dot org
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

[Bug lto/41932] LTO ICE when compiling ocaml trunk (incompatible type)

2009-11-04 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug lto/41932] LTO ICE when compiling ocaml trunk (incompatible type)

2009-11-04 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug lto/41932] New: LTO ICE when compiling ocaml trunk (incompatible type)

2009-11-03 Thread bstarynk at gcc dot gnu dot org
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

[Bug lto/41858] -flto -O2 crashes when many source files.

2009-10-29 Thread bstarynk at gcc dot gnu dot org
--- 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/

[Bug lto/41858] -flto -O2 crashes when many source files.

2009-10-28 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug lto/41858] -flto -O2 crashes when many source files.

2009-10-28 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug lto/41858] -flto -O2 crashes when many source files.

2009-10-28 Thread bstarynk at gcc dot gnu dot org
--- 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

[Bug lto/41858] New: -flto -O2 crashes when many source files.

2009-10-28 Thread bstarynk at gcc dot gnu dot org
. 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