Print this page
5396 gcc 4.8.2 longjmp errors for cscope-fast

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
          +++ new/usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
   1    1  /*
        2 + * Copyright 2015 Gary Mills
   2    3   * Copyright (c) 1988, 2010, Oracle and/or its affiliates. All rights reserved.
   3    4   */
   4    5  
   5    6  /*
   6    7   * Copyright (c) 1988 Regents of the University of California.
   7    8   * All rights reserved.
   8    9   *
   9   10   * This code is derived from software contributed to Berkeley by
  10   11   * Computer Consoles Inc.
  11   12   *
↓ open down ↓ 364 lines elided ↑ open up ↑
 376  377  
 377  378  int
 378  379  main(int argc, char *argv[])
 379  380  {
 380  381  
 381  382          char            c, *cptr;
 382  383          short           i;
 383  384          struct direct   *dirp;
 384  385          struct lbuf     *bp;
 385  386          char            *progname;
 386      -        short           colon, mode;
      387 +        volatile short  colon;
      388 +        short           mode;
 387  389          long            temp;
 388  390  
 389  391          /* Options/Suboptions processing */
 390  392          int     opt;
 391  393          char    *subopts;
 392  394          char    *optval;
 393  395  
 394  396          /*
 395  397           * The following are used to support the old fsdb functionality
 396  398           * of clearing an inode. It's better to use 'clri'.
↓ open down ↓ 4928 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX