This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]