This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/13656] [3.4 Regression] ICE after redeclaring size_t in the system headers


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-12 17:17 -------
That is because it was caused by:
2004-01-10  Zack Weinberg  <zack@codesourcery.com>
        
        * c-decl.c (duplicate_decls): Break apart into...
        (diagnose_arglist_conflict, validate_proto_after_old_defn)
        (locate_old_defn, diagnose_mismatched_decls, merge_decls):
        ... these new functions.  Restructure for comprehensibility.
        Remove various archaic special cases.  Always report the
        location of the previous declaration when a diagnostic is issued.
        (redeclaration_error_message): Fold into diagnose_mismatched_decls.
        (match_builtin_function_types): Delete unnecessary forward declaration.
And that is the reason why I assigned to zack right away.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13656


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