I have just built gcc 4.6.4 r194560 and I see the following warnings: ../../p6_work/gcc/varasm.c:2107:30: warning: 'pending_assemble_externals_set' defined but not used [-Wunused-variable] ../../p6_work/gcc/varasm.c:2112:13: warning: 'pending_assemble_externals_processed' defined but not used [-Wunused-variable]
Apparently the branches are not compiled with -Werror. BTW thanks for the commit. Dominique