[Bug fortran/47182] New: libquadmath.texi: undefined flag: BUGURL

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 5 15:13:00 GMT 2011


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)



More information about the Gcc-bugs mailing list