This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [RFA] Add "long long" tests to whatis.exp


Eli Zaretskii wrote:
> 
> > Date: Thu, 20 Sep 2001 14:36:29 -0700
> > From: Michael Snyder <msnyder@cygnus.com>
> >
> > 2001-09-20  Michael Snyder  <msnyder@redhat.com>
> >
> >       * gdb.base/whatis.exp: Add tests for long long.
> 
> Are we sure all supported compilers have long long?  If not, these
> tests will fail to compile when the test suite is run.

There are at least three other test files in gdb.base that
unconditionally declare a long long:

  long_long.c
  varargs.c
  return2.c

I haven't heard anything about them failing to compile
in some environments, but if they do, then we need a
general mechanism for dealing with the problem.

Michael


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