This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 remote/14976] New: ax.c uses CC_HAS_LONG_LONG but nothingdefines this


http://sourceware.org/bugzilla/show_bug.cgi?id=14976

             Bug #: 14976
           Summary: ax.c uses CC_HAS_LONG_LONG but nothing defines this
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


ax.c checks:


#if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)

As far as I can tell, nothing ever defines CC_HAS_LONG_LONG
or PRINTF_HAS_LONG_LONG in gdbserver.

PRINTF_HAS_LONG_LONG is also used in common/

See also PR 8442.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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