| Bug ID | 156 |
|---|---|
| Summary | sertup-gcc.sh does not detect new gcc version numbers |
| Product | GDC |
| Version | development |
| Hardware | All |
| OS | All |
| Status | NEW |
| Severity | minor |
| Priority | Normal |
| Component | gdc |
| Assignee | ibuclaw@gdcproject.org |
| Reporter | t.sintonen@luukku.com |
Gcc has changed version numbering. The next release will be version 5 instead of 4.10. The version string is now 5.0.0. The regex string for 4.x has a bug that matches everything. https://github.com/D-Programming-GDC/GDC/pull/86