This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31983] Add option to gcc to display specific language manual section reference for error/warning encountered.
- From: "esigra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Sep 2008 20:38:29 -0000
- Subject: [Bug c/31983] Add option to gcc to display specific language manual section reference for error/warning encountered.
- References: <bug-31983-14566@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from esigra at gmail dot com 2008-09-21 20:38 -------
I found that James' wish is already implemented in some cases:
$ strings /usr/i686-pc-linux-gnu/gnat-gcc-bin/4.2/gnat|grep "RM "
illegal use of remote access-to-class-wide type, see RM E.4(18)
A user that gets that error message can look it up at for example
[http://www.adacore.com/multimedia/Ada2005_RM_HTML/RM-E-4.html].
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31983