Thread overview | |||||
---|---|---|---|---|---|
|
April 08, 2005 Version 0.120 and AMD64/ X86_64 | ||||
---|---|---|---|---|
| ||||
Greetings, I just starting to look at D after a quick look some time ago. Just noticed that the changelog for v 0.120 (http://www.digitalmars.com/d/changelog.html#new0120) states that: " Changed AMD64 predefined version to X86_64." however, dmd/src/phobos/object.d (in version 0.120) contains: version (AMD64) { ... } that looks to me as a bug. Is it? Cheers, Pierre Rouleau |
April 08, 2005 Re: Version 0.120 and AMD64/ X86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Pierre Rouleau | In article <d34peb$16bb$1@digitaldaemon.com>, Pierre Rouleau says... > >Greetings, > >I just starting to look at D after a quick look some time ago. > >Just noticed that the changelog for v 0.120 (http://www.digitalmars.com/d/changelog.html#new0120) > >states that: > >" Changed AMD64 predefined version to X86_64." > >however, dmd/src/phobos/object.d (in version 0.120) contains: > > >version (AMD64) >{ > ... > >} > > >that looks to me as a bug. Is it? None of Phobos was altered between .119 and .120 concerning version identifiers. That will likely happen in a later release? Sean |
April 08, 2005 Re: Version 0.120 and AMD64/ X86_64 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Pierre Rouleau | "Pierre Rouleau" <prouleau@impathnetworks.com> wrote in message news:d34peb$16bb$1@digitaldaemon.com... > Greetings, > > I just starting to look at D after a quick look some time ago. > > Just noticed that the changelog for v 0.120 > (http://www.digitalmars.com/d/changelog.html#new0120) > > states that: > > " Changed AMD64 predefined version to X86_64." > > however, dmd/src/phobos/object.d (in version 0.120) contains: > > > version (AMD64) > { > ... > > } > > > that looks to me as a bug. Is it? Yes, and it'll get fixed in the next update. It doesn't matter at the moment, though, since there is no X86_64 code generator! |
Copyright © 1999-2021 by the D Language Foundation