gentoo / dlang

[MIRROR] D programming language ebuild repository
https://gitweb.gentoo.org/repo/user/dlang.git
GNU General Public License v2.0
30 stars 25 forks source link

Remove dmd-2.063 #92

Closed the-horo closed 2 years ago

the-horo commented 2 years ago

dmd-2.063 no longer builds with neither g++ nor clang++ due to some errors:

func.c: In member function ‘virtual void FuncDeclaration::semantic(Scope*)’:
func.c:500:19: error: narrowing conversion of ‘-1’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
  500 |             case -1:
      |                   ^
func.c:540:19: error: narrowing conversion of ‘-2’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
  540 |             case -2:    // can't determine because of fwd refs
      |                   ^
func.c:629:23: error: narrowing conversion of ‘-1’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
  629 |                 case -1:
      |                       ^
func.c:632:23: error: narrowing conversion of ‘-2’ from ‘int’ to ‘long unsigned int’ [-Wnarrowing]
  632 |                 case -2:
      |                       ^
mleise commented 2 years ago

Sad times, a classic version has left us. :)