]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcc.c
Warning fixes:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 28 Oct 1998 18:00:53 +0000 (18:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 28 Oct 1998 18:00:53 +0000 (18:00 +0000)
commit829245be1bfefcd312479e94752c35c7b2cb3348
tree42470feb11450cf3a835fa2970afa3051887c4e2
parentb5bd3b3c46692ddb40a623b2728c65164f59fed3
Warning fixes:

        * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
        structure which has exactly the members provided by EXTRA_SPECS.
        Xmalloc() the real `extra_specs', and initialize it from this
        intermediate structure.
        * alpha.h (EXTRA_SPECS): Revert change for missing initializers.
        * mips.h  (EXTRA_SPECS): Likewise.
        * sparc.h (EXTRA_SPECS): Likewise.

From-SVN: r23406
gcc/ChangeLog
gcc/config/alpha/alpha.h
gcc/config/mips/mips.h
gcc/config/sparc/sparc.h
gcc/gcc.c