Ticket #15075 (new defect)
gdc prints many unnecessary warnings
| Reported by: | kazu@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | gdc |
Description
When compiling a D program, eg helloWorld.d, gdc prodoces prints the following warnings:
indirect jmp without `*'
Attachments
Change History
comment:3 Changed 5 years ago by hans@…
Attached is a wrapper script for users that bitbuckets these warnings.
comment:4 Changed 5 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to mww@…
- Milestone set to Port Bugs
Assigning to maintainer.
comment:7 Changed 2 years ago by jmr@…
GDC development has moved to bitbucket according to http://www.digitalmars.com/d/, and it is now compatible with newer GCC versions. Updating would therefore be the best way to fix this.
Note: See
TracTickets for help on using
tickets.


This is a known bug with FSF GCC on Darwin, Apple GCC for Mac OS X doesn't issue those warnings.