1. 21 Nov, 2000 17 commits
  2. 20 Nov, 2000 20 commits
  3. 19 Nov, 2000 3 commits
    • c-decl.c (grokdeclarator): Support flexible array members. · a25f1211
              * c-decl.c (grokdeclarator): Support flexible array members.
              Use open-ended ranges for these and zero-length arrays.
              * c-typeck.c (push_init_level): Validate the context of
              initialization of a zero-length array.
              * tree.c (int_fits_type_p): Be prepared for missing bounds.
              * varasm.c (array_size_for_constructor): New.
              (output_constructor): Use it for arrays of unspecified length.
              * extend.texi (Zero Length): Mention C99 flexible array members.
              Document initialization in a top-level struct as valid.
      
      From-SVN: r37576
      Richard Henderson committed
    • decl.c (init_decl_processing): Correct name of pure virtual function under the new ABI. · 2650255a
      	* decl.c (init_decl_processing): Correct name of pure virtual
      	function under the new ABI.
      	* rtti.c (throw_bad_cast): Likewise, for bad cast function.
      	(throw_bad_typeid): Likewise for bad typeid function.
      
      	* libsupc++/exception_support.cc (__throw_bad_cast): Name it
      	__cxa_bad_cast under the new ABI.
      	(__throw_bad_typeid): Name it __cxa_bad_typeid under the new ABI.
      	* libsupc++/pure.cc (__pure_virtual): Name it __cxa_pure_virtual
      	under the new ABI.
      
      From-SVN: r37575
      Mark Mitchell committed
    • tweak · b7ac5370
      From-SVN: r37574
      Jason Merrill committed