------- Comment #3 from dodji at gcc dot gnu dot org  2009-09-01 08:46 -------
Subject: Bug 41205

Author: dodji
Date: Tue Sep  1 08:45:38 2009
New Revision: 151262

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151262
Log:
Fix bootstrap after patch PR debug/30161

gcc/ChangeLog:
        PR bootstrap/41205
        Fix AIX bootstrap after PR debug/30161
        * dwarf2out.c (make_ith_pack_parameter_name): Don't used strnlen
        that is a GNU extension.
        (tmpl_value_parm_die_table): Move the definition of this global
        outside #ifdef DWARF2_DEBUGGING_INFO region.

gcc/cp/ChangeLog:
        PR bootstrap/41205
        * pt.c (make_ith_pack_parameter_name): Don't use strnlen that is a
        GNU extension.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/dwarf2out.c


-- 


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

Reply via email to