This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47182] New: libquadmath.texi: undefined flag: BUGURL
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 5 Jan 2011 15:09:36 +0000
- Subject: [Bug fortran/47182] New: libquadmath.texi: undefined flag: BUGURL
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47182
Summary: libquadmath.texi: undefined flag: BUGURL
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: burnus@gcc.gnu.org
./libquadmath/libquadmath.texi uses:
Bugs in the GCC Quad-Precision Math Library implementation should be
reported via @value{BUGURL}.
But BUGURL is never set. For ./gcc/ one passes the value via configure:
ACX_BUGURL([http://gcc.gnu.org/bugs.html])
However, such an entry is missing from libquadmath/configure.ac.
(The macro is defined at ./config/acx.m4)