Mirror of the gdb mailing list
 help / color / mirror / Atom feed
  • * Re: More gdb-4.17.85 testresults
           [not found] <9903039205.AA920520366.cygnus.gdb@cc.pmsc.com>
           [not found] ` <npaexm4p27.fsf.cygnus.gdb@zwingli.cygnus.com>
    @ 1999-04-01  0:00 ` Andrew Cagney
      1999-04-01  0:00   ` Mike Vermeulen
                         ` (3 more replies)
      1 sibling, 4 replies; 7+ messages in thread
    From: Andrew Cagney @ 1999-04-01  0:00 UTC (permalink / raw)
      To: gdb
    
    Hello,
    
    [Stan, JimB, as chief maintainer and GDB 4.18 people see end]
    
    rodneybrown@pmsc.com wrote:
    
    > /opt/ansic/bin/cc:  # hppa2.0-hp-hpux10.20
    >     HP92453-01 G.10.32.05 HP C Compiler
    >
    > cc -Ae -c -g -D__HP_CURSES \
    >     -I. -I../../gdb-4.17.85/gdb -I../../gdb-4.17.85/gdb/config \
    >     -DHAVE_CONFIG_H -I../../gdb-4.17.85/gdb/../include/opcode \
    >     -I../../gdb-4.17.85/gdb/../readline/.. -I../bfd \
    >     -I../../gdb-4.17.85/gdb/../bfd -I../../gdb-4.17.85/gdb/../include \
    >     -I../intl -I../../gdb-4.17.85/gdb/../intl -I../../gdb-4.17.85/gdb/tui \
    >     ../../gdb-4.17.85/gdb/remote.c
    
    [...]
    
    > cc: "../../gdb-4.17.85/gdb/remote.c", line 693: \
    >     error 1711: Inconsistent parameter list declaration for "pack_hex_byte".
    
    This one puzzles me.  Looking in remote.c I see:
    
        static char *pack_hex_byte PARAMS ((char *pkt, unsigned char byte));
    
    and then:
    
        static char *
        pack_hex_byte (pkt, byte)
             char *pkt;
             unsigned char byte;
        {
    
    Is this error because HP's compiler doesn't like the `unsigned char' parameter.?
    
    > cc: "../../gdb-4.17.85/gdb/remote.c", line 3046: \
    >     error 1711: Inconsistent parameter list declaration for "remote_query".
    >
    
        static int remote_query PARAMS ((char, char *, char *, int *));
    
    and:
    
        static int
        remote_query (query_type, buf, outbuf, bufsiz)
             char query_type;
             char *buf;
             char *outbuf;
             int *bufsiz;
    
    This time I've no idea's as to what HP's ansic doesn't like about it.  Any
    suggestions?
    
    Assuming that HP's compiler reporting errors because it has problems with prototyped
    and non-prototyped code, I can see two solutions: disable PARAMS for that
    host/compiler combination; make those problem functions part of the ANSI experiment?
    
    Stan, JimB, thoughts?
    
        Andrew
    
    PS: W.R.T. the other warnings, a glance over them suggests that, while it would be
    nice to clean them up, it isn't something to attempt in the GDB-4.18 time frame.
    Having 4.19 compile cleanly on on a select list of hosts, however, is certainly an
    achievable goal.
    
    
    
    
    ^ permalink raw reply	[flat|nested] 7+ messages in thread
  • * More gdb-4.17.85 testresults
    @ 1999-04-01  0:00 rodneybrown
      0 siblings, 0 replies; 7+ messages in thread
    From: rodneybrown @ 1999-04-01  0:00 UTC (permalink / raw)
      To: gdb
    
    /opt/ansic/bin/cc:  # hppa2.0-hp-hpux10.20
        HP92453-01 G.10.32.05 HP C Compiler
    
    cc -Ae -c -g -D__HP_CURSES \
        -I. -I../../gdb-4.17.85/gdb -I../../gdb-4.17.85/gdb/config \
        -DHAVE_CONFIG_H -I../../gdb-4.17.85/gdb/../include/opcode \
        -I../../gdb-4.17.85/gdb/../readline/.. -I../bfd \
        -I../../gdb-4.17.85/gdb/../bfd -I../../gdb-4.17.85/gdb/../include \
        -I../intl -I../../gdb-4.17.85/gdb/../intl -I../../gdb-4.17.85/gdb/tui \
        ../../gdb-4.17.85/gdb/remote.c
    cc: "../../gdb-4.17.85/gdb/value.h", line 252: \
        warning 617: Redeclaration of tag "frame_info" ignored.
    cc: "../../gdb-4.17.85/gdb/value.h", line 253: \
        warning 617: Redeclaration of tag "fn_field" ignored.
    cc: "../../gdb-4.17.85/gdb/breakpoint.h", line 447: \
        warning 617: Redeclaration of tag "frame_info" ignored.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 693: \
        error 1711: Inconsistent parameter list declaration for "pack_hex_byte".
    cc: "../../gdb-4.17.85/gdb/remote.c", line 838: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 952: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 952: \
        warning 563: Argument #2 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 1748: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 1748: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 1806: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 1806: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2134: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2134: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2136: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2136: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2146: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2146: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2177: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2177: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2178: \
        warning 604: Pointers are not assignment-compatible.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 2178: \
        warning 563: Argument #1 is not the correct type.
    cc: "../../gdb-4.17.85/gdb/remote.c", line 3046: \
        error 1711: Inconsistent parameter list declaration for "remote_query".
    make[1]: *** [remote.o] Error 1
    make[1]: Leaving directory `/devel/span/rdb/src/gdb-4.17.85.obj.hpc/gdb'
    make: *** [all-gdb] Error 2
    
    Results for build using egcs-1.1
    
    Native configuration is hppa2.0-hp-hpux10.20
    
            === gdb Summary ===
    
    # of expected passes        5868
    # of unexpected failures    279
    # of unexpected successes   4
    # of expected failures      160
    # of unresolved testcases   7
    # of unsupported tests      1
    /devel/span/rdb/src/gdb-4.17.85.obj/gdb/testsuite/../../gdb/gdb version  4.17.85
    -nx
    
    
    Compiler version: 4.17.85 -nx gdb 
    Platform: hppa2.0-hp-hpux10.20
    configure flags: --host=hppa2.0-hp-hpux10.20 --norecursion
    
    Native configuration is alpha-dec-osf3.2
    
            === gdb Summary ===
    
    # of expected passes        5026
    # of unexpected failures    914
    # of unexpected successes   4
    # of expected failures      162
    # of unresolved testcases   8
    /usr1/users/rdb/src/gdb-4.17.85.obj/gdb/testsuite/../../gdb/gdb version  4.17.85
    -nx
    
    
    Compiler version: 4.17.85 -nx gdb 
    Platform: alpha-dec-osf3.2
    configure flags: --host=alpha-dec-osf3.2 --norecursion
    
     
    
    
    
    ^ permalink raw reply	[flat|nested] 7+ messages in thread

    end of thread, other threads:[~1999-04-01  0:00 UTC | newest]
    
    Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <9903039205.AA920520366.cygnus.gdb@cc.pmsc.com>
         [not found] ` <npaexm4p27.fsf.cygnus.gdb@zwingli.cygnus.com>
    1999-04-01  0:00   ` More gdb-4.17.85 testresults Andrew Cagney
    1999-04-01  0:00 ` Andrew Cagney
    1999-04-01  0:00   ` Mike Vermeulen
    1999-04-01  0:00   ` Jim Blandy
    1999-04-01  0:00   ` Stan Shebs
    1999-04-01  0:00   ` Todd Whitesel
    1999-04-01  0:00 rodneybrown
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox