Bug 20988 - D Language frontend Segmentation fault
Summary: D Language frontend Segmentation fault
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.3.3
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 10:48 UTC by Marco Falda
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
The set of source codes that I tried to compile (being translated from C++) (6.46 KB, application/x-zip-compressed)
2005-04-13 10:55 UTC, Marco Falda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Falda 2005-04-13 10:48:56 UTC
gdc -v --save-temps -c VincoloIIF.d

-- BEGIN OF OUTPUT --
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-
prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --
mandir=/usr/share/man --infodir=/usr/share/info --enable-
languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-
gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-
threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-
version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)
 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/cc1d.exe VincoloIIF.d -quiet -dumpbase 
VincoloIIF.d -auxbase VincoloIIF -version -o VincoloIIF.s
GNU D version 3.3.3 (cygwin special) (i686-pc-cygwin)
        compiled by GNU C version 3.3.3 (cygwin special).
GGC heuristics: --param ggc-min-expand=45 --param ggc-min-heapsize=28350
VincoloIIF.d:0: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
-- END OF OUTPUT --

No *.i* files generated.
Comment 1 Andrew Pinski 2005-04-13 10:51:25 UTC
Since the D front-end is not part of GCC, we cannot reproduce you bug.  I would report this bug to the 
people you got the D front-end from.
Comment 2 Marco Falda 2005-04-13 10:55:06 UTC
Created attachment 8616 [details]
The set of source codes that I tried to compile (being translated from C++)

The source code to reproduce the bug