Bug creation and email sending has been disabled, file new bugs at gcc.gnu.org/bugzilla
Bug 111 - Crosscompiler I download today breaks on my code
Summary: Crosscompiler I download today breaks on my code
Status: RESOLVED INVALID
Alias: None
Product: GDC
Classification: Unclassified
Component: gdc (show other bugs)
Version: 4.8.x
Hardware: ARM Linux
: --- major
Assignee: Iain Buclaw
URL:
Depends on:
Blocks:
 
Reported: 2014-04-01 17:30 CEST by Timofei
Modified: 2014-04-12 09:04 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timofei 2014-04-01 17:30:11 CEST
/home/tbolshakov/x-tools/arm-gdcproject-linux-gnueabi/lib/gcc/arm-gdcproject-linux-gnueabi/4.8.2/include/d/std/container.d: In member function 'dup':
/home/tbolshakov/x-tools/arm-gdcproject-linux-gnueabi/lib/gcc/arm-gdcproject-linux-gnueabi/4.8.2/include/d/std/container.d:5767: internal compiler error: in gimple_expand_cfg, at cfgexpand.c:4575
Please submit a full bug report,
with preprocessed source if appropriate.

preprocessed source is not available ...
Sorry.
Comment 1 Johannes Pfau 2014-04-01 18:33:46 CEST
I tried to reproduce this with a simple test case, but simple test cases don't seem to trigger this bug. So you really need to provide some kind of test case.

(In case you don't know, we don't need "preprocessed" source code, that's c++ specific, but we need some code to reproduce this)

You could also try to reduce your code with dustmite: https://github.com/CyberShadow/DustMite/wiki
Comment 2 Johannes Pfau 2014-04-12 09:04:19 CEST
Closing this. Feel free to reopen with a test case to reproduce this issue.