Ticket #56996: gcc48-patched-high-sierra-test-suite.txt

File gcc48-patched-high-sierra-test-suite.txt, 382.2 KB (added by kencu (Ken), 6 years ago)

current version of the gcc48 test suite built on high sierra to get an idea of how it's working.

Line 
1$ sudo make -k check
2autogen -T /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/fixincludes/check.tpl /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/fixincludes/inclhack.def
3/bin/sh ./check.sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/fixincludes/tests/base
4Fixed:  testing.h
5Fixed:  testing.h
6Fixed:  Availability.h
7Fixed:  AvailabilityMacros.h
8Fixed:  X11/ShellP.h
9Fixed:  X11/Xmu.h
10Fixed:  Xm/BaseClassI.h
11Fixed:  Xm/Traversal.h
12Fixed:  ansi/math.h
13Fixed:  ansi/stdlib.h
14Fixed:  arch/i960/archI960.h
15Fixed:  architecture/ppc/math.h
16Fixed:  assert.h
17Fixed:  bits/fenv.h
18Fixed:  bits/huge_val.h
19Fixed:  bits/string2.h
20Fixed:  bsd/libc.h
21Fixed:  c_asm.h
22Fixed:  com_err.h
23Fixed:  complex.h
24Fixed:  ctrl-quotes-def-1.h
25Fixed:  ctype.h
26Fixed:  curses.h
27Fixed:  errno.h
28Fixed:  features.h
29Fixed:  fixinc-test-limits.h
30Fixed:  hsfs/hsfs_spec.h
31Fixed:  ia64/sys/getppdp.h
32Fixed:  inttypes.h
33Fixed:  io-quotes-def-1.h
34Fixed:  ioLib.h
35Fixed:  iso/math_c99.h
36Fixed:  iso/math_iso.h
37Fixed:  iso/setjmp_iso.h
38Fixed:  iso/stdio_iso.h
39Fixed:  iso/stdlib_iso.h
40Fixed:  locale.h
41Fixed:  mach-o/dyld.h
42Fixed:  mach-o/swap.h
43Fixed:  malloc.h
44Fixed:  math.h
45Fixed:  net/if.h
46Fixed:  net/if_arp.h
47Fixed:  netdnet/dnetdb.h
48Fixed:  netinet/in.h
49Fixed:  netinet/ip.h
50Fixed:  obstack.h
51Fixed:  os/availability.h
52Fixed:  pixrect/memvar.h
53Fixed:  pthread.h
54Fixed:  reg_types.h
55Fixed:  regex.h
56Fixed:  regexp.h
57Fixed:  rpc/auth.h
58Fixed:  rpc/rpc.h
59Fixed:  rpc/xdr.h
60Fixed:  rpcsvc/rstat.h
61Fixed:  rpcsvc/rusers.h
62Fixed:  rtldef/decc$types.h
63Fixed:  rtldef/if.h
64Fixed:  rtldef/resolv.h
65Fixed:  rtldef/setjmp.h
66Fixed:  rtldef/signal.h
67Fixed:  rtldef/stdio.h
68Fixed:  rtldef/string.h
69Fixed:  rtldef/wait.h
70Fixed:  signal.h
71Fixed:  sparc/asm_linkage.h
72Fixed:  spawn.h
73Fixed:  stdarg.h
74Fixed:  stdint-aix.h
75Fixed:  stdint-darwin.h
76Fixed:  stdint-hpux11.h
77Fixed:  stdint-newlib.h
78Fixed:  stdint.h
79Fixed:  stdio.h
80Fixed:  stdio_tag.h
81Fixed:  stdlib.h
82Fixed:  string.h
83Fixed:  strings.h
84Fixed:  sundev/vuid_event.h
85Fixed:  sunwindow/win_lock.h
86Fixed:  sym.h
87Fixed:  sys/_inttypes.h
88Fixed:  sys/cdefs.h
89Fixed:  sys/feature_tests.h
90Fixed:  sys/file.h
91Fixed:  sys/int_const.h
92Fixed:  sys/int_limits.h
93Fixed:  sys/int_types.h
94Fixed:  sys/machine.h
95Fixed:  sys/mman.h
96Fixed:  sys/pthread.h
97Fixed:  sys/signal.h
98Fixed:  sys/socket.h
99Fixed:  sys/spinlock.h
100Fixed:  sys/stat.h
101Fixed:  sys/sysmacros.h
102Fixed:  sys/time.h
103Fixed:  sys/types.h
104Fixed:  sys/ucontext.h
105Fixed:  sys/va_list.h
106Fixed:  sys/wait.h
107Fixed:  testing.h
108Fixed:  tgmath.h
109Fixed:  time.h
110Fixed:  tinfo.h
111Fixed:  types/vxTypesBase.h
112Fixed:  unistd.h
113Newly fixed header:  Availability.h
114Newly fixed header:  os/availability.h
115
116There were fixinclude test FAILURES
117make[2]: *** [check] Error 1
118make[1]: *** [check-fixincludes] Error 2
119test -d plugin || mkdir plugin
120test -d testsuite || mkdir testsuite
121test -d testsuite/gcc || mkdir testsuite/gcc
122(rootme=`${PWDCMD-pwd}`; export rootme; \
123        srcdir=`cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
124        cd testsuite/gcc; \
125        rm -f tmp-site.exp; \
126        sed '/set tmpdir/ s|testsuite$|testsuite/gcc|' \
127                < ../../site.exp > tmp-site.exp; \
128        /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
129        EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
130        if [ -f ${rootme}/../expect/expect ] ; then  \
131           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
132            export TCL_LIBRARY ; fi ; \
133        runtestflags= ; \
134        if [ -n "" ] ; then \
135          runtestflags=""; \
136        elif [ -n "" ] ; then \
137          parts="`echo '  ' \
138                  | sed 's/=[^ ]* / /g'`"; \
139          for part in `find $srcdir/testsuite/gcc* -name \*.exp` ; do \
140            part=`basename $part` ; \
141            case " $parts $runtestflags " in \
142              *" $part "*) ;; \
143              *) runtestflags="$runtestflags $part" ;; \
144            esac ; \
145          done ; \
146        fi ; \
147        `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc  $runtestflags)
148WARNING: Couldn't find the global config file.
149Test run by root on Sat Sep 15 16:08:32 2018
150Native configuration is x86_64-apple-darwin17
151
152                === gcc tests ===
153
154Schedule of variations:
155    unix
156
157Running target unix
158Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
159Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
160Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
161Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
162FAIL: gcc.c-torture/compile/20020303-1.c  -O0  (test for excess errors)
163FAIL: gcc.c-torture/compile/20020303-1.c  -O1  (test for excess errors)
164FAIL: gcc.c-torture/compile/20020303-1.c  -O2  (test for excess errors)
165FAIL: gcc.c-torture/compile/20020303-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
166FAIL: gcc.c-torture/compile/20020303-1.c  -O3 -g  (test for excess errors)
167FAIL: gcc.c-torture/compile/20020303-1.c  -Os  (test for excess errors)
168FAIL: gcc.c-torture/compile/20020303-1.c  -O2 -flto -flto-partition=none  (test for excess errors)
169FAIL: gcc.c-torture/compile/20020303-1.c  -O2 -flto  (test for excess errors)
170FAIL: gcc.c-torture/compile/20080628-1.c  -O0  (test for excess errors)
171FAIL: gcc.c-torture/compile/20080628-1.c  -O1  (test for excess errors)
172Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
173Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
174Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
175Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
176
177Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/asan/asan.exp ...
178FAIL: c-c++-common/asan/global-overflow-1.c  -O0  output pattern test
179FAIL: c-c++-common/asan/global-overflow-1.c  -O1  output pattern test
180FAIL: c-c++-common/asan/global-overflow-1.c  -O2  output pattern test
181FAIL: c-c++-common/asan/global-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
182FAIL: c-c++-common/asan/global-overflow-1.c  -O3 -g  output pattern test
183FAIL: c-c++-common/asan/global-overflow-1.c  -Os  output pattern test
184FAIL: c-c++-common/asan/global-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
185FAIL: c-c++-common/asan/global-overflow-1.c  -O2 -flto  output pattern test
186FAIL: c-c++-common/asan/heap-overflow-1.c  -O0  output pattern test
187FAIL: c-c++-common/asan/heap-overflow-1.c  -O1  output pattern test
188FAIL: c-c++-common/asan/heap-overflow-1.c  -O2  output pattern test
189FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
190FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -g  output pattern test
191FAIL: c-c++-common/asan/heap-overflow-1.c  -Os  output pattern test
192FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
193FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto  output pattern test
194FAIL: c-c++-common/asan/memcmp-1.c  -O0  output pattern test
195FAIL: c-c++-common/asan/memcmp-1.c  -O1  output pattern test
196FAIL: c-c++-common/asan/memcmp-1.c  -O2  output pattern test
197FAIL: c-c++-common/asan/memcmp-1.c  -O3 -fomit-frame-pointer  output pattern test
198FAIL: c-c++-common/asan/memcmp-1.c  -O3 -g  output pattern test
199FAIL: c-c++-common/asan/memcmp-1.c  -Os  output pattern test
200FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -flto-partition=none  output pattern test
201FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto  output pattern test
202FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test
203FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test
204FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test
205FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test
206FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test
207FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test
208FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -flto-partition=none  output pattern test
209FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto  output pattern test
210FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O0  output pattern test
211FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O1  output pattern test
212FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2  output pattern test
213FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -fomit-frame-pointer  output pattern test
214FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -g  output pattern test
215FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -Os  output pattern test
216FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -flto-partition=none  output pattern test
217FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto  output pattern test
218FAIL: c-c++-common/asan/stack-overflow-1.c  -O0  output pattern test
219FAIL: c-c++-common/asan/stack-overflow-1.c  -O1  output pattern test
220FAIL: c-c++-common/asan/stack-overflow-1.c  -O2  output pattern test
221FAIL: c-c++-common/asan/stack-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
222FAIL: c-c++-common/asan/stack-overflow-1.c  -O3 -g  output pattern test
223FAIL: c-c++-common/asan/stack-overflow-1.c  -Os  output pattern test
224FAIL: c-c++-common/asan/stack-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
225FAIL: c-c++-common/asan/stack-overflow-1.c  -O2 -flto  output pattern test
226FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test
227FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -flto-partition=none  output pattern test
228FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto  output pattern test
229FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  output pattern test
230FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O1  output pattern test
231FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2  output pattern test
232FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
233FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -g  output pattern test
234FAIL: c-c++-common/asan/strncpy-overflow-1.c  -Os  output pattern test
235FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
236FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto  output pattern test
237FAIL: c-c++-common/asan/use-after-free-1.c  -O0  output pattern test
238FAIL: c-c++-common/asan/use-after-free-1.c  -O1  output pattern test
239FAIL: c-c++-common/asan/use-after-free-1.c  -O2  output pattern test
240FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -fomit-frame-pointer  output pattern test
241FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -g  output pattern test
242FAIL: c-c++-common/asan/use-after-free-1.c  -Os  output pattern test
243FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -flto-partition=none  output pattern test
244FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto  output pattern test
245Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/autopar/autopar.exp ...
246Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/charset/charset.exp ...
247Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/compat/compat.exp ...
248Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ...
249Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/cpp/cpp.exp ...
250FAIL: gcc.dg/cpp/isysroot-1.c (test for excess errors)
251Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/cpp/trad/trad.exp ...
252FAIL: gcc.dg/cpp/trad/include.c (internal compiler error)
253FAIL: gcc.dg/cpp/trad/include.c (test for excess errors)
254Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/debug/debug.exp ...
255FAIL: gcc.dg/debug/20020220-1.c -gstabs1 (test for excess errors)
256FAIL: gcc.dg/debug/20020220-1.c -gstabs1 -O (test for excess errors)
257FAIL: gcc.dg/debug/20020220-1.c -gstabs1 -O3 (test for excess errors)
258FAIL: gcc.dg/debug/20020220-1.c -gstabs (test for excess errors)
259FAIL: gcc.dg/debug/20020220-1.c -gstabs -O (test for excess errors)
260FAIL: gcc.dg/debug/20020220-1.c -gstabs -O3 (test for excess errors)
261FAIL: gcc.dg/debug/20020220-1.c -gstabs3 (test for excess errors)
262FAIL: gcc.dg/debug/20020220-1.c -gstabs3 -O (test for excess errors)
263FAIL: gcc.dg/debug/20020220-1.c -gstabs3 -O3 (test for excess errors)
264FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 (test for excess errors)
265FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 -O (test for excess errors)
266FAIL: gcc.dg/debug/20020220-1.c -gstabs+1 -O3 (test for excess errors)
267FAIL: gcc.dg/debug/20020220-1.c -gstabs+ (test for excess errors)
268FAIL: gcc.dg/debug/20020220-1.c -gstabs+ -O (test for excess errors)
269FAIL: gcc.dg/debug/20020220-1.c -gstabs+ -O3 (test for excess errors)
270FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 (test for excess errors)
271FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 -O (test for excess errors)
272FAIL: gcc.dg/debug/20020220-1.c -gstabs+3 -O3 (test for excess errors)
273FAIL: gcc.dg/debug/20020327-1.c -gstabs1 (test for excess errors)
274FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O (test for excess errors)
275FAIL: gcc.dg/debug/20020327-1.c -gstabs1 -O3 (test for excess errors)
276FAIL: gcc.dg/debug/20020327-1.c -gstabs (test for excess errors)
277FAIL: gcc.dg/debug/20020327-1.c -gstabs -O (test for excess errors)
278FAIL: gcc.dg/debug/20020327-1.c -gstabs -O3 (test for excess errors)
279FAIL: gcc.dg/debug/20020327-1.c -gstabs3 (test for excess errors)
280FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O (test for excess errors)
281FAIL: gcc.dg/debug/20020327-1.c -gstabs3 -O3 (test for excess errors)
282FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 (test for excess errors)
283FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O (test for excess errors)
284FAIL: gcc.dg/debug/20020327-1.c -gstabs+1 -O3 (test for excess errors)
285FAIL: gcc.dg/debug/20020327-1.c -gstabs+ (test for excess errors)
286FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O (test for excess errors)
287FAIL: gcc.dg/debug/20020327-1.c -gstabs+ -O3 (test for excess errors)
288FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 (test for excess errors)
289FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O (test for excess errors)
290FAIL: gcc.dg/debug/20020327-1.c -gstabs+3 -O3 (test for excess errors)
291FAIL: gcc.dg/debug/20050907-1.c -gstabs1 (test for excess errors)
292FAIL: gcc.dg/debug/20050907-1.c -gstabs1 -O (test for excess errors)
293FAIL: gcc.dg/debug/20050907-1.c -gstabs1 -O3 (test for excess errors)
294FAIL: gcc.dg/debug/20050907-1.c -gstabs (test for excess errors)
295FAIL: gcc.dg/debug/20050907-1.c -gstabs -O (test for excess errors)
296FAIL: gcc.dg/debug/20050907-1.c -gstabs -O3 (test for excess errors)
297FAIL: gcc.dg/debug/20050907-1.c -gstabs3 (test for excess errors)
298FAIL: gcc.dg/debug/20050907-1.c -gstabs3 -O (test for excess errors)
299FAIL: gcc.dg/debug/20050907-1.c -gstabs3 -O3 (test for excess errors)
300FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 (test for excess errors)
301FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 -O (test for excess errors)
302FAIL: gcc.dg/debug/20050907-1.c -gstabs+1 -O3 (test for excess errors)
303FAIL: gcc.dg/debug/20050907-1.c -gstabs+ (test for excess errors)
304FAIL: gcc.dg/debug/20050907-1.c -gstabs+ -O (test for excess errors)
305FAIL: gcc.dg/debug/20050907-1.c -gstabs+ -O3 (test for excess errors)
306FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 (test for excess errors)
307FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 -O (test for excess errors)
308FAIL: gcc.dg/debug/20050907-1.c -gstabs+3 -O3 (test for excess errors)
309FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 (test for excess errors)
310FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 -O (test for excess errors)
311FAIL: gcc.dg/debug/pr29609-1.c -gstabs1 -O3 (test for excess errors)
312FAIL: gcc.dg/debug/pr29609-1.c -gstabs (test for excess errors)
313FAIL: gcc.dg/debug/pr29609-1.c -gstabs -O (test for excess errors)
314FAIL: gcc.dg/debug/pr29609-1.c -gstabs -O3 (test for excess errors)
315FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 (test for excess errors)
316FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 -O (test for excess errors)
317FAIL: gcc.dg/debug/pr29609-1.c -gstabs3 -O3 (test for excess errors)
318FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 (test for excess errors)
319FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 -O (test for excess errors)
320FAIL: gcc.dg/debug/pr29609-1.c -gstabs+1 -O3 (test for excess errors)
321FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ (test for excess errors)
322FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ -O (test for excess errors)
323FAIL: gcc.dg/debug/pr29609-1.c -gstabs+ -O3 (test for excess errors)
324FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 (test for excess errors)
325FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 -O (test for excess errors)
326FAIL: gcc.dg/debug/pr29609-1.c -gstabs+3 -O3 (test for excess errors)
327FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 (test for excess errors)
328FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 -O (test for excess errors)
329FAIL: gcc.dg/debug/pr29609-2.c -gstabs1 -O3 (test for excess errors)
330FAIL: gcc.dg/debug/pr29609-2.c -gstabs (test for excess errors)
331FAIL: gcc.dg/debug/pr29609-2.c -gstabs -O (test for excess errors)
332FAIL: gcc.dg/debug/pr29609-2.c -gstabs -O3 (test for excess errors)
333FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 (test for excess errors)
334FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 -O (test for excess errors)
335FAIL: gcc.dg/debug/pr29609-2.c -gstabs3 -O3 (test for excess errors)
336FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 (test for excess errors)
337FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 -O (test for excess errors)
338FAIL: gcc.dg/debug/pr29609-2.c -gstabs+1 -O3 (test for excess errors)
339FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ (test for excess errors)
340FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ -O (test for excess errors)
341FAIL: gcc.dg/debug/pr29609-2.c -gstabs+ -O3 (test for excess errors)
342FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 (test for excess errors)
343FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 -O (test for excess errors)
344FAIL: gcc.dg/debug/pr29609-2.c -gstabs+3 -O3 (test for excess errors)
345FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 (test for excess errors)
346FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 -O (test for excess errors)
347FAIL: gcc.dg/debug/pr36690-1.c -gstabs1 -O3 (test for excess errors)
348FAIL: gcc.dg/debug/pr36690-1.c -gstabs (test for excess errors)
349FAIL: gcc.dg/debug/pr36690-1.c -gstabs -O (test for excess errors)
350FAIL: gcc.dg/debug/pr36690-1.c -gstabs -O3 (test for excess errors)
351FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 (test for excess errors)
352FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 -O (test for excess errors)
353FAIL: gcc.dg/debug/pr36690-1.c -gstabs3 -O3 (test for excess errors)
354FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 (test for excess errors)
355FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 -O (test for excess errors)
356FAIL: gcc.dg/debug/pr36690-1.c -gstabs+1 -O3 (test for excess errors)
357FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ (test for excess errors)
358FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ -O (test for excess errors)
359FAIL: gcc.dg/debug/pr36690-1.c -gstabs+ -O3 (test for excess errors)
360FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 (test for excess errors)
361FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 -O (test for excess errors)
362FAIL: gcc.dg/debug/pr36690-1.c -gstabs+3 -O3 (test for excess errors)
363FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 (test for excess errors)
364FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 -O (test for excess errors)
365FAIL: gcc.dg/debug/pr36690-2.c -gstabs1 -O3 (test for excess errors)
366FAIL: gcc.dg/debug/pr36690-2.c -gstabs (test for excess errors)
367FAIL: gcc.dg/debug/pr36690-2.c -gstabs -O (test for excess errors)
368FAIL: gcc.dg/debug/pr36690-2.c -gstabs -O3 (test for excess errors)
369FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 (test for excess errors)
370FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 -O (test for excess errors)
371FAIL: gcc.dg/debug/pr36690-2.c -gstabs3 -O3 (test for excess errors)
372FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 (test for excess errors)
373FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 -O (test for excess errors)
374FAIL: gcc.dg/debug/pr36690-2.c -gstabs+1 -O3 (test for excess errors)
375FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ (test for excess errors)
376FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ -O (test for excess errors)
377FAIL: gcc.dg/debug/pr36690-2.c -gstabs+ -O3 (test for excess errors)
378FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 (test for excess errors)
379FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 -O (test for excess errors)
380FAIL: gcc.dg/debug/pr36690-2.c -gstabs+3 -O3 (test for excess errors)
381FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 (test for excess errors)
382FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 -O (test for excess errors)
383FAIL: gcc.dg/debug/pr36690-3.c -gstabs1 -O3 (test for excess errors)
384FAIL: gcc.dg/debug/pr36690-3.c -gstabs (test for excess errors)
385FAIL: gcc.dg/debug/pr36690-3.c -gstabs -O (test for excess errors)
386FAIL: gcc.dg/debug/pr36690-3.c -gstabs -O3 (test for excess errors)
387FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 (test for excess errors)
388FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 -O (test for excess errors)
389FAIL: gcc.dg/debug/pr36690-3.c -gstabs3 -O3 (test for excess errors)
390FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 (test for excess errors)
391FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 -O (test for excess errors)
392FAIL: gcc.dg/debug/pr36690-3.c -gstabs+1 -O3 (test for excess errors)
393FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ (test for excess errors)
394FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ -O (test for excess errors)
395FAIL: gcc.dg/debug/pr36690-3.c -gstabs+ -O3 (test for excess errors)
396FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 (test for excess errors)
397FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 -O (test for excess errors)
398FAIL: gcc.dg/debug/pr36690-3.c -gstabs+3 -O3 (test for excess errors)
399FAIL: gcc.dg/debug/pr37616.c -gstabs1 (test for excess errors)
400FAIL: gcc.dg/debug/pr37616.c -gstabs1 -O (test for excess errors)
401FAIL: gcc.dg/debug/pr37616.c -gstabs1 -O3 (test for excess errors)
402FAIL: gcc.dg/debug/pr37616.c -gstabs (test for excess errors)
403FAIL: gcc.dg/debug/pr37616.c -gstabs -O (test for excess errors)
404FAIL: gcc.dg/debug/pr37616.c -gstabs -O3 (test for excess errors)
405FAIL: gcc.dg/debug/pr37616.c -gstabs3 (test for excess errors)
406FAIL: gcc.dg/debug/pr37616.c -gstabs3 -O (test for excess errors)
407FAIL: gcc.dg/debug/pr37616.c -gstabs3 -O3 (test for excess errors)
408FAIL: gcc.dg/debug/pr37616.c -gstabs+1 (test for excess errors)
409FAIL: gcc.dg/debug/pr37616.c -gstabs+1 -O (test for excess errors)
410FAIL: gcc.dg/debug/pr37616.c -gstabs+1 -O3 (test for excess errors)
411FAIL: gcc.dg/debug/pr37616.c -gstabs+ (test for excess errors)
412FAIL: gcc.dg/debug/pr37616.c -gstabs+ -O (test for excess errors)
413FAIL: gcc.dg/debug/pr37616.c -gstabs+ -O3 (test for excess errors)
414FAIL: gcc.dg/debug/pr37616.c -gstabs+3 (test for excess errors)
415FAIL: gcc.dg/debug/pr37616.c -gstabs+3 -O (test for excess errors)
416FAIL: gcc.dg/debug/pr37616.c -gstabs+3 -O3 (test for excess errors)
417FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 (test for excess errors)
418FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 -O (test for excess errors)
419FAIL: gcc.dg/debug/pr41893-1.c -gstabs1 -O3 (test for excess errors)
420FAIL: gcc.dg/debug/pr41893-1.c -gstabs (test for excess errors)
421FAIL: gcc.dg/debug/pr41893-1.c -gstabs -O (test for excess errors)
422FAIL: gcc.dg/debug/pr41893-1.c -gstabs -O3 (test for excess errors)
423FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 (test for excess errors)
424FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 -O (test for excess errors)
425FAIL: gcc.dg/debug/pr41893-1.c -gstabs3 -O3 (test for excess errors)
426FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 (test for excess errors)
427FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 -O (test for excess errors)
428FAIL: gcc.dg/debug/pr41893-1.c -gstabs+1 -O3 (test for excess errors)
429FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ (test for excess errors)
430FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ -O (test for excess errors)
431FAIL: gcc.dg/debug/pr41893-1.c -gstabs+ -O3 (test for excess errors)
432FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 (test for excess errors)
433FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 -O (test for excess errors)
434FAIL: gcc.dg/debug/pr41893-1.c -gstabs+3 -O3 (test for excess errors)
435FAIL: gcc.dg/debug/pr49032.c -gstabs1 (test for excess errors)
436FAIL: gcc.dg/debug/pr49032.c -gstabs1 -O (test for excess errors)
437FAIL: gcc.dg/debug/pr49032.c -gstabs1 -O3 (test for excess errors)
438FAIL: gcc.dg/debug/pr49032.c -gstabs (test for excess errors)
439FAIL: gcc.dg/debug/pr49032.c -gstabs -O (test for excess errors)
440FAIL: gcc.dg/debug/pr49032.c -gstabs -O3 (test for excess errors)
441FAIL: gcc.dg/debug/pr49032.c -gstabs3 (test for excess errors)
442FAIL: gcc.dg/debug/pr49032.c -gstabs3 -O (test for excess errors)
443FAIL: gcc.dg/debug/pr49032.c -gstabs3 -O3 (test for excess errors)
444FAIL: gcc.dg/debug/pr49032.c -gstabs+1 (test for excess errors)
445FAIL: gcc.dg/debug/pr49032.c -gstabs+1 -O (test for excess errors)
446FAIL: gcc.dg/debug/pr49032.c -gstabs+1 -O3 (test for excess errors)
447FAIL: gcc.dg/debug/pr49032.c -gstabs+ (test for excess errors)
448FAIL: gcc.dg/debug/pr49032.c -gstabs+ -O (test for excess errors)
449FAIL: gcc.dg/debug/pr49032.c -gstabs+ -O3 (test for excess errors)
450FAIL: gcc.dg/debug/pr49032.c -gstabs+3 (test for excess errors)
451FAIL: gcc.dg/debug/pr49032.c -gstabs+3 -O (test for excess errors)
452FAIL: gcc.dg/debug/pr49032.c -gstabs+3 -O3 (test for excess errors)
453FAIL: gcc.dg/debug/tls-1.c -gstabs1 (test for excess errors)
454FAIL: gcc.dg/debug/tls-1.c -gstabs1 -O (test for excess errors)
455FAIL: gcc.dg/debug/tls-1.c -gstabs1 -O3 (test for excess errors)
456FAIL: gcc.dg/debug/tls-1.c -gstabs (test for excess errors)
457FAIL: gcc.dg/debug/tls-1.c -gstabs -O (test for excess errors)
458FAIL: gcc.dg/debug/tls-1.c -gstabs -O3 (test for excess errors)
459FAIL: gcc.dg/debug/tls-1.c -gstabs3 (test for excess errors)
460FAIL: gcc.dg/debug/tls-1.c -gstabs3 -O (test for excess errors)
461FAIL: gcc.dg/debug/tls-1.c -gstabs3 -O3 (test for excess errors)
462FAIL: gcc.dg/debug/tls-1.c -gstabs+1 (test for excess errors)
463FAIL: gcc.dg/debug/tls-1.c -gstabs+1 -O (test for excess errors)
464FAIL: gcc.dg/debug/tls-1.c -gstabs+1 -O3 (test for excess errors)
465FAIL: gcc.dg/debug/tls-1.c -gstabs+ (test for excess errors)
466FAIL: gcc.dg/debug/tls-1.c -gstabs+ -O (test for excess errors)
467FAIL: gcc.dg/debug/tls-1.c -gstabs+ -O3 (test for excess errors)
468FAIL: gcc.dg/debug/tls-1.c -gstabs+3 (test for excess errors)
469FAIL: gcc.dg/debug/tls-1.c -gstabs+3 -O (test for excess errors)
470FAIL: gcc.dg/debug/tls-1.c -gstabs+3 -O3 (test for excess errors)
471FAIL: gcc.dg/debug/trivial.c -gstabs1 (test for excess errors)
472FAIL: gcc.dg/debug/trivial.c -gstabs1 -O (test for excess errors)
473FAIL: gcc.dg/debug/trivial.c -gstabs1 -O3 (test for excess errors)
474FAIL: gcc.dg/debug/trivial.c -gstabs (test for excess errors)
475FAIL: gcc.dg/debug/trivial.c -gstabs -O (test for excess errors)
476FAIL: gcc.dg/debug/trivial.c -gstabs -O3 (test for excess errors)
477FAIL: gcc.dg/debug/trivial.c -gstabs3 (test for excess errors)
478FAIL: gcc.dg/debug/trivial.c -gstabs3 -O (test for excess errors)
479FAIL: gcc.dg/debug/trivial.c -gstabs3 -O3 (test for excess errors)
480FAIL: gcc.dg/debug/trivial.c -gstabs+1 (test for excess errors)
481FAIL: gcc.dg/debug/trivial.c -gstabs+1 -O (test for excess errors)
482FAIL: gcc.dg/debug/trivial.c -gstabs+1 -O3 (test for excess errors)
483FAIL: gcc.dg/debug/trivial.c -gstabs+ (test for excess errors)
484FAIL: gcc.dg/debug/trivial.c -gstabs+ -O (test for excess errors)
485FAIL: gcc.dg/debug/trivial.c -gstabs+ -O3 (test for excess errors)
486FAIL: gcc.dg/debug/trivial.c -gstabs+3 (test for excess errors)
487FAIL: gcc.dg/debug/trivial.c -gstabs+3 -O (test for excess errors)
488FAIL: gcc.dg/debug/trivial.c -gstabs+3 -O3 (test for excess errors)
489Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp ...
490Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/dfp/dfp.exp ...
491Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/dg.exp ...
492FAIL: gcc.dg/attr-weak-hidden-1.c (test for excess errors)
493FAIL: gcc.dg/darwin-minversion-1.c (test for excess errors)
494FAIL: gcc.dg/darwin-minversion-2.c (test for excess errors)
495FAIL: gcc.dg/darwin-version-1.c (test for excess errors)
496FAIL: gcc.dg/framework-1.c (test for excess errors)
497Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp ...
498Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/format/format.exp ...
499Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/gomp/gomp.exp ...
500Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/graphite/graphite.exp ...
501FAIL: gcc.dg/graphite/id-1.c (internal compiler error)
502FAIL: gcc.dg/graphite/id-1.c (test for excess errors)
503FAIL: gcc.dg/graphite/id-10.c (internal compiler error)
504FAIL: gcc.dg/graphite/id-10.c (test for excess errors)
505FAIL: gcc.dg/graphite/id-11.c (internal compiler error)
506FAIL: gcc.dg/graphite/id-11.c (test for excess errors)
507FAIL: gcc.dg/graphite/id-13.c (internal compiler error)
508FAIL: gcc.dg/graphite/id-13.c (test for excess errors)
509FAIL: gcc.dg/graphite/id-14.c (internal compiler error)
510FAIL: gcc.dg/graphite/id-14.c (test for excess errors)
511FAIL: gcc.dg/graphite/id-16.c (internal compiler error)
512FAIL: gcc.dg/graphite/id-16.c (test for excess errors)
513FAIL: gcc.dg/graphite/id-22.c (internal compiler error)
514FAIL: gcc.dg/graphite/id-22.c (test for excess errors)
515FAIL: gcc.dg/graphite/id-23.c (internal compiler error)
516FAIL: gcc.dg/graphite/id-23.c (test for excess errors)
517FAIL: gcc.dg/graphite/id-24.c (internal compiler error)
518FAIL: gcc.dg/graphite/id-24.c (test for excess errors)
519FAIL: gcc.dg/graphite/id-25.c (internal compiler error)
520FAIL: gcc.dg/graphite/id-25.c (test for excess errors)
521FAIL: gcc.dg/graphite/id-26.c (internal compiler error)
522FAIL: gcc.dg/graphite/id-26.c (test for excess errors)
523FAIL: gcc.dg/graphite/id-27.c (internal compiler error)
524FAIL: gcc.dg/graphite/id-27.c (test for excess errors)
525FAIL: gcc.dg/graphite/id-4.c (internal compiler error)
526FAIL: gcc.dg/graphite/id-4.c (test for excess errors)
527FAIL: gcc.dg/graphite/id-pr44676.c (internal compiler error)
528FAIL: gcc.dg/graphite/id-pr44676.c (test for excess errors)
529FAIL: gcc.dg/graphite/id-pr46845.c (internal compiler error)
530FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
531FAIL: gcc.dg/graphite/id-pr47046.c (internal compiler error)
532FAIL: gcc.dg/graphite/id-pr47046.c (test for excess errors)
533FAIL: gcc.dg/graphite/id-pr48805.c (internal compiler error)
534FAIL: gcc.dg/graphite/id-pr48805.c (test for excess errors)
535FAIL: gcc.dg/graphite/run-id-1.c (internal compiler error)
536FAIL: gcc.dg/graphite/run-id-1.c (test for excess errors)
537FAIL: gcc.dg/graphite/run-id-3.c (internal compiler error)
538FAIL: gcc.dg/graphite/run-id-3.c (test for excess errors)
539FAIL: gcc.dg/graphite/run-id-4.c (internal compiler error)
540FAIL: gcc.dg/graphite/run-id-4.c (test for excess errors)
541FAIL: gcc.dg/graphite/run-id-5.c (internal compiler error)
542FAIL: gcc.dg/graphite/run-id-5.c (test for excess errors)
543FAIL: gcc.dg/graphite/run-id-6.c (internal compiler error)
544FAIL: gcc.dg/graphite/run-id-6.c (test for excess errors)
545FAIL: gcc.dg/graphite/run-id-pr42644.c (internal compiler error)
546FAIL: gcc.dg/graphite/run-id-pr42644.c (test for excess errors)
547FAIL: gcc.dg/graphite/run-id-pr46758.c (internal compiler error)
548FAIL: gcc.dg/graphite/run-id-pr46758.c (test for excess errors)
549FAIL: gcc.dg/graphite/interchange-0.c (internal compiler error)
550FAIL: gcc.dg/graphite/interchange-0.c (test for excess errors)
551FAIL: gcc.dg/graphite/interchange-1.c (internal compiler error)
552FAIL: gcc.dg/graphite/interchange-1.c (test for excess errors)
553FAIL: gcc.dg/graphite/interchange-10.c (internal compiler error)
554FAIL: gcc.dg/graphite/interchange-10.c (test for excess errors)
555FAIL: gcc.dg/graphite/interchange-10.c scan-tree-dump-times graphite "will be interchanged" 2
556FAIL: gcc.dg/graphite/interchange-11.c (internal compiler error)
557FAIL: gcc.dg/graphite/interchange-11.c (test for excess errors)
558FAIL: gcc.dg/graphite/interchange-12.c (internal compiler error)
559FAIL: gcc.dg/graphite/interchange-12.c (test for excess errors)
560FAIL: gcc.dg/graphite/interchange-13.c (internal compiler error)
561FAIL: gcc.dg/graphite/interchange-13.c (test for excess errors)
562FAIL: gcc.dg/graphite/interchange-14.c (internal compiler error)
563FAIL: gcc.dg/graphite/interchange-14.c (test for excess errors)
564FAIL: gcc.dg/graphite/interchange-15.c (internal compiler error)
565FAIL: gcc.dg/graphite/interchange-15.c (test for excess errors)
566FAIL: gcc.dg/graphite/interchange-3.c (internal compiler error)
567FAIL: gcc.dg/graphite/interchange-3.c (test for excess errors)
568FAIL: gcc.dg/graphite/interchange-4.c (internal compiler error)
569FAIL: gcc.dg/graphite/interchange-4.c (test for excess errors)
570FAIL: gcc.dg/graphite/interchange-5.c (internal compiler error)
571FAIL: gcc.dg/graphite/interchange-5.c (test for excess errors)
572FAIL: gcc.dg/graphite/interchange-6.c (internal compiler error)
573FAIL: gcc.dg/graphite/interchange-6.c (test for excess errors)
574FAIL: gcc.dg/graphite/interchange-7.c (internal compiler error)
575FAIL: gcc.dg/graphite/interchange-7.c (test for excess errors)
576FAIL: gcc.dg/graphite/interchange-8.c (internal compiler error)
577FAIL: gcc.dg/graphite/interchange-8.c (test for excess errors)
578FAIL: gcc.dg/graphite/interchange-9.c (internal compiler error)
579FAIL: gcc.dg/graphite/interchange-9.c (test for excess errors)
580FAIL: gcc.dg/graphite/interchange-mvt.c (internal compiler error)
581FAIL: gcc.dg/graphite/interchange-mvt.c (test for excess errors)
582FAIL: gcc.dg/graphite/block-1.c (internal compiler error)
583FAIL: gcc.dg/graphite/block-1.c (test for excess errors)
584FAIL: gcc.dg/graphite/block-1.c scan-tree-dump-times graphite "will be loop blocked" 3
585FAIL: gcc.dg/graphite/block-5.c (internal compiler error)
586FAIL: gcc.dg/graphite/block-5.c (test for excess errors)
587FAIL: gcc.dg/graphite/vect-pr43423.c (internal compiler error)
588FAIL: gcc.dg/graphite/vect-pr43423.c (test for excess errors)
589FAIL: gcc.dg/graphite/pr29581-1.c (internal compiler error)
590FAIL: gcc.dg/graphite/pr29581-1.c (test for excess errors)
591FAIL: gcc.dg/graphite/pr29581-2.c (internal compiler error)
592FAIL: gcc.dg/graphite/pr29581-2.c (test for excess errors)
593FAIL: gcc.dg/graphite/pr29581-3.c (internal compiler error)
594FAIL: gcc.dg/graphite/pr29581-3.c (test for excess errors)
595FAIL: gcc.dg/graphite/pr29581-4.c (internal compiler error)
596FAIL: gcc.dg/graphite/pr29581-4.c (test for excess errors)
597FAIL: gcc.dg/graphite/pr34016.c (internal compiler error)
598FAIL: gcc.dg/graphite/pr34016.c (test for excess errors)
599FAIL: gcc.dg/graphite/pr35356-1.c (internal compiler error)
600FAIL: gcc.dg/graphite/pr35356-1.c (test for excess errors)
601FAIL: gcc.dg/graphite/pr35356-2.c (internal compiler error)
602FAIL: gcc.dg/graphite/pr35356-2.c (test for excess errors)
603FAIL: gcc.dg/graphite/pr35356-2.c scan-tree-dump-times graphite "MIN_EXPR[^\\n\\r]*;" 4
604FAIL: gcc.dg/graphite/pr35356-2.c scan-tree-dump-times graphite "MAX_EXPR[^\\n\\r]*;" 4
605FAIL: gcc.dg/graphite/pr38073.c (internal compiler error)
606FAIL: gcc.dg/graphite/pr38073.c (test for excess errors)
607FAIL: gcc.dg/graphite/pr38125.c (internal compiler error)
608FAIL: gcc.dg/graphite/pr38125.c (test for excess errors)
609FAIL: gcc.dg/graphite/pr38510.c (internal compiler error)
610FAIL: gcc.dg/graphite/pr38510.c (test for excess errors)
611FAIL: gcc.dg/graphite/pr38786.c (internal compiler error)
612FAIL: gcc.dg/graphite/pr38786.c (test for excess errors)
613FAIL: gcc.dg/graphite/pr39260.c (internal compiler error)
614FAIL: gcc.dg/graphite/pr39260.c (test for excess errors)
615FAIL: gcc.dg/graphite/pr41888.c (internal compiler error)
616FAIL: gcc.dg/graphite/pr41888.c (test for excess errors)
617FAIL: gcc.dg/graphite/pr42521.c (internal compiler error)
618FAIL: gcc.dg/graphite/pr42521.c (test for excess errors)
619FAIL: gcc.dg/graphite/pr42771.c (internal compiler error)
620FAIL: gcc.dg/graphite/pr42771.c (test for excess errors)
621FAIL: gcc.dg/graphite/pr42914.c (internal compiler error)
622FAIL: gcc.dg/graphite/pr42914.c (test for excess errors)
623FAIL: gcc.dg/graphite/pr46185.c (internal compiler error)
624FAIL: gcc.dg/graphite/pr46185.c (test for excess errors)
625FAIL: gcc.dg/graphite/pr50561.c (internal compiler error)
626FAIL: gcc.dg/graphite/pr50561.c (test for excess errors)
627FAIL: gcc.dg/graphite/pr55022.c (internal compiler error)
628FAIL: gcc.dg/graphite/pr55022.c (test for excess errors)
629Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/guality/guality.exp ...
630Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/ipa/ipa.exp ...
631Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/lto/lto.exp ...
632FAIL: gcc.dg/lto/pr54625-1 c_lto_pr54625-1_1.o assemble, -O0 -flto -flto-partition=none
633FAIL: gcc.dg/lto/pr54625-1 c_lto_pr54625-1_1.o assemble, -O0 -flto -flto-partition=1to1
634FAIL: gcc.dg/lto/pr54625-1 c_lto_pr54625-1_1.o assemble, -O0 -flto
635FAIL: gcc.dg/lto/pr54625-2 c_lto_pr54625-2_1.o assemble, -O0 -flto -flto-partition=none
636FAIL: gcc.dg/lto/pr54625-2 c_lto_pr54625-2_1.o assemble, -O0 -flto -flto-partition=1to1
637FAIL: gcc.dg/lto/pr54625-2 c_lto_pr54625-2_1.o assemble, -O0 -flto
638Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/noncompile/noncompile.exp ...
639Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/pch/pch.exp ...
640WARNING: program timed out
641FAIL: gcc.dg/pch/save-temps-1.c   -O2  -I. -Dwith_PCH (test for excess errors)
642FAIL: gcc.dg/pch/save-temps-1.c  -O2  assembly comparison
643Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/plugin/plugin.exp ...
644FAIL: gcc.dg/plugin/selfassign.c compilation
645FAIL: gcc.dg/plugin/ggcplug.c compilation
646FAIL: gcc.dg/plugin/one_time_plugin.c compilation
647FAIL: gcc.dg/plugin/start_unit_plugin.c compilation
648FAIL: gcc.dg/plugin/finish_unit_plugin.c compilation
649Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp ...
650Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/special/mips-abi.exp ...
651Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/special/special.exp ...
652FAIL: gcc.dg/special/weak-1.c (test for excess errors)
653FAIL: gcc.dg/special/weak-2.c (test for excess errors)
654Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/tls/tls.exp ...
655Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/tm/tm.exp ...
656Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/dg-torture.exp ...
657FAIL: gcc.dg/torture/builtin-noret-1.c  -O0  (test for excess errors)
658FAIL: gcc.dg/torture/builtin-noret-1.c  -O1  (test for excess errors)
659FAIL: gcc.dg/torture/builtin-noret-1.c  -O2  (test for excess errors)
660FAIL: gcc.dg/torture/builtin-noret-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
661FAIL: gcc.dg/torture/builtin-noret-1.c  -O3 -g  (test for excess errors)
662FAIL: gcc.dg/torture/builtin-noret-1.c  -Os  (test for excess errors)
663FAIL: gcc.dg/torture/builtin-noret-1.c  -O2 -flto -flto-partition=none  (test for excess errors)
664FAIL: gcc.dg/torture/builtin-noret-1.c  -O2 -flto  (test for excess errors)
665FAIL: gcc.dg/torture/builtin-noret-2.c  -O0  (test for excess errors)
666FAIL: gcc.dg/torture/builtin-noret-2.c  -O1  (test for excess errors)
667FAIL: gcc.dg/torture/builtin-noret-2.c  -O2  (test for excess errors)
668FAIL: gcc.dg/torture/builtin-noret-2.c  -O3 -fomit-frame-pointer  (test for excess errors)
669FAIL: gcc.dg/torture/builtin-noret-2.c  -O3 -g  (test for excess errors)
670FAIL: gcc.dg/torture/builtin-noret-2.c  -Os  (test for excess errors)
671FAIL: gcc.dg/torture/builtin-noret-2.c  -O2 -flto -flto-partition=none  (test for excess errors)
672FAIL: gcc.dg/torture/builtin-noret-2.c  -O2 -flto  (test for excess errors)
673FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O0  (test for excess errors)
674FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O1  (test for excess errors)
675FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O2  (test for excess errors)
676FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O3 -fomit-frame-pointer  (test for excess errors)
677FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O3 -g  (test for excess errors)
678FAIL: gcc.dg/torture/fp-int-convert-float80.c  -Os  (test for excess errors)
679FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O2 -flto -flto-partition=none  (test for excess errors)
680FAIL: gcc.dg/torture/fp-int-convert-float80.c  -O2 -flto  (test for excess errors)
681FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O0  (test for excess errors)
682FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O1  (test for excess errors)
683FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O2  (test for excess errors)
684FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O3 -fomit-frame-pointer  (test for excess errors)
685FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O3 -g  (test for excess errors)
686FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -Os  (test for excess errors)
687FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O2 -flto -flto-partition=none  (test for excess errors)
688FAIL: gcc.dg/torture/fp-int-convert-long-double.c  -O2 -flto  (test for excess errors)
689FAIL: gcc.dg/torture/pr43560.c  -O0  (test for excess errors)
690FAIL: gcc.dg/torture/pr43560.c  -O1  (test for excess errors)
691FAIL: gcc.dg/torture/pr43560.c  -O2  (test for excess errors)
692FAIL: gcc.dg/torture/pr43560.c  -O3 -fomit-frame-pointer  (test for excess errors)
693FAIL: gcc.dg/torture/pr43560.c  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
694FAIL: gcc.dg/torture/pr43560.c  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
695FAIL: gcc.dg/torture/pr43560.c  -O3 -g  (test for excess errors)
696FAIL: gcc.dg/torture/pr43560.c  -Os  (test for excess errors)
697FAIL: gcc.dg/torture/pr43560.c  -O2 -flto -flto-partition=none  (test for excess errors)
698FAIL: gcc.dg/torture/pr43560.c  -O2 -flto  (test for excess errors)
699FAIL: gcc.dg/torture/pr47278-1.c  -O0  (test for excess errors)
700FAIL: gcc.dg/torture/pr47278-1.c  -O1  (test for excess errors)
701FAIL: gcc.dg/torture/pr47278-1.c  -O2  (test for excess errors)
702FAIL: gcc.dg/torture/pr47278-1.c  -O3 -fomit-frame-pointer  (test for excess errors)
703FAIL: gcc.dg/torture/pr47278-1.c  -O3 -g  (test for excess errors)
704FAIL: gcc.dg/torture/pr47278-1.c  -Os  (test for excess errors)
705FAIL: gcc.dg/torture/pr47278-1.c  -O2 -flto -flto-partition=none  (test for excess errors)
706FAIL: gcc.dg/torture/pr47278-1.c  -O2 -flto  (test for excess errors)
707Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ...
708Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/tls/tls.exp ...
709Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp ...
710FAIL: gcc.dg/tree-prof/pr52027.c compilation,  -fprofile-use -D_PROFILE_USE
711Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp ...
712Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp ...
713Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp ...
714Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp ...
715Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp ...
716Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vect/vect.exp ...
717Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vmx/vmx.exp ...
718Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/vxworks/vxworks.exp ...
719Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.dg/weak/weak.exp ...
720FAIL: gcc.dg/weak/weak-8.c (test for excess errors)
721Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/acker1.exp ...
722Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/arm-isr.exp ...
723Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/bprob.exp ...
724Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/dectest.exp ...
725Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/dhry.exp ...
726Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/gcov.exp ...
727FAIL: gcc.misc-tests/gcov-12.c (test for excess errors)
728FAIL: gcc.misc-tests/gcov-13.c (test for excess errors)
729FAIL: gcc.misc-tests/gcov-2.c (test for excess errors)
730Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/help.exp ...
731Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp ...
732Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/linkage.exp ...
733Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
734Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/mg-2.exp ...
735Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/mg.exp ...
736Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/options.exp ...
737Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/sieve.exp ...
738Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.misc-tests/sort2.exp ...
739Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp ...
740Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/aarch64/aarch64.exp ...
741Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/alpha/alpha.exp ...
742Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp ...
743Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/arm/arm.exp ...
744Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/neon.exp ...
745Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/avr/avr.exp ...
746Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp ...
747Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/bfin/bfin.exp ...
748Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp ...
749Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/cris/cris.exp ...
750Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp ...
751Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/epiphany/epiphany.exp ...
752Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/frv/frv.exp ...
753Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/i386/i386.exp ...
754FAIL: gcc.target/i386/pr49866.c (test for excess errors)
755Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp ...
756Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp ...
757Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/ia64/ia64.exp ...
758Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/m68k/m68k.exp ...
759Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/microblaze/microblaze.exp ...
760Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp ...
761Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp ...
762Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/mips/mips.exp ...
763Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/powerpc/powerpc.exp ...
764Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/rx/rx.exp ...
765Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/s390/s390.exp ...
766Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/sh/sh.exp ...
767Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp ...
768Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/sparc/sparc.exp ...
769Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/spu/ea/ea.exp ...
770Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/spu/spu.exp ...
771Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp ...
772Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/tic6x/tic6x.exp ...
773Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp ...
774Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp ...
775FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -O0
776FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -O1
777FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -O2
778FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -O3 -fomit-frame-pointer
779FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -O3 -g
780FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -Os
781FAIL: gcc.target/x86_64/abi/avx/test_m256_returning.c compilation,  -Og -g
782FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O0
783FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O1
784FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O2
785FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O3 -fomit-frame-pointer
786FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O3 -fomit-frame-pointer -funroll-loops
787FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
788FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -O3 -g
789FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -Os
790FAIL: gcc.target/x86_64/abi/avx/test_passing_m256.c compilation,  -Og -g
791FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O0
792FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O1
793FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O2
794FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O3 -fomit-frame-pointer
795FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O3 -fomit-frame-pointer -funroll-loops
796FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
797FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -O3 -g
798FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -Os
799FAIL: gcc.target/x86_64/abi/avx/test_passing_structs.c compilation,  -Og -g
800FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O0
801FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O1
802FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O2
803FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O3 -fomit-frame-pointer
804FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O3 -fomit-frame-pointer -funroll-loops
805FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
806FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -O3 -g
807FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -Os
808FAIL: gcc.target/x86_64/abi/avx/test_passing_unions.c compilation,  -Og -g
809Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp ...
810Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp ...
811Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gcc.test-framework/test-framework.exp ...
812skipping test framework tests, CHECK_TEST_FRAMEWORK is not defined
813
814                === gcc Summary ===
815
816# of expected passes            93246
817# of unexpected failures        552
818# of expected failures          266
819# of unresolved testcases       227
820# of unsupported tests          1629
821/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/gcc/xgcc  version 4.8.5 (MacPorts gcc48 4.8.5_3)
822
823make[3]: [check-parallel-gcc] Error 1 (ignored)
824test -d plugin || mkdir plugin
825test -d testsuite || mkdir testsuite
826test -d testsuite/g++ || mkdir testsuite/g++
827(rootme=`${PWDCMD-pwd}`; export rootme; \
828        srcdir=`cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
829        cd testsuite/g++; \
830        rm -f tmp-site.exp; \
831        sed '/set tmpdir/ s|testsuite$|testsuite/g++|' \
832                < ../../site.exp > tmp-site.exp; \
833        /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
834        EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
835        if [ -f ${rootme}/../expect/expect ] ; then  \
836           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
837            export TCL_LIBRARY ; fi ; \
838        runtestflags= ; \
839        if [ -n "" ] ; then \
840          runtestflags=""; \
841        elif [ -n "" ] ; then \
842          parts="`echo '  ' \
843                  | sed 's/=[^ ]* / /g'`"; \
844          for part in `find $srcdir/testsuite/g++* -name \*.exp` ; do \
845            part=`basename $part` ; \
846            case " $parts $runtestflags " in \
847              *" $part "*) ;; \
848              *) runtestflags="$runtestflags $part" ;; \
849            esac ; \
850          done ; \
851        fi ; \
852        `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool g++  $runtestflags)
853WARNING: Couldn't find the global config file.
854Test run by root on Sat Sep 15 18:49:12 2018
855Native configuration is x86_64-apple-darwin17
856
857                === g++ tests ===
858
859Schedule of variations:
860    unix
861
862Running target unix
863Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
864Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
865Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
866Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/asan/asan.exp ...
867FAIL: c-c++-common/asan/global-overflow-1.c  -O0  output pattern test
868FAIL: c-c++-common/asan/global-overflow-1.c  -O1  output pattern test
869FAIL: c-c++-common/asan/global-overflow-1.c  -O2  output pattern test
870FAIL: c-c++-common/asan/global-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
871FAIL: c-c++-common/asan/global-overflow-1.c  -O3 -g  output pattern test
872FAIL: c-c++-common/asan/global-overflow-1.c  -Os  output pattern test
873FAIL: c-c++-common/asan/global-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
874FAIL: c-c++-common/asan/global-overflow-1.c  -O2 -flto  output pattern test
875FAIL: c-c++-common/asan/heap-overflow-1.c  -O0  output pattern test
876FAIL: c-c++-common/asan/heap-overflow-1.c  -O1  output pattern test
877FAIL: c-c++-common/asan/heap-overflow-1.c  -O2  output pattern test
878FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
879FAIL: c-c++-common/asan/heap-overflow-1.c  -O3 -g  output pattern test
880FAIL: c-c++-common/asan/heap-overflow-1.c  -Os  output pattern test
881FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
882FAIL: c-c++-common/asan/heap-overflow-1.c  -O2 -flto  output pattern test
883FAIL: c-c++-common/asan/memcmp-1.c  -O0  output pattern test
884FAIL: c-c++-common/asan/memcmp-1.c  -O1  output pattern test
885FAIL: c-c++-common/asan/memcmp-1.c  -O2  output pattern test
886FAIL: c-c++-common/asan/memcmp-1.c  -O3 -fomit-frame-pointer  output pattern test
887FAIL: c-c++-common/asan/memcmp-1.c  -O3 -g  output pattern test
888FAIL: c-c++-common/asan/memcmp-1.c  -Os  output pattern test
889FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto -flto-partition=none  output pattern test
890FAIL: c-c++-common/asan/memcmp-1.c  -O2 -flto  output pattern test
891FAIL: c-c++-common/asan/null-deref-1.c  -O0  output pattern test
892FAIL: c-c++-common/asan/null-deref-1.c  -O1  output pattern test
893FAIL: c-c++-common/asan/null-deref-1.c  -O2  output pattern test
894FAIL: c-c++-common/asan/null-deref-1.c  -O3 -fomit-frame-pointer  output pattern test
895FAIL: c-c++-common/asan/null-deref-1.c  -O3 -g  output pattern test
896FAIL: c-c++-common/asan/null-deref-1.c  -Os  output pattern test
897FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto -flto-partition=none  output pattern test
898FAIL: c-c++-common/asan/null-deref-1.c  -O2 -flto  output pattern test
899FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O0  output pattern test
900FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O1  output pattern test
901FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2  output pattern test
902FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -fomit-frame-pointer  output pattern test
903FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O3 -g  output pattern test
904FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -Os  output pattern test
905FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto -flto-partition=none  output pattern test
906FAIL: c-c++-common/asan/sanity-check-pure-c-1.c  -O2 -flto  output pattern test
907FAIL: c-c++-common/asan/stack-overflow-1.c  -O0  output pattern test
908FAIL: c-c++-common/asan/stack-overflow-1.c  -O1  output pattern test
909FAIL: c-c++-common/asan/stack-overflow-1.c  -O2  output pattern test
910FAIL: c-c++-common/asan/stack-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
911FAIL: c-c++-common/asan/stack-overflow-1.c  -O3 -g  output pattern test
912FAIL: c-c++-common/asan/stack-overflow-1.c  -Os  output pattern test
913FAIL: c-c++-common/asan/stack-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
914FAIL: c-c++-common/asan/stack-overflow-1.c  -O2 -flto  output pattern test
915FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2  output pattern test
916FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto -flto-partition=none  output pattern test
917FAIL: c-c++-common/asan/strip-path-prefix-1.c  -O2 -flto  output pattern test
918FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O0  output pattern test
919FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O1  output pattern test
920FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2  output pattern test
921FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -fomit-frame-pointer  output pattern test
922FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O3 -g  output pattern test
923FAIL: c-c++-common/asan/strncpy-overflow-1.c  -Os  output pattern test
924FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto -flto-partition=none  output pattern test
925FAIL: c-c++-common/asan/strncpy-overflow-1.c  -O2 -flto  output pattern test
926FAIL: c-c++-common/asan/use-after-free-1.c  -O0  output pattern test
927FAIL: c-c++-common/asan/use-after-free-1.c  -O1  output pattern test
928FAIL: c-c++-common/asan/use-after-free-1.c  -O2  output pattern test
929FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -fomit-frame-pointer  output pattern test
930FAIL: c-c++-common/asan/use-after-free-1.c  -O3 -g  output pattern test
931FAIL: c-c++-common/asan/use-after-free-1.c  -Os  output pattern test
932FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto -flto-partition=none  output pattern test
933FAIL: c-c++-common/asan/use-after-free-1.c  -O2 -flto  output pattern test
934FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O0  (test for excess errors)
935FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O0  output pattern test
936FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O1  (test for excess errors)
937FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O1  output pattern test
938FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O2  (test for excess errors)
939FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O2  output pattern test
940FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
941FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -fomit-frame-pointer  output pattern test
942FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -g  (test for excess errors)
943FAIL: g++.dg/asan/deep-stack-uaf-1.C  -O3 -g  output pattern test
944FAIL: g++.dg/asan/deep-stack-uaf-1.C  -Os  (test for excess errors)
945FAIL: g++.dg/asan/deep-stack-uaf-1.C  -Os  output pattern test
946FAIL: g++.dg/asan/deep-tail-call-1.C  -O0  output pattern test
947FAIL: g++.dg/asan/deep-tail-call-1.C  -O1  output pattern test
948FAIL: g++.dg/asan/deep-tail-call-1.C  -O2  output pattern test
949FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -fomit-frame-pointer  output pattern test
950FAIL: g++.dg/asan/deep-tail-call-1.C  -O3 -g  output pattern test
951FAIL: g++.dg/asan/deep-tail-call-1.C  -Os  output pattern test
952FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto -flto-partition=none  output pattern test
953FAIL: g++.dg/asan/deep-tail-call-1.C  -O2 -flto  output pattern test
954FAIL: g++.dg/asan/deep-thread-stack-1.C  -O0  output pattern test
955FAIL: g++.dg/asan/deep-thread-stack-1.C  -O1  output pattern test
956FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2  output pattern test
957FAIL: g++.dg/asan/deep-thread-stack-1.C  -O3 -fomit-frame-pointer  output pattern test
958FAIL: g++.dg/asan/deep-thread-stack-1.C  -O3 -g  output pattern test
959FAIL: g++.dg/asan/deep-thread-stack-1.C  -Os  output pattern test
960FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2 -flto -flto-partition=none  output pattern test
961FAIL: g++.dg/asan/deep-thread-stack-1.C  -O2 -flto  output pattern test
962FAIL: g++.dg/asan/default-options-1.C  -O0  execution test
963FAIL: g++.dg/asan/default-options-1.C  -O1  execution test
964FAIL: g++.dg/asan/default-options-1.C  -O2  execution test
965FAIL: g++.dg/asan/default-options-1.C  -O3 -fomit-frame-pointer  execution test
966FAIL: g++.dg/asan/default-options-1.C  -O3 -g  execution test
967FAIL: g++.dg/asan/default-options-1.C  -Os  execution test
968FAIL: g++.dg/asan/default-options-1.C  -O2 -flto -flto-partition=none  execution test
969FAIL: g++.dg/asan/default-options-1.C  -O2 -flto  execution test
970FAIL: g++.dg/asan/interception-failure-test-1.C  -O0  execution test
971FAIL: g++.dg/asan/interception-failure-test-1.C  -O1  execution test
972FAIL: g++.dg/asan/interception-failure-test-1.C  -O2  execution test
973FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -fomit-frame-pointer  execution test
974FAIL: g++.dg/asan/interception-failure-test-1.C  -O3 -g  execution test
975FAIL: g++.dg/asan/interception-failure-test-1.C  -Os  execution test
976FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto -flto-partition=none  execution test
977FAIL: g++.dg/asan/interception-failure-test-1.C  -O2 -flto  execution test
978FAIL: g++.dg/asan/large-func-test-1.C  -O0  output pattern test
979FAIL: g++.dg/asan/large-func-test-1.C  -O1  output pattern test
980FAIL: g++.dg/asan/large-func-test-1.C  -O2  output pattern test
981FAIL: g++.dg/asan/large-func-test-1.C  -O3 -fomit-frame-pointer  output pattern test
982FAIL: g++.dg/asan/large-func-test-1.C  -O3 -g  output pattern test
983FAIL: g++.dg/asan/large-func-test-1.C  -Os  output pattern test
984FAIL: g++.dg/asan/large-func-test-1.C  -O2 -flto -flto-partition=none  output pattern test
985FAIL: g++.dg/asan/large-func-test-1.C  -O2 -flto  output pattern test
986FAIL: g++.dg/asan/pr55617.C  -O0  (test for excess errors)
987FAIL: g++.dg/asan/pr55617.C  -O0  execution test
988FAIL: g++.dg/asan/pr55617.C  -O1  (test for excess errors)
989FAIL: g++.dg/asan/pr55617.C  -O1  execution test
990FAIL: g++.dg/asan/pr55617.C  -O2  (test for excess errors)
991FAIL: g++.dg/asan/pr55617.C  -O2  execution test
992FAIL: g++.dg/asan/pr55617.C  -O3 -fomit-frame-pointer  (test for excess errors)
993FAIL: g++.dg/asan/pr55617.C  -O3 -fomit-frame-pointer  execution test
994FAIL: g++.dg/asan/pr55617.C  -O3 -g  (test for excess errors)
995FAIL: g++.dg/asan/pr55617.C  -O3 -g  execution test
996FAIL: g++.dg/asan/pr55617.C  -Os  (test for excess errors)
997FAIL: g++.dg/asan/pr55617.C  -Os  execution test
998FAIL: g++.dg/asan/pr55617.C  -O2 -flto -flto-partition=none  (test for excess errors)
999FAIL: g++.dg/asan/pr55617.C  -O2 -flto -flto-partition=none  execution test
1000FAIL: g++.dg/asan/pr55617.C  -O2 -flto  (test for excess errors)
1001FAIL: g++.dg/asan/pr55617.C  -O2 -flto  execution test
1002FAIL: g++.dg/asan/symbolize-callback-1.C  -O2  output pattern test
1003FAIL: g++.dg/asan/symbolize-callback-1.C  -O2 -flto -flto-partition=none  output pattern test
1004FAIL: g++.dg/asan/symbolize-callback-1.C  -O2 -flto  output pattern test
1005Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/bprob/bprob.exp ...
1006FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -g  -fprofile-arcs
1007FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O3 -g  -fprofile-arcs
1008FAIL: g++.dg/bprob/g++-bprob-2.C compilation,  -g  -fprofile-arcs
1009FAIL: g++.dg/bprob/g++-bprob-2.C compilation,  -O3 -g  -fprofile-arcs
1010Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/charset/charset.exp ...
1011Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/compat/compat.exp ...
1012FAIL: g++.dg/compat/abi/vbase8-10 cp_compat_x_tst.o compile
1013FAIL: g++.dg/compat/abi/vbase8-21 cp_compat_x_tst.o compile
1014FAIL: g++.dg/compat/abi/vbase8-22 cp_compat_x_tst.o compile
1015FAIL: g++.dg/compat/abi/vbase8-4 cp_compat_x_tst.o compile
1016FAIL: g++.dg/compat/break/bitfield5 cp_compat_x_tst.o compile
1017FAIL: g++.dg/compat/break/empty6 cp_compat_x_tst.o compile
1018FAIL: g++.dg/compat/break/vbase10 cp_compat_x_tst.o compile
1019FAIL: g++.dg/compat/break/vbase11 cp_compat_x_tst.o compile
1020FAIL: g++.dg/compat/eh/ctor2 cp_compat_x_tst.o compile
1021FAIL: g++.dg/compat/eh/ctor2 cp_compat_y_tst.o compile
1022FAIL: g++.dg/compat/eh/filter1 cp_compat_y_tst.o compile
1023FAIL: g++.dg/compat/eh/filter2 cp_compat_y_tst.o compile
1024FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o compile
1025FAIL: g++.dg/compat/eh/spec3 cp_compat_x_tst.o compile
1026FAIL: g++.dg/compat/eh/spec3 cp_compat_y_tst.o compile
1027FAIL: g++.dg/compat/eh/template1 cp_compat_x_tst.o compile
1028FAIL: g++.dg/compat/eh/template1 cp_compat_y_tst.o compile
1029FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o compile
1030FAIL: g++.dg/compat/eh/unexpected1 cp_compat_y_tst.o compile
1031FAIL: g++.dg/compat/init/array5 cp_compat_x_tst.o compile
1032FAIL: g++.dg/compat/init/dtor1 cp_compat_x_tst.o compile
1033FAIL: g++.dg/compat/init/dtor1 cp_compat_y_tst.o compile
1034Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/compat/struct-layout-1.exp ...
1035Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/debug/debug.exp ...
1036FAIL: g++.dg/debug/const1.C -gstabs1 (test for excess errors)
1037FAIL: g++.dg/debug/const1.C -gstabs1 -O2 (test for excess errors)
1038FAIL: g++.dg/debug/const1.C -gstabs1 -O3 (test for excess errors)
1039FAIL: g++.dg/debug/const1.C -gstabs (test for excess errors)
1040FAIL: g++.dg/debug/const1.C -gstabs -O2 (test for excess errors)
1041FAIL: g++.dg/debug/const1.C -gstabs -O3 (test for excess errors)
1042FAIL: g++.dg/debug/const1.C -gstabs3 (test for excess errors)
1043FAIL: g++.dg/debug/const1.C -gstabs3 -O2 (test for excess errors)
1044FAIL: g++.dg/debug/const1.C -gstabs3 -O3 (test for excess errors)
1045FAIL: g++.dg/debug/const1.C -gstabs+1 (test for excess errors)
1046FAIL: g++.dg/debug/const1.C -gstabs+1 -O2 (test for excess errors)
1047FAIL: g++.dg/debug/const1.C -gstabs+1 -O3 (test for excess errors)
1048FAIL: g++.dg/debug/const1.C -gstabs+ (test for excess errors)
1049FAIL: g++.dg/debug/const1.C -gstabs+ -O2 (test for excess errors)
1050FAIL: g++.dg/debug/const1.C -gstabs+ -O3 (test for excess errors)
1051FAIL: g++.dg/debug/const1.C -gstabs+3 (test for excess errors)
1052FAIL: g++.dg/debug/const1.C -gstabs+3 -O2 (test for excess errors)
1053FAIL: g++.dg/debug/const1.C -gstabs+3 -O3 (test for excess errors)
1054FAIL: g++.dg/debug/debug4.C -gstabs1 (test for excess errors)
1055FAIL: g++.dg/debug/debug4.C -gstabs1 -O2 (test for excess errors)
1056FAIL: g++.dg/debug/debug4.C -gstabs1 -O3 (test for excess errors)
1057FAIL: g++.dg/debug/debug4.C -gstabs (test for excess errors)
1058FAIL: g++.dg/debug/debug4.C -gstabs -O2 (test for excess errors)
1059FAIL: g++.dg/debug/debug4.C -gstabs -O3 (test for excess errors)
1060FAIL: g++.dg/debug/debug4.C -gstabs3 (test for excess errors)
1061FAIL: g++.dg/debug/debug4.C -gstabs3 -O2 (test for excess errors)
1062FAIL: g++.dg/debug/debug4.C -gstabs3 -O3 (test for excess errors)
1063FAIL: g++.dg/debug/debug4.C -gstabs+1 (test for excess errors)
1064FAIL: g++.dg/debug/debug4.C -gstabs+1 -O2 (test for excess errors)
1065FAIL: g++.dg/debug/debug4.C -gstabs+1 -O3 (test for excess errors)
1066FAIL: g++.dg/debug/debug4.C -gstabs+ (test for excess errors)
1067FAIL: g++.dg/debug/debug4.C -gstabs+ -O2 (test for excess errors)
1068FAIL: g++.dg/debug/debug4.C -gstabs+ -O3 (test for excess errors)
1069FAIL: g++.dg/debug/debug4.C -gstabs+3 (test for excess errors)
1070FAIL: g++.dg/debug/debug4.C -gstabs+3 -O2 (test for excess errors)
1071FAIL: g++.dg/debug/debug4.C -gstabs+3 -O3 (test for excess errors)
1072FAIL: g++.dg/debug/debug9.C -gdwarf-2 -g1 (test for excess errors)
1073FAIL: g++.dg/debug/debug9.C -gdwarf-2 (test for excess errors)
1074FAIL: g++.dg/debug/debug9.C -gdwarf-2 -g3 (test for excess errors)
1075FAIL: g++.dg/debug/debug9.C -gstabs1 (test for excess errors)
1076FAIL: g++.dg/debug/debug9.C -gstabs1 -O2 (test for excess errors)
1077FAIL: g++.dg/debug/debug9.C -gstabs1 -O3 (test for excess errors)
1078FAIL: g++.dg/debug/debug9.C -gstabs (test for excess errors)
1079FAIL: g++.dg/debug/debug9.C -gstabs -O2 (test for excess errors)
1080FAIL: g++.dg/debug/debug9.C -gstabs -O3 (test for excess errors)
1081FAIL: g++.dg/debug/debug9.C -gstabs3 (test for excess errors)
1082FAIL: g++.dg/debug/debug9.C -gstabs3 -O2 (test for excess errors)
1083FAIL: g++.dg/debug/debug9.C -gstabs3 -O3 (test for excess errors)
1084FAIL: g++.dg/debug/debug9.C -gstabs+1 (test for excess errors)
1085FAIL: g++.dg/debug/debug9.C -gstabs+1 -O2 (test for excess errors)
1086FAIL: g++.dg/debug/debug9.C -gstabs+1 -O3 (test for excess errors)
1087FAIL: g++.dg/debug/debug9.C -gstabs+ (test for excess errors)
1088FAIL: g++.dg/debug/debug9.C -gstabs+ -O2 (test for excess errors)
1089FAIL: g++.dg/debug/debug9.C -gstabs+ -O3 (test for excess errors)
1090FAIL: g++.dg/debug/debug9.C -gstabs+3 (test for excess errors)
1091FAIL: g++.dg/debug/debug9.C -gstabs+3 -O2 (test for excess errors)
1092FAIL: g++.dg/debug/debug9.C -gstabs+3 -O3 (test for excess errors)
1093FAIL: g++.dg/debug/pr27657.C -gstabs1 (test for excess errors)
1094FAIL: g++.dg/debug/pr27657.C -gstabs1 -O2 (test for excess errors)
1095FAIL: g++.dg/debug/pr27657.C -gstabs1 -O3 (test for excess errors)
1096FAIL: g++.dg/debug/pr27657.C -gstabs (test for excess errors)
1097FAIL: g++.dg/debug/pr27657.C -gstabs -O2 (test for excess errors)
1098FAIL: g++.dg/debug/pr27657.C -gstabs -O3 (test for excess errors)
1099FAIL: g++.dg/debug/pr27657.C -gstabs3 (test for excess errors)
1100FAIL: g++.dg/debug/pr27657.C -gstabs3 -O2 (test for excess errors)
1101FAIL: g++.dg/debug/pr27657.C -gstabs3 -O3 (test for excess errors)
1102FAIL: g++.dg/debug/pr27657.C -gstabs+1 (test for excess errors)
1103FAIL: g++.dg/debug/pr27657.C -gstabs+1 -O2 (test for excess errors)
1104FAIL: g++.dg/debug/pr27657.C -gstabs+1 -O3 (test for excess errors)
1105FAIL: g++.dg/debug/pr27657.C -gstabs+ (test for excess errors)
1106FAIL: g++.dg/debug/pr27657.C -gstabs+ -O2 (test for excess errors)
1107FAIL: g++.dg/debug/pr27657.C -gstabs+ -O3 (test for excess errors)
1108FAIL: g++.dg/debug/pr27657.C -gstabs+3 (test for excess errors)
1109FAIL: g++.dg/debug/pr27657.C -gstabs+3 -O2 (test for excess errors)
1110FAIL: g++.dg/debug/pr27657.C -gstabs+3 -O3 (test for excess errors)
1111FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g1 (test for excess errors)
1112FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g1 -O2 (test for excess errors)
1113FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g1 -O3 (test for excess errors)
1114FAIL: g++.dg/debug/pr54499.C -gdwarf-2 (test for excess errors)
1115FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -O2 (test for excess errors)
1116FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -O3 (test for excess errors)
1117FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g3 (test for excess errors)
1118FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g3 -O2 (test for excess errors)
1119FAIL: g++.dg/debug/pr54499.C -gdwarf-2 -g3 -O3 (test for excess errors)
1120FAIL: g++.dg/debug/pr54499.C -gstabs1 (test for excess errors)
1121FAIL: g++.dg/debug/pr54499.C -gstabs1 -O2 (test for excess errors)
1122FAIL: g++.dg/debug/pr54499.C -gstabs1 -O3 (test for excess errors)
1123FAIL: g++.dg/debug/pr54499.C -gstabs (test for excess errors)
1124FAIL: g++.dg/debug/pr54499.C -gstabs -O2 (test for excess errors)
1125FAIL: g++.dg/debug/pr54499.C -gstabs -O3 (test for excess errors)
1126FAIL: g++.dg/debug/pr54499.C -gstabs3 (test for excess errors)
1127FAIL: g++.dg/debug/pr54499.C -gstabs3 -O2 (test for excess errors)
1128FAIL: g++.dg/debug/pr54499.C -gstabs3 -O3 (test for excess errors)
1129FAIL: g++.dg/debug/pr54499.C -gstabs+1 (test for excess errors)
1130FAIL: g++.dg/debug/pr54499.C -gstabs+1 -O2 (test for excess errors)
1131FAIL: g++.dg/debug/pr54499.C -gstabs+1 -O3 (test for excess errors)
1132FAIL: g++.dg/debug/pr54499.C -gstabs+ (test for excess errors)
1133FAIL: g++.dg/debug/pr54499.C -gstabs+ -O2 (test for excess errors)
1134FAIL: g++.dg/debug/pr54499.C -gstabs+ -O3 (test for excess errors)
1135FAIL: g++.dg/debug/pr54499.C -gstabs+3 (test for excess errors)
1136FAIL: g++.dg/debug/pr54499.C -gstabs+3 -O2 (test for excess errors)
1137FAIL: g++.dg/debug/pr54499.C -gstabs+3 -O3 (test for excess errors)
1138FAIL: g++.dg/debug/trivial.C -gstabs1 (test for excess errors)
1139FAIL: g++.dg/debug/trivial.C -gstabs1 -O2 (test for excess errors)
1140FAIL: g++.dg/debug/trivial.C -gstabs1 -O3 (test for excess errors)
1141FAIL: g++.dg/debug/trivial.C -gstabs (test for excess errors)
1142FAIL: g++.dg/debug/trivial.C -gstabs -O2 (test for excess errors)
1143FAIL: g++.dg/debug/trivial.C -gstabs -O3 (test for excess errors)
1144FAIL: g++.dg/debug/trivial.C -gstabs3 (test for excess errors)
1145FAIL: g++.dg/debug/trivial.C -gstabs3 -O2 (test for excess errors)
1146FAIL: g++.dg/debug/trivial.C -gstabs3 -O3 (test for excess errors)
1147FAIL: g++.dg/debug/trivial.C -gstabs+1 (test for excess errors)
1148FAIL: g++.dg/debug/trivial.C -gstabs+1 -O2 (test for excess errors)
1149FAIL: g++.dg/debug/trivial.C -gstabs+1 -O3 (test for excess errors)
1150FAIL: g++.dg/debug/trivial.C -gstabs+ (test for excess errors)
1151FAIL: g++.dg/debug/trivial.C -gstabs+ -O2 (test for excess errors)
1152FAIL: g++.dg/debug/trivial.C -gstabs+ -O3 (test for excess errors)
1153FAIL: g++.dg/debug/trivial.C -gstabs+3 (test for excess errors)
1154FAIL: g++.dg/debug/trivial.C -gstabs+3 -O2 (test for excess errors)
1155FAIL: g++.dg/debug/trivial.C -gstabs+3 -O3 (test for excess errors)
1156Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp ...
1157Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/dfp/dfp.exp ...
1158Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/dg.exp ...
1159FAIL: g++.dg/abi/covariant3.C -std=c++98 (test for excess errors)
1160FAIL: g++.dg/abi/covariant3.C -std=c++11 (test for excess errors)
1161FAIL: g++.dg/abi/covariant4.C -std=c++98 (test for excess errors)
1162FAIL: g++.dg/abi/covariant4.C -std=c++11 (test for excess errors)
1163FAIL: g++.dg/abi/covariant5.C -std=c++98 (test for excess errors)
1164FAIL: g++.dg/abi/empty11.C -std=gnu++98 (test for excess errors)
1165FAIL: g++.dg/abi/empty11.C -std=gnu++11 (test for excess errors)
1166FAIL: g++.dg/abi/empty4.C -std=c++98 (test for excess errors)
1167FAIL: g++.dg/abi/empty4.C -std=c++11 (test for excess errors)
1168FAIL: g++.dg/abi/layout1.C -std=c++98 (test for excess errors)
1169FAIL: g++.dg/abi/layout1.C -std=c++11 (test for excess errors)
1170FAIL: g++.dg/abi/layout2.C -std=c++98 (test for excess errors)
1171FAIL: g++.dg/abi/layout2.C -std=c++11 (test for excess errors)
1172FAIL: g++.dg/abi/local1.C -std=c++98 (test for excess errors)
1173FAIL: g++.dg/abi/local1.C -std=c++11 (test for excess errors)
1174FAIL: g++.dg/abi/packed1.C -std=gnu++98 (test for excess errors)
1175FAIL: g++.dg/abi/packed1.C -std=gnu++11 (test for excess errors)
1176FAIL: g++.dg/abi/pr39188-1a.C -std=gnu++98 (test for excess errors)
1177FAIL: g++.dg/abi/pr39188-1a.C -std=gnu++11 (test for excess errors)
1178FAIL: g++.dg/abi/pr39188-2a.C -std=gnu++98 (test for excess errors)
1179FAIL: g++.dg/abi/pr39188-2a.C -std=gnu++11 (test for excess errors)
1180FAIL: g++.dg/abi/regparm1.C (test for excess errors)
1181FAIL: g++.dg/abi/rtti2.C -std=c++98 (test for excess errors)
1182FAIL: g++.dg/abi/rtti2.C -std=c++11 (test for excess errors)
1183FAIL: g++.dg/abi/vbase12.C -std=gnu++98 (test for excess errors)
1184FAIL: g++.dg/abi/vbase12.C -std=gnu++11 (test for excess errors)
1185FAIL: g++.dg/abi/vbase13.C -std=gnu++98 (test for excess errors)
1186FAIL: g++.dg/abi/vbase13.C -std=gnu++11 (test for excess errors)
1187FAIL: g++.dg/abi/vbase15.C -std=c++98 (test for excess errors)
1188FAIL: g++.dg/abi/vbase15.C -std=c++11 (test for excess errors)
1189FAIL: g++.dg/abi/vbase8-10.C -std=gnu++98 (test for excess errors)
1190FAIL: g++.dg/abi/vbase8-10.C -std=gnu++11 (test for excess errors)
1191FAIL: g++.dg/abi/vbase8-21.C -std=gnu++98 (test for excess errors)
1192FAIL: g++.dg/abi/vbase8-21.C -std=gnu++11 (test for excess errors)
1193FAIL: g++.dg/abi/vbase8-22.C -std=gnu++98 (test for excess errors)
1194FAIL: g++.dg/abi/vbase8-22.C -std=gnu++11 (test for excess errors)
1195FAIL: g++.dg/abi/vbase8-4.C -std=gnu++98 (test for excess errors)
1196FAIL: g++.dg/abi/vbase8-4.C -std=gnu++11 (test for excess errors)
1197FAIL: g++.dg/abi/vcall1.C -std=gnu++98 (test for excess errors)
1198FAIL: g++.dg/abi/vcall1.C -std=gnu++11 (test for excess errors)
1199FAIL: g++.dg/abi/vthunk1.C -std=c++98 (test for excess errors)
1200FAIL: g++.dg/abi/vthunk1.C -std=c++11 (test for excess errors)
1201FAIL: g++.dg/conversion/bitfield10.C -std=c++98 (test for excess errors)
1202FAIL: g++.dg/conversion/bitfield10.C -std=c++11 (test for excess errors)
1203FAIL: g++.dg/conversion/cond4.C -std=c++98 (test for excess errors)
1204FAIL: g++.dg/conversion/cond4.C -std=c++11 (test for excess errors)
1205FAIL: g++.dg/cpp0x/auto10.C (test for excess errors)
1206FAIL: g++.dg/cpp0x/auto14.C (test for excess errors)
1207FAIL: g++.dg/cpp0x/auto2.C (test for excess errors)
1208FAIL: g++.dg/cpp0x/auto4.C (test for excess errors)
1209FAIL: g++.dg/cpp0x/constexpr-base3.C (test for excess errors)
1210FAIL: g++.dg/cpp0x/constexpr-base4.C (test for excess errors)
1211FAIL: g++.dg/cpp0x/constexpr-initlist.C (test for excess errors)
1212FAIL: g++.dg/cpp0x/constexpr-non-const-arg3.C (test for excess errors)
1213FAIL: g++.dg/cpp0x/constexpr-static3.C (test for excess errors)
1214FAIL: g++.dg/cpp0x/constexpr-tuple.C -std=c++11 (test for excess errors)
1215FAIL: g++.dg/cpp0x/dc5.C (test for excess errors)
1216FAIL: g++.dg/cpp0x/dc6.C -std=c++11 (test for excess errors)
1217FAIL: g++.dg/cpp0x/decltype17.C (test for excess errors)
1218FAIL: g++.dg/cpp0x/defaulted1.C (test for excess errors)
1219FAIL: g++.dg/cpp0x/defaulted22.C (test for excess errors)
1220FAIL: g++.dg/cpp0x/defaulted45.C -std=c++11 (test for excess errors)
1221FAIL: g++.dg/cpp0x/defaulted5.C (test for excess errors)
1222FAIL: g++.dg/cpp0x/explicit5.C (test for excess errors)
1223FAIL: g++.dg/cpp0x/implicit2.C (test for excess errors)
1224FAIL: g++.dg/cpp0x/implicit3.C (test for excess errors)
1225FAIL: g++.dg/cpp0x/inh-ctor12.C (test for excess errors)
1226FAIL: g++.dg/cpp0x/initlist-deduce.C (test for excess errors)
1227FAIL: g++.dg/cpp0x/initlist-lifetime1.C (test for excess errors)
1228FAIL: g++.dg/cpp0x/initlist-lifetime2.C (test for excess errors)
1229FAIL: g++.dg/cpp0x/initlist-value.C (test for excess errors)
1230FAIL: g++.dg/cpp0x/initlist1.C (test for excess errors)
1231FAIL: g++.dg/cpp0x/initlist18.C (test for excess errors)
1232FAIL: g++.dg/cpp0x/initlist2.C (test for excess errors)
1233FAIL: g++.dg/cpp0x/initlist25.C (test for excess errors)
1234FAIL: g++.dg/cpp0x/initlist49.C (test for excess errors)
1235FAIL: g++.dg/cpp0x/initlist53.C (test for excess errors)
1236FAIL: g++.dg/cpp0x/initlist6.C (test for excess errors)
1237FAIL: g++.dg/cpp0x/lambda/lambda-array.C (test for excess errors)
1238FAIL: g++.dg/cpp0x/lambda/lambda-conv6.C (test for excess errors)
1239FAIL: g++.dg/cpp0x/lambda/lambda-conv7.C -std=c++11 (test for excess errors)
1240FAIL: g++.dg/cpp0x/lambda/lambda-ctors.C (test for excess errors)
1241FAIL: g++.dg/cpp0x/lambda/lambda-deduce-ext.C (test for excess errors)
1242FAIL: g++.dg/cpp0x/lambda/lambda-eh.C (test for excess errors)
1243FAIL: g++.dg/cpp0x/lambda/lambda-in-class.C (test for excess errors)
1244FAIL: g++.dg/cpp0x/lambda/lambda-nested.C (test for excess errors)
1245FAIL: g++.dg/cpp0x/lambda/lambda-nsdmi1.C -std=c++11 (test for excess errors)
1246FAIL: g++.dg/cpp0x/lambda/lambda-nullptr.C -std=c++11 (test for excess errors)
1247FAIL: g++.dg/cpp0x/lambda/lambda-recursive.C (test for excess errors)
1248FAIL: g++.dg/cpp0x/lambda/lambda-std-function.C (test for excess errors)
1249FAIL: g++.dg/cpp0x/lambda/lambda-template.C (test for excess errors)
1250FAIL: g++.dg/cpp0x/lambda/lambda-template10.C (test for excess errors)
1251FAIL: g++.dg/cpp0x/lambda/lambda-template4.C -std=c++11 (test for excess errors)
1252FAIL: g++.dg/cpp0x/lambda/lambda-template9.C -std=c++11 (test for excess errors)
1253FAIL: g++.dg/cpp0x/lambda/lambda-this8.C -std=c++11 (test for excess errors)
1254FAIL: g++.dg/cpp0x/named.C (test for excess errors)
1255FAIL: g++.dg/cpp0x/nsdmi-defer4.C (test for excess errors)
1256FAIL: g++.dg/cpp0x/nsdmi-eh1.C (test for excess errors)
1257FAIL: g++.dg/cpp0x/nsdmi-template1.C (test for excess errors)
1258FAIL: g++.dg/cpp0x/nsdmi-virtual1.C (test for excess errors)
1259FAIL: g++.dg/cpp0x/nsdmi1.C (test for excess errors)
1260FAIL: g++.dg/cpp0x/nsdmi4.C (test for excess errors)
1261FAIL: g++.dg/cpp0x/overload-conv-1.C (test for excess errors)
1262FAIL: g++.dg/cpp0x/overload-conv-2.C (test for excess errors)
1263FAIL: g++.dg/cpp0x/overload.C (test for excess errors)
1264FAIL: g++.dg/cpp0x/range-for12.C (test for excess errors)
1265FAIL: g++.dg/cpp0x/range-for15.C (test for excess errors)
1266FAIL: g++.dg/cpp0x/range-for4.C (test for excess errors)
1267FAIL: g++.dg/cpp0x/range-for6.C (test for excess errors)
1268FAIL: g++.dg/cpp0x/range-for7.C (test for excess errors)
1269FAIL: g++.dg/cpp0x/rv-cast3.C -std=c++11 (test for excess errors)
1270FAIL: g++.dg/cpp0x/rv9p.C (test for excess errors)
1271FAIL: g++.dg/cpp0x/rvo.C (test for excess errors)
1272FAIL: g++.dg/cpp0x/udlit-general.C (test for excess errors)
1273FAIL: g++.dg/cpp0x/udlit-namespace.C (test for excess errors)
1274FAIL: g++.dg/cpp0x/udlit-template.C (test for excess errors)
1275FAIL: g++.dg/cpp0x/union3.C (test for excess errors)
1276FAIL: g++.dg/cpp0x/variadic-bind.C (test for excess errors)
1277FAIL: g++.dg/cpp0x/variadic-function.C (test for excess errors)
1278FAIL: g++.dg/cpp0x/variadic-init.C (test for excess errors)
1279FAIL: g++.dg/cpp0x/variadic-mem_fn.C (test for excess errors)
1280FAIL: g++.dg/cpp0x/variadic-new.C (test for excess errors)
1281FAIL: g++.dg/cpp0x/variadic-new2.C (test for excess errors)
1282FAIL: g++.dg/cpp0x/variadic-tuple.C (test for excess errors)
1283FAIL: g++.dg/cpp0x/variadic-value1.C -std=c++11 (test for excess errors)
1284FAIL: g++.dg/cpp0x/variadic68.C (test for excess errors)
1285FAIL: g++.dg/cpp0x/variadic73.C (test for excess errors)
1286FAIL: g++.dg/cpp0x/variadic80.C (test for excess errors)
1287FAIL: g++.dg/cpp0x/variadic98.C (test for excess errors)
1288FAIL: g++.dg/diagnostic/bindings1.C -std=c++98 (test for excess errors)
1289FAIL: g++.dg/diagnostic/bindings1.C -std=c++11 (test for excess errors)
1290FAIL: g++.dg/eh/alias1.C -std=gnu++98 (test for excess errors)
1291FAIL: g++.dg/eh/alias1.C -std=gnu++11 (test for excess errors)
1292FAIL: g++.dg/eh/cond1.C -std=c++98 (test for excess errors)
1293FAIL: g++.dg/eh/cond1.C -std=c++11 (test for excess errors)
1294FAIL: g++.dg/eh/cond4.C -std=c++98 (test for excess errors)
1295FAIL: g++.dg/eh/cond4.C -std=c++11 (test for excess errors)
1296FAIL: g++.dg/eh/crossjump1.C -std=gnu++98 (test for excess errors)
1297FAIL: g++.dg/eh/crossjump1.C -std=gnu++11 (test for excess errors)
1298FAIL: g++.dg/eh/ctor1.C -std=c++98 (test for excess errors)
1299FAIL: g++.dg/eh/ctor1.C -std=c++11 (test for excess errors)
1300FAIL: g++.dg/eh/ctor2.C -std=c++98 (test for excess errors)
1301FAIL: g++.dg/eh/ctor2.C -std=c++11 (test for excess errors)
1302FAIL: g++.dg/eh/delayslot1.C -std=gnu++98 (test for excess errors)
1303FAIL: g++.dg/eh/delayslot1.C -std=gnu++11 (test for excess errors)
1304FAIL: g++.dg/eh/dtor1.C -std=c++98 (test for excess errors)
1305FAIL: g++.dg/eh/dtor1.C -std=c++11 (test for excess errors)
1306FAIL: g++.dg/eh/dtor3.C -std=c++98 (test for excess errors)
1307FAIL: g++.dg/eh/ehopt1.C -std=c++98 (test for excess errors)
1308FAIL: g++.dg/eh/ehopt1.C -std=c++11 (test for excess errors)
1309FAIL: g++.dg/eh/elide1.C -std=c++98 (test for excess errors)
1310FAIL: g++.dg/eh/elide1.C -std=c++11 (test for excess errors)
1311FAIL: g++.dg/eh/elide2.C -std=c++98 (test for excess errors)
1312FAIL: g++.dg/eh/elide2.C -std=c++11 (test for excess errors)
1313FAIL: g++.dg/eh/filter1.C -std=c++98 (test for excess errors)
1314FAIL: g++.dg/eh/filter1.C -std=c++11 (test for excess errors)
1315FAIL: g++.dg/eh/filter2.C -std=gnu++98 (test for excess errors)
1316FAIL: g++.dg/eh/filter2.C -std=gnu++11 (test for excess errors)
1317FAIL: g++.dg/eh/forced1.C -std=c++98 (test for excess errors)
1318FAIL: g++.dg/eh/forced1.C -std=c++11 (test for excess errors)
1319FAIL: g++.dg/eh/ia64-2.C -std=gnu++98 (test for excess errors)
1320FAIL: g++.dg/eh/ia64-2.C -std=gnu++11 (test for excess errors)
1321FAIL: g++.dg/eh/init-temp1.C -std=c++98 (test for excess errors)
1322FAIL: g++.dg/eh/init-temp1.C -std=c++11 (test for excess errors)
1323FAIL: g++.dg/eh/new1.C -std=c++98 (test for excess errors)
1324FAIL: g++.dg/eh/new1.C -std=c++11 (test for excess errors)
1325FAIL: g++.dg/eh/omit-frame-pointer.C -std=gnu++98 (test for excess errors)
1326FAIL: g++.dg/eh/omit-frame-pointer.C -std=gnu++11 (test for excess errors)
1327FAIL: g++.dg/eh/partial1.C -std=c++98 (test for excess errors)
1328FAIL: g++.dg/eh/partial1.C -std=c++11 (test for excess errors)
1329FAIL: g++.dg/eh/pr29166.C -std=c++98 (test for excess errors)
1330FAIL: g++.dg/eh/pr29166.C -std=c++11 (test for excess errors)
1331FAIL: g++.dg/eh/spec3.C -std=c++98 (test for excess errors)
1332FAIL: g++.dg/eh/spec3.C -std=c++11 (test for excess errors)
1333FAIL: g++.dg/eh/spec5.C -std=gnu++98 (test for excess errors)
1334FAIL: g++.dg/eh/spec5.C -std=gnu++11 (test for excess errors)
1335FAIL: g++.dg/eh/spec7.C -std=gnu++98 (test for excess errors)
1336FAIL: g++.dg/eh/spec7.C -std=gnu++11 (test for excess errors)
1337FAIL: g++.dg/eh/synth2.C -std=c++98 (test for excess errors)
1338FAIL: g++.dg/eh/synth2.C -std=c++11 (test for excess errors)
1339FAIL: g++.dg/eh/template1.C -std=c++98 (test for excess errors)
1340FAIL: g++.dg/eh/template1.C -std=c++11 (test for excess errors)
1341FAIL: g++.dg/eh/uncaught1.C -std=gnu++98 (test for excess errors)
1342FAIL: g++.dg/eh/uncaught1.C -std=gnu++11 (test for excess errors)
1343FAIL: g++.dg/eh/uncaught4.C -std=c++98 (test for excess errors)
1344FAIL: g++.dg/eh/uncaught4.C -std=c++11 (test for excess errors)
1345FAIL: g++.dg/eh/unexpected1.C -std=c++98 (test for excess errors)
1346FAIL: g++.dg/eh/unexpected1.C -std=c++11 (test for excess errors)
1347FAIL: g++.dg/eh/weak1.C -std=gnu++98 (test for excess errors)
1348FAIL: g++.dg/eh/weak1.C -std=gnu++11 (test for excess errors)
1349FAIL: g++.dg/expr/anew1.C -std=c++98 (test for excess errors)
1350FAIL: g++.dg/expr/anew1.C -std=c++11 (test for excess errors)
1351FAIL: g++.dg/expr/anew2.C -std=c++98 (test for excess errors)
1352FAIL: g++.dg/expr/anew2.C -std=c++11 (test for excess errors)
1353FAIL: g++.dg/expr/anew3.C -std=c++98 (test for excess errors)
1354FAIL: g++.dg/expr/anew3.C -std=c++11 (test for excess errors)
1355FAIL: g++.dg/expr/anew4.C -std=c++98 (test for excess errors)
1356FAIL: g++.dg/expr/anew4.C -std=c++11 (test for excess errors)
1357FAIL: g++.dg/expr/assign1.C -std=c++98 (test for excess errors)
1358FAIL: g++.dg/expr/assign1.C -std=c++11 (test for excess errors)
1359FAIL: g++.dg/expr/cast4.C -std=c++98 (test for excess errors)
1360FAIL: g++.dg/expr/cast4.C -std=c++11 (test for excess errors)
1361FAIL: g++.dg/expr/cond12.C -std=c++98 (test for excess errors)
1362FAIL: g++.dg/expr/cond12.C -std=c++11 (test for excess errors)
1363FAIL: g++.dg/expr/cond6.C -std=c++98 (test for excess errors)
1364FAIL: g++.dg/expr/cond6.C -std=c++11 (test for excess errors)
1365FAIL: g++.dg/expr/copy1.C -std=c++98 (test for excess errors)
1366FAIL: g++.dg/expr/copy1.C -std=c++11 (test for excess errors)
1367FAIL: g++.dg/expr/lval2.C -std=c++98 (test for excess errors)
1368FAIL: g++.dg/expr/lval2.C -std=c++11 (test for excess errors)
1369FAIL: g++.dg/expr/pr29066.C -std=c++98 (test for excess errors)
1370FAIL: g++.dg/expr/pr29066.C -std=c++11 (test for excess errors)
1371FAIL: g++.dg/ext/alias-decl-attr3.C (test for excess errors)
1372FAIL: g++.dg/ext/alias-decl-attr4.C (test for excess errors)
1373FAIL: g++.dg/ext/alignof1.C -std=c++98 (test for excess errors)
1374FAIL: g++.dg/ext/alignof1.C -std=c++11 (test for excess errors)
1375FAIL: g++.dg/ext/attribute-test-1.C -std=gnu++98 (test for excess errors)
1376FAIL: g++.dg/ext/attribute-test-1.C -std=gnu++11 (test for excess errors)
1377FAIL: g++.dg/ext/attribute-test-2.C -std=gnu++98 (test for excess errors)
1378FAIL: g++.dg/ext/attribute-test-2.C -std=gnu++11 (test for excess errors)
1379FAIL: g++.dg/ext/attribute-test-3.C -std=c++98 (test for excess errors)
1380FAIL: g++.dg/ext/attribute-test-3.C -std=c++11 (test for excess errors)
1381FAIL: g++.dg/ext/attribute-test-4.C -std=c++98 (test for excess errors)
1382FAIL: g++.dg/ext/attribute-test-4.C -std=c++11 (test for excess errors)
1383FAIL: g++.dg/ext/bitfield1.C -std=gnu++98 (test for excess errors)
1384FAIL: g++.dg/ext/bitfield1.C -std=gnu++11 (test for excess errors)
1385FAIL: g++.dg/ext/cleanup-dtor.C -std=c++98 (test for excess errors)
1386FAIL: g++.dg/ext/cleanup-dtor.C -std=c++11 (test for excess errors)
1387FAIL: g++.dg/ext/complit12.C -std=gnu++98 (test for excess errors)
1388FAIL: g++.dg/ext/complit12.C -std=gnu++11 (test for excess errors)
1389FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++98 (test for excess errors)
1390FAIL: g++.dg/ext/has_nothrow_assign.C -std=c++11 (test for excess errors)
1391FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++98 (test for excess errors)
1392FAIL: g++.dg/ext/has_nothrow_constructor.C -std=c++11 (test for excess errors)
1393FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++98 (test for excess errors)
1394FAIL: g++.dg/ext/has_nothrow_copy-1.C -std=c++11 (test for excess errors)
1395FAIL: g++.dg/ext/has_trivial_assign.C -std=c++98 (test for excess errors)
1396FAIL: g++.dg/ext/has_trivial_assign.C -std=c++11 (test for excess errors)
1397FAIL: g++.dg/ext/has_trivial_constructor.C -std=c++98 (test for excess errors)
1398FAIL: g++.dg/ext/has_trivial_constructor.C -std=c++11 (test for excess errors)
1399FAIL: g++.dg/ext/has_trivial_copy.C -std=c++98 (test for excess errors)
1400FAIL: g++.dg/ext/has_trivial_copy.C -std=c++11 (test for excess errors)
1401FAIL: g++.dg/ext/has_trivial_destructor-1.C -std=c++98 (test for excess errors)
1402FAIL: g++.dg/ext/has_trivial_destructor-1.C -std=c++11 (test for excess errors)
1403FAIL: g++.dg/ext/has_virtual_destructor.C -std=c++98 (test for excess errors)
1404FAIL: g++.dg/ext/has_virtual_destructor.C -std=c++11 (test for excess errors)
1405FAIL: g++.dg/ext/interface1.C -std=gnu++98 (test for excess errors)
1406FAIL: g++.dg/ext/interface1.C -std=gnu++11 (test for excess errors)
1407FAIL: g++.dg/ext/interface2.C -std=gnu++98 (test for excess errors)
1408FAIL: g++.dg/ext/interface2.C -std=gnu++11 (test for excess errors)
1409FAIL: g++.dg/ext/interface3/interface3a.C -std=gnu++98 (test for excess errors)
1410FAIL: g++.dg/ext/interface3/interface3a.C -std=gnu++11 (test for excess errors)
1411FAIL: g++.dg/ext/interface3/interface3b.C -std=gnu++98 (test for excess errors)
1412FAIL: g++.dg/ext/interface3/interface3b.C -std=gnu++11 (test for excess errors)
1413FAIL: g++.dg/ext/is_abstract.C -std=c++98 (test for excess errors)
1414FAIL: g++.dg/ext/is_abstract.C -std=c++11 (test for excess errors)
1415FAIL: g++.dg/ext/is_base_of.C -std=c++98 (test for excess errors)
1416FAIL: g++.dg/ext/is_base_of.C -std=c++11 (test for excess errors)
1417FAIL: g++.dg/ext/is_class.C -std=c++98 (test for excess errors)
1418FAIL: g++.dg/ext/is_class.C -std=c++11 (test for excess errors)
1419FAIL: g++.dg/ext/is_empty.C -std=c++98 (test for excess errors)
1420FAIL: g++.dg/ext/is_empty.C -std=c++11 (test for excess errors)
1421FAIL: g++.dg/ext/is_enum.C -std=c++98 (test for excess errors)
1422FAIL: g++.dg/ext/is_enum.C -std=c++11 (test for excess errors)
1423FAIL: g++.dg/ext/is_pod.C (test for excess errors)
1424FAIL: g++.dg/ext/is_polymorphic.C -std=c++98 (test for excess errors)
1425FAIL: g++.dg/ext/is_polymorphic.C -std=c++11 (test for excess errors)
1426FAIL: g++.dg/ext/is_union.C -std=c++98 (test for excess errors)
1427FAIL: g++.dg/ext/is_union.C -std=c++11 (test for excess errors)
1428FAIL: g++.dg/ext/pretty2.C -std=gnu++98 (test for excess errors)
1429FAIL: g++.dg/ext/pretty2.C -std=gnu++11 (test for excess errors)
1430FAIL: g++.dg/ext/stmtexpr1.C -std=gnu++98 (test for excess errors)
1431FAIL: g++.dg/ext/stmtexpr1.C -std=gnu++11 (test for excess errors)
1432FAIL: g++.dg/ext/stmtexpr2.C -std=gnu++98 (test for excess errors)
1433FAIL: g++.dg/ext/stmtexpr2.C -std=gnu++11 (test for excess errors)
1434FAIL: g++.dg/ext/stmtexpr8.C -std=gnu++98 (test for excess errors)
1435FAIL: g++.dg/ext/stmtexpr8.C -std=gnu++11 (test for excess errors)
1436FAIL: g++.dg/ext/tmplattr4.C -std=c++98 (test for excess errors)
1437FAIL: g++.dg/ext/tmplattr4.C -std=c++11 (test for excess errors)
1438FAIL: g++.dg/ext/tmplattr5.C -std=c++98 (test for excess errors)
1439FAIL: g++.dg/ext/tmplattr5.C -std=c++11 (test for excess errors)
1440FAIL: g++.dg/ext/underlying_type10.C (test for excess errors)
1441FAIL: g++.dg/ext/utf-rtti.C (test for excess errors)
1442FAIL: g++.dg/inherit/covariant1.C -std=c++98 (test for excess errors)
1443FAIL: g++.dg/inherit/covariant1.C -std=c++11 (test for excess errors)
1444FAIL: g++.dg/inherit/covariant17.C -std=c++98 (test for excess errors)
1445FAIL: g++.dg/inherit/covariant17.C -std=c++11 (test for excess errors)
1446FAIL: g++.dg/inherit/covariant18.C -std=c++98 (test for excess errors)
1447FAIL: g++.dg/inherit/covariant18.C -std=c++11 (test for excess errors)
1448FAIL: g++.dg/inherit/covariant2.C -std=c++98 (test for excess errors)
1449FAIL: g++.dg/inherit/covariant2.C -std=c++11 (test for excess errors)
1450FAIL: g++.dg/inherit/covariant3.C -std=c++98 (test for excess errors)
1451FAIL: g++.dg/inherit/covariant3.C -std=c++11 (test for excess errors)
1452FAIL: g++.dg/inherit/covariant4.C -std=c++98 (test for excess errors)
1453FAIL: g++.dg/inherit/covariant4.C -std=c++11 (test for excess errors)
1454FAIL: g++.dg/inherit/covariant9.C -std=gnu++98 (test for excess errors)
1455FAIL: g++.dg/inherit/covariant9.C -std=gnu++11 (test for excess errors)
1456FAIL: g++.dg/inherit/operator1.C -std=c++98 (test for excess errors)
1457FAIL: g++.dg/inherit/operator1.C -std=c++11 (test for excess errors)
1458FAIL: g++.dg/inherit/thunk1.C -std=c++98 (test for excess errors)
1459FAIL: g++.dg/inherit/thunk1.C -std=c++11 (test for excess errors)
1460FAIL: g++.dg/inherit/thunk10.C -std=gnu++98 (test for excess errors)
1461FAIL: g++.dg/inherit/thunk10.C -std=gnu++11 (test for excess errors)
1462FAIL: g++.dg/inherit/thunk11.C -std=gnu++98 (test for excess errors)
1463FAIL: g++.dg/inherit/thunk11.C -std=gnu++11 (test for excess errors)
1464FAIL: g++.dg/inherit/thunk7.C -std=c++98 (test for excess errors)
1465FAIL: g++.dg/inherit/thunk7.C -std=c++11 (test for excess errors)
1466FAIL: g++.dg/inherit/using1.C -std=c++98 (test for excess errors)
1467FAIL: g++.dg/inherit/using1.C -std=c++11 (test for excess errors)
1468FAIL: g++.dg/inherit/using2.C -std=c++98 (test for excess errors)
1469FAIL: g++.dg/inherit/using2.C -std=c++11 (test for excess errors)
1470FAIL: g++.dg/inherit/virtual5.C -std=c++98 (test for excess errors)
1471FAIL: g++.dg/inherit/virtual5.C -std=c++11 (test for excess errors)
1472FAIL: g++.dg/inherit/virtual8.C -std=c++98 (test for excess errors)
1473FAIL: g++.dg/inherit/virtual8.C -std=c++11 (test for excess errors)
1474FAIL: g++.dg/inherit/virtual9.C -std=c++98 (test for excess errors)
1475FAIL: g++.dg/inherit/virtual9.C -std=c++11 (test for excess errors)
1476FAIL: g++.dg/init/addr-const1.C -std=c++98 (test for excess errors)
1477FAIL: g++.dg/init/addr-const1.C -std=c++11 (test for excess errors)
1478FAIL: g++.dg/init/aggr2.C -std=c++98 (test for excess errors)
1479FAIL: g++.dg/init/aggr2.C -std=c++11 (test for excess errors)
1480FAIL: g++.dg/init/array12.C -std=c++98 (test for excess errors)
1481FAIL: g++.dg/init/array12.C -std=c++11 (test for excess errors)
1482FAIL: g++.dg/init/array14.C -std=c++98 (test for excess errors)
1483FAIL: g++.dg/init/array14.C -std=c++11 (test for excess errors)
1484FAIL: g++.dg/init/array18.C -std=c++98 (test for excess errors)
1485FAIL: g++.dg/init/array18.C -std=c++11 (test for excess errors)
1486FAIL: g++.dg/init/array25.C -std=c++98 (test for excess errors)
1487FAIL: g++.dg/init/array25.C -std=c++11 (test for excess errors)
1488FAIL: g++.dg/init/array33.C -std=c++98 (test for excess errors)
1489FAIL: g++.dg/init/array33.C -std=c++11 (test for excess errors)
1490FAIL: g++.dg/init/array5.C -std=c++98 (test for excess errors)
1491FAIL: g++.dg/init/array5.C -std=c++11 (test for excess errors)
1492FAIL: g++.dg/init/assign1.C -std=c++98 (test for excess errors)
1493FAIL: g++.dg/init/assign1.C -std=c++11 (test for excess errors)
1494FAIL: g++.dg/init/byval1.C -std=c++98 (test for excess errors)
1495FAIL: g++.dg/init/byval1.C -std=c++11 (test for excess errors)
1496FAIL: g++.dg/init/copy3.C -std=gnu++98 (test for excess errors)
1497FAIL: g++.dg/init/copy3.C -std=gnu++11 (test for excess errors)
1498FAIL: g++.dg/init/ctor1.C -std=c++98 (test for excess errors)
1499FAIL: g++.dg/init/ctor1.C -std=c++11 (test for excess errors)
1500FAIL: g++.dg/init/ctor2.C -std=c++98 (test for excess errors)
1501FAIL: g++.dg/init/ctor2.C -std=c++11 (test for excess errors)
1502FAIL: g++.dg/init/ctor7.C -std=c++98 (test for excess errors)
1503FAIL: g++.dg/init/ctor7.C -std=c++11 (test for excess errors)
1504FAIL: g++.dg/init/delete2.C -std=c++98 (test for excess errors)
1505FAIL: g++.dg/init/delete2.C -std=c++11 (test for excess errors)
1506FAIL: g++.dg/init/dso_handle1.C -std=gnu++98 (test for excess errors)
1507FAIL: g++.dg/init/dso_handle1.C -std=gnu++11 (test for excess errors)
1508FAIL: g++.dg/init/dtor1.C -std=c++98 (test for excess errors)
1509FAIL: g++.dg/init/dtor1.C -std=c++11 (test for excess errors)
1510FAIL: g++.dg/init/dtor3.C -std=c++98 (test for excess errors)
1511FAIL: g++.dg/init/dtor3.C -std=c++11 (test for excess errors)
1512FAIL: g++.dg/init/elide1.C -std=c++98 (test for excess errors)
1513FAIL: g++.dg/init/elide1.C -std=c++11 (test for excess errors)
1514FAIL: g++.dg/init/elide2.C -std=c++98 (test for excess errors)
1515FAIL: g++.dg/init/elide2.C -std=c++11 (test for excess errors)
1516FAIL: g++.dg/init/empty1.C -std=c++98 (test for excess errors)
1517FAIL: g++.dg/init/empty1.C -std=c++11 (test for excess errors)
1518FAIL: g++.dg/init/for1.C -std=c++98 (test for excess errors)
1519FAIL: g++.dg/init/for1.C -std=c++11 (test for excess errors)
1520FAIL: g++.dg/init/goto1.C -std=c++98 (test for excess errors)
1521FAIL: g++.dg/init/goto1.C -std=c++11 (test for excess errors)
1522FAIL: g++.dg/init/init-ref3.C -std=c++98 (test for excess errors)
1523FAIL: g++.dg/init/init-ref3.C -std=c++11 (test for excess errors)
1524FAIL: g++.dg/init/init-ref4.C -std=c++98 (test for excess errors)
1525FAIL: g++.dg/init/init-ref4.C -std=c++11 (test for excess errors)
1526FAIL: g++.dg/init/lifetime1.C -std=c++98 (test for excess errors)
1527FAIL: g++.dg/init/lifetime1.C -std=c++11 (test for excess errors)
1528FAIL: g++.dg/init/lifetime2.C -std=c++98 (test for excess errors)
1529FAIL: g++.dg/init/lifetime2.C -std=c++11 (test for excess errors)
1530FAIL: g++.dg/init/lifetime3.C -std=c++98 (test for excess errors)
1531FAIL: g++.dg/init/lifetime3.C -std=c++11 (test for excess errors)
1532FAIL: g++.dg/init/new31.C -std=gnu++98 (test for excess errors)
1533FAIL: g++.dg/init/new31.C -std=gnu++11 (test for excess errors)
1534FAIL: g++.dg/init/new36.C -std=c++98 (test for excess errors)
1535FAIL: g++.dg/init/new36.C -std=c++11 (test for excess errors)
1536FAIL: g++.dg/init/new39.C -std=c++98 (test for excess errors)
1537FAIL: g++.dg/init/new39.C -std=c++11 (test for excess errors)
1538FAIL: g++.dg/init/new40.C -std=c++98 (test for excess errors)
1539FAIL: g++.dg/init/new40.C -std=c++11 (test for excess errors)
1540FAIL: g++.dg/init/new5.C -std=c++98 (test for excess errors)
1541FAIL: g++.dg/init/new5.C -std=c++11 (test for excess errors)
1542FAIL: g++.dg/init/placement2.C -std=c++98 (test for excess errors)
1543FAIL: g++.dg/init/placement2.C -std=c++11 (test for excess errors)
1544FAIL: g++.dg/init/pm1.C -std=c++98 (test for excess errors)
1545FAIL: g++.dg/init/pm1.C -std=c++11 (test for excess errors)
1546FAIL: g++.dg/init/ref12.C -std=c++98 (test for excess errors)
1547FAIL: g++.dg/init/ref12.C -std=c++11 (test for excess errors)
1548FAIL: g++.dg/init/ref15.C -std=c++98 (test for excess errors)
1549FAIL: g++.dg/init/ref15.C -std=c++11 (test for excess errors)
1550FAIL: g++.dg/init/ref16.C -std=c++98 (test for excess errors)
1551FAIL: g++.dg/init/ref16.C -std=c++11 (test for excess errors)
1552FAIL: g++.dg/init/ref19.C -std=c++98 (test for excess errors)
1553FAIL: g++.dg/init/ref19.C -std=c++11 (test for excess errors)
1554FAIL: g++.dg/init/ref4.C -std=c++98 (test for excess errors)
1555FAIL: g++.dg/init/ref4.C -std=c++11 (test for excess errors)
1556FAIL: g++.dg/init/ref9.C -std=c++98 (test for excess errors)
1557FAIL: g++.dg/init/ref9.C -std=c++11 (test for excess errors)
1558FAIL: g++.dg/init/static3.C -std=c++98 (test for excess errors)
1559FAIL: g++.dg/init/static3.C -std=c++11 (test for excess errors)
1560FAIL: g++.dg/init/value1.C -std=c++98 (test for excess errors)
1561FAIL: g++.dg/init/value1.C -std=c++11 (test for excess errors)
1562FAIL: g++.dg/init/value10.C -std=c++98 (test for excess errors)
1563FAIL: g++.dg/init/value10.C -std=c++11 (test for excess errors)
1564FAIL: g++.dg/init/value3.C -std=c++98 (test for excess errors)
1565FAIL: g++.dg/init/value3.C -std=c++11 (test for excess errors)
1566FAIL: g++.dg/init/value7.C -std=c++98 (test for excess errors)
1567FAIL: g++.dg/init/value7.C -std=c++11 (test for excess errors)
1568FAIL: g++.dg/init/value9.C -std=c++98 (test for excess errors)
1569FAIL: g++.dg/init/value9.C -std=c++11 (test for excess errors)
1570FAIL: g++.dg/init/vbase1.C -std=c++98 (test for excess errors)
1571FAIL: g++.dg/init/vbase1.C -std=c++11 (test for excess errors)
1572FAIL: g++.dg/ipa/devirt-1.C -std=gnu++98 (test for excess errors)
1573FAIL: g++.dg/ipa/devirt-1.C -std=gnu++11 (test for excess errors)
1574FAIL: g++.dg/ipa/devirt-2.C -std=gnu++98 (test for excess errors)
1575FAIL: g++.dg/ipa/devirt-2.C -std=gnu++11 (test for excess errors)
1576FAIL: g++.dg/ipa/devirt-3.C -std=gnu++98 (test for excess errors)
1577FAIL: g++.dg/ipa/devirt-3.C -std=gnu++11 (test for excess errors)
1578FAIL: g++.dg/ipa/devirt-4.C -std=gnu++98 (test for excess errors)
1579FAIL: g++.dg/ipa/devirt-4.C -std=gnu++11 (test for excess errors)
1580FAIL: g++.dg/ipa/devirt-5.C -std=gnu++98 (test for excess errors)
1581FAIL: g++.dg/ipa/devirt-5.C -std=gnu++11 (test for excess errors)
1582FAIL: g++.dg/ipa/devirt-6.C -std=gnu++98 (test for excess errors)
1583FAIL: g++.dg/ipa/devirt-6.C -std=gnu++11 (test for excess errors)
1584FAIL: g++.dg/ipa/devirt-c-1.C -std=gnu++98 (test for excess errors)
1585FAIL: g++.dg/ipa/devirt-c-1.C -std=gnu++11 (test for excess errors)
1586FAIL: g++.dg/ipa/devirt-c-2.C -std=gnu++98 (test for excess errors)
1587FAIL: g++.dg/ipa/devirt-c-2.C -std=gnu++11 (test for excess errors)
1588FAIL: g++.dg/ipa/devirt-c-3.C -std=gnu++98 (test for excess errors)
1589FAIL: g++.dg/ipa/devirt-c-3.C -std=gnu++11 (test for excess errors)
1590FAIL: g++.dg/ipa/devirt-c-4.C -std=gnu++98 (test for excess errors)
1591FAIL: g++.dg/ipa/devirt-c-4.C -std=gnu++11 (test for excess errors)
1592FAIL: g++.dg/ipa/devirt-c-5.C -std=gnu++98 (test for excess errors)
1593FAIL: g++.dg/ipa/devirt-c-5.C -std=gnu++11 (test for excess errors)
1594FAIL: g++.dg/ipa/devirt-c-6.C -std=gnu++98 (test for excess errors)
1595FAIL: g++.dg/ipa/devirt-c-6.C -std=gnu++11 (test for excess errors)
1596FAIL: g++.dg/ipa/devirt-d-1.C -std=gnu++98 (test for excess errors)
1597FAIL: g++.dg/ipa/devirt-d-1.C -std=gnu++11 (test for excess errors)
1598FAIL: g++.dg/ipa/pr46053.C -std=gnu++98 (test for excess errors)
1599FAIL: g++.dg/ipa/pr46053.C -std=gnu++11 (test for excess errors)
1600FAIL: g++.dg/ipa/pr46287-1.C -std=gnu++98 (test for excess errors)
1601FAIL: g++.dg/ipa/pr46287-1.C -std=gnu++11 (test for excess errors)
1602FAIL: g++.dg/ipa/pr46287-2.C -std=gnu++98 (test for excess errors)
1603FAIL: g++.dg/ipa/pr46287-2.C -std=gnu++11 (test for excess errors)
1604FAIL: g++.dg/ipa/pr46287-3.C -std=gnu++98 (test for excess errors)
1605FAIL: g++.dg/ipa/pr46287-3.C -std=gnu++11 (test for excess errors)
1606FAIL: g++.dg/ipa/pr46984.C -std=gnu++98 (test for excess errors)
1607FAIL: g++.dg/ipa/pr46984.C -std=gnu++11 (test for excess errors)
1608FAIL: g++.dg/ipa/pr51759.C -std=gnu++98 (test for excess errors)
1609FAIL: g++.dg/ipa/pr51759.C -std=gnu++11 (test for excess errors)
1610FAIL: g++.dg/ipa/pr60640-3.C -std=gnu++98 (test for excess errors)
1611FAIL: g++.dg/ipa/pr60640-3.C -std=gnu++11 (test for excess errors)
1612FAIL: g++.dg/lookup/template1.C -std=c++98 (test for excess errors)
1613FAIL: g++.dg/lookup/template1.C -std=c++11 (test for excess errors)
1614FAIL: g++.dg/lookup/two-stage1.C -std=c++98 (test for excess errors)
1615FAIL: g++.dg/lookup/two-stage1.C -std=c++11 (test for excess errors)
1616FAIL: g++.dg/lookup/two-stage5.C -std=c++98 (test for excess errors)
1617FAIL: g++.dg/lookup/two-stage5.C -std=c++11 (test for excess errors)
1618FAIL: g++.dg/lookup/using27.C -std=c++98 (test for excess errors)
1619FAIL: g++.dg/lookup/using27.C -std=c++11 (test for excess errors)
1620FAIL: g++.dg/lookup/using33.C -std=c++98 (test for excess errors)
1621FAIL: g++.dg/lookup/using33.C -std=c++11 (test for excess errors)
1622FAIL: g++.dg/lookup/using36.C -std=c++98 (test for excess errors)
1623FAIL: g++.dg/lookup/using36.C -std=c++11 (test for excess errors)
1624FAIL: g++.dg/lookup/using37.C -std=c++98 (test for excess errors)
1625FAIL: g++.dg/lookup/using37.C -std=c++11 (test for excess errors)
1626FAIL: g++.dg/lookup/using39.C -std=c++98 (test for excess errors)
1627FAIL: g++.dg/lookup/using39.C -std=c++11 (test for excess errors)
1628FAIL: g++.dg/lookup/using42.C -std=c++98 (test for excess errors)
1629FAIL: g++.dg/lookup/using42.C -std=c++11 (test for excess errors)
1630FAIL: g++.dg/lookup/using44.C -std=c++98 (test for excess errors)
1631FAIL: g++.dg/lookup/using44.C -std=c++11 (test for excess errors)
1632FAIL: g++.dg/lookup/using45.C -std=c++98 (test for excess errors)
1633FAIL: g++.dg/lookup/using45.C -std=c++11 (test for excess errors)
1634FAIL: g++.dg/opt/alias2.C -std=gnu++98 (test for excess errors)
1635FAIL: g++.dg/opt/alias2.C -std=gnu++11 (test for excess errors)
1636FAIL: g++.dg/opt/anchor1.C -std=gnu++98 (test for excess errors)
1637FAIL: g++.dg/opt/anchor1.C -std=gnu++11 (test for excess errors)
1638FAIL: g++.dg/opt/cleanup1.C -std=gnu++98 (test for excess errors)
1639FAIL: g++.dg/opt/cleanup1.C -std=gnu++11 (test for excess errors)
1640FAIL: g++.dg/opt/combine.C -std=gnu++98 (test for excess errors)
1641FAIL: g++.dg/opt/combine.C -std=gnu++11 (test for excess errors)
1642FAIL: g++.dg/opt/const1.C -std=gnu++98 (test for excess errors)
1643FAIL: g++.dg/opt/const1.C -std=gnu++11 (test for excess errors)
1644FAIL: g++.dg/opt/covariant1.C -std=gnu++98 (test for excess errors)
1645FAIL: g++.dg/opt/covariant1.C -std=gnu++11 (test for excess errors)
1646FAIL: g++.dg/opt/dtor2.C -std=gnu++98 (test for excess errors)
1647FAIL: g++.dg/opt/dtor2.C -std=gnu++11 (test for excess errors)
1648FAIL: g++.dg/opt/dtor4.C -std=gnu++98 (test for excess errors)
1649FAIL: g++.dg/opt/dtor4.C -std=gnu++11 (test for excess errors)
1650FAIL: g++.dg/opt/interface1.C -std=gnu++98 (test for excess errors)
1651FAIL: g++.dg/opt/interface1.C -std=gnu++11 (test for excess errors)
1652FAIL: g++.dg/opt/nrv1.C -std=gnu++98 (test for excess errors)
1653FAIL: g++.dg/opt/nrv1.C -std=gnu++11 (test for excess errors)
1654FAIL: g++.dg/opt/nrv10.C -std=c++98 (test for excess errors)
1655FAIL: g++.dg/opt/nrv10.C -std=c++11 (test for excess errors)
1656FAIL: g++.dg/opt/nrv11.C -std=c++98 (test for excess errors)
1657FAIL: g++.dg/opt/nrv11.C -std=c++11 (test for excess errors)
1658FAIL: g++.dg/opt/nrv17.C -std=c++98 (test for excess errors)
1659FAIL: g++.dg/opt/nrv17.C -std=c++11 (test for excess errors)
1660FAIL: g++.dg/opt/nrv6.C -std=c++98 (test for excess errors)
1661FAIL: g++.dg/opt/nrv6.C -std=c++11 (test for excess errors)
1662FAIL: g++.dg/opt/pmf1.C -std=gnu++98 (test for excess errors)
1663FAIL: g++.dg/opt/pmf1.C -std=gnu++11 (test for excess errors)
1664FAIL: g++.dg/opt/pr15054-2.C -std=gnu++98 (test for excess errors)
1665FAIL: g++.dg/opt/pr15054-2.C -std=gnu++11 (test for excess errors)
1666FAIL: g++.dg/opt/pr19650.C -std=gnu++98 (test for excess errors)
1667FAIL: g++.dg/opt/pr19650.C -std=gnu++11 (test for excess errors)
1668FAIL: g++.dg/opt/pr23299.C -std=gnu++98 (test for excess errors)
1669FAIL: g++.dg/opt/pr23299.C -std=gnu++11 (test for excess errors)
1670FAIL: g++.dg/opt/pr23478.C -std=gnu++98 (test for excess errors)
1671FAIL: g++.dg/opt/pr23478.C -std=gnu++11 (test for excess errors)
1672FAIL: g++.dg/opt/pr36185.C -std=gnu++98 (test for excess errors)
1673FAIL: g++.dg/opt/pr36185.C -std=gnu++11 (test for excess errors)
1674FAIL: g++.dg/opt/pr43655.C -std=gnu++98 (test for excess errors)
1675FAIL: g++.dg/opt/pr43655.C -std=gnu++11 (test for excess errors)
1676FAIL: g++.dg/opt/pr56999.C -std=gnu++98 (test for excess errors)
1677FAIL: g++.dg/opt/pr56999.C -std=gnu++11 (test for excess errors)
1678FAIL: g++.dg/opt/reg-stack.C -std=gnu++98 (test for excess errors)
1679FAIL: g++.dg/opt/reg-stack.C -std=gnu++11 (test for excess errors)
1680FAIL: g++.dg/opt/reload3.C -std=gnu++98 (test for excess errors)
1681FAIL: g++.dg/opt/reload3.C -std=gnu++11 (test for excess errors)
1682FAIL: g++.dg/opt/rtti1.C -std=gnu++98 (test for excess errors)
1683FAIL: g++.dg/opt/rtti1.C -std=gnu++11 (test for excess errors)
1684FAIL: g++.dg/opt/static5.C -std=gnu++98 (test for excess errors)
1685FAIL: g++.dg/opt/static5.C -std=gnu++11 (test for excess errors)
1686FAIL: g++.dg/opt/thunk1.C -std=c++98 (test for excess errors)
1687FAIL: g++.dg/opt/thunk1.C -std=c++11 (test for excess errors)
1688FAIL: g++.dg/opt/thunk2.C -std=gnu++98 (test for excess errors)
1689FAIL: g++.dg/opt/thunk2.C -std=gnu++11 (test for excess errors)
1690FAIL: g++.dg/opt/tmp1.C -std=c++98 (test for excess errors)
1691FAIL: g++.dg/opt/tmp1.C -std=c++11 (test for excess errors)
1692FAIL: g++.dg/other/copy1.C -std=c++98 (test for excess errors)
1693FAIL: g++.dg/other/copy1.C -std=c++11 (test for excess errors)
1694FAIL: g++.dg/other/copy2.C -std=c++98 (test for excess errors)
1695FAIL: g++.dg/other/copy2.C -std=c++11 (test for excess errors)
1696FAIL: g++.dg/other/friend2.C -std=c++98 (test for excess errors)
1697FAIL: g++.dg/other/friend2.C -std=c++11 (test for excess errors)
1698FAIL: g++.dg/other/pr47218.C -std=gnu++98 (test for excess errors)
1699FAIL: g++.dg/other/pr47218.C -std=gnu++11 (test for excess errors)
1700FAIL: g++.dg/other/profile1.C -std=gnu++98 (test for excess errors)
1701FAIL: g++.dg/other/profile1.C -std=gnu++11 (test for excess errors)
1702FAIL: g++.dg/other/ptrmem1.C -std=c++98 (test for excess errors)
1703FAIL: g++.dg/other/ptrmem1.C -std=c++11 (test for excess errors)
1704FAIL: g++.dg/other/vthunk1.C -std=c++98 (test for excess errors)
1705FAIL: g++.dg/other/vthunk1.C -std=c++11 (test for excess errors)
1706FAIL: g++.dg/overload/addr1.C -std=c++98 (test for excess errors)
1707FAIL: g++.dg/overload/addr1.C -std=c++11 (test for excess errors)
1708FAIL: g++.dg/overload/defarg8.C -std=c++11 (test for excess errors)
1709FAIL: g++.dg/overload/member2.C -std=c++98 (test for excess errors)
1710FAIL: g++.dg/overload/member2.C -std=c++11 (test for excess errors)
1711FAIL: g++.dg/overload/virtual2.C -std=c++98 (test for excess errors)
1712FAIL: g++.dg/overload/virtual2.C -std=c++11 (test for excess errors)
1713FAIL: g++.dg/parse/offsetof9.C -std=c++98 (test for excess errors)
1714FAIL: g++.dg/parse/offsetof9.C -std=c++11 (test for excess errors)
1715FAIL: g++.dg/parse/pr37862.C -std=c++98 (test for excess errors)
1716FAIL: g++.dg/parse/pr37862.C -std=c++11 (test for excess errors)
1717FAIL: g++.dg/parse/repo1.C -std=gnu++98 (test for excess errors)
1718FAIL: g++.dg/parse/repo1.C -std=gnu++11 (test for excess errors)
1719FAIL: g++.dg/pr59695.C -std=gnu++98 (test for excess errors)
1720FAIL: g++.dg/pr59695.C -std=gnu++11 (test for excess errors)
1721FAIL: g++.dg/rtti/cv1.C -std=c++98 (test for excess errors)
1722FAIL: g++.dg/rtti/cv1.C -std=c++11 (test for excess errors)
1723FAIL: g++.dg/rtti/dyncast2.C -std=c++98 (test for excess errors)
1724FAIL: g++.dg/rtti/dyncast2.C -std=c++11 (test for excess errors)
1725FAIL: g++.dg/rtti/dyncast3.C -std=c++98 (test for excess errors)
1726FAIL: g++.dg/rtti/dyncast3.C -std=c++11 (test for excess errors)
1727FAIL: g++.dg/rtti/dyncast4.C -std=c++98 (test for excess errors)
1728FAIL: g++.dg/rtti/dyncast4.C -std=c++11 (test for excess errors)
1729FAIL: g++.dg/rtti/dyncast7.C -std=c++98 (test for excess errors)
1730FAIL: g++.dg/rtti/dyncast7.C -std=c++11 (test for excess errors)
1731FAIL: g++.dg/rtti/typeid2.C -std=c++98 (test for excess errors)
1732FAIL: g++.dg/rtti/typeid2.C -std=c++11 (test for excess errors)
1733FAIL: g++.dg/rtti/typeid4.C -std=gnu++98 (test for excess errors)
1734FAIL: g++.dg/rtti/typeid4.C -std=gnu++11 (test for excess errors)
1735FAIL: g++.dg/rtti/typeid9.C -std=c++98 (test for excess errors)
1736FAIL: g++.dg/rtti/typeid9.C -std=c++11 (test for excess errors)
1737FAIL: g++.dg/tc1/dr127.C -std=c++98 (test for excess errors)
1738FAIL: g++.dg/tc1/dr127.C -std=c++11 (test for excess errors)
1739FAIL: g++.dg/tc1/dr164.C -std=c++98 (test for excess errors)
1740FAIL: g++.dg/tc1/dr164.C -std=c++11 (test for excess errors)
1741FAIL: g++.dg/tc1/dr185.C -std=c++98 (test for excess errors)
1742FAIL: g++.dg/tc1/dr185.C -std=c++11 (test for excess errors)
1743FAIL: g++.dg/tc1/dr193.C -std=c++98 (test for excess errors)
1744FAIL: g++.dg/tc1/dr193.C -std=c++11 (test for excess errors)
1745FAIL: g++.dg/tc1/dr20.C -std=c++98 (test for excess errors)
1746FAIL: g++.dg/tc1/dr20.C -std=c++11 (test for excess errors)
1747FAIL: g++.dg/template/arg6.C -std=c++98 (test for excess errors)
1748FAIL: g++.dg/template/arg6.C -std=c++11 (test for excess errors)
1749FAIL: g++.dg/template/call1.C -std=c++98 (test for excess errors)
1750FAIL: g++.dg/template/call1.C -std=c++11 (test for excess errors)
1751FAIL: g++.dg/template/const1.C -std=c++98 (test for excess errors)
1752FAIL: g++.dg/template/const1.C -std=c++11 (test for excess errors)
1753FAIL: g++.dg/template/conv2.C -std=c++98 (test for excess errors)
1754FAIL: g++.dg/template/conv2.C -std=c++11 (test for excess errors)
1755FAIL: g++.dg/template/conv3.C -std=c++98 (test for excess errors)
1756FAIL: g++.dg/template/conv3.C -std=c++11 (test for excess errors)
1757FAIL: g++.dg/template/ctor2.C -std=c++98 (test for excess errors)
1758FAIL: g++.dg/template/ctor2.C -std=c++11 (test for excess errors)
1759FAIL: g++.dg/template/deduce1.C -std=c++98 (test for excess errors)
1760FAIL: g++.dg/template/deduce1.C -std=c++11 (test for excess errors)
1761FAIL: g++.dg/template/dr408.C -std=c++98 (test for excess errors)
1762FAIL: g++.dg/template/dr408.C -std=c++11 (test for excess errors)
1763FAIL: g++.dg/template/explicit-args4.C -std=c++98 (test for excess errors)
1764FAIL: g++.dg/template/explicit-args4.C -std=c++11 (test for excess errors)
1765FAIL: g++.dg/template/explicit7.C -std=c++98 (test for excess errors)
1766FAIL: g++.dg/template/explicit7.C -std=c++11 (test for excess errors)
1767FAIL: g++.dg/template/fntry1.C -std=c++98 (test for excess errors)
1768FAIL: g++.dg/template/fntry1.C -std=c++11 (test for excess errors)
1769FAIL: g++.dg/template/friend10.C -std=c++98 (test for excess errors)
1770FAIL: g++.dg/template/friend10.C -std=c++11 (test for excess errors)
1771FAIL: g++.dg/template/friend18.C -std=c++98 (test for excess errors)
1772FAIL: g++.dg/template/friend18.C -std=c++11 (test for excess errors)
1773FAIL: g++.dg/template/friend28.C -std=c++98 (test for excess errors)
1774FAIL: g++.dg/template/friend28.C -std=c++11 (test for excess errors)
1775FAIL: g++.dg/template/friend51.C -std=c++98 (test for excess errors)
1776FAIL: g++.dg/template/friend51.C -std=c++11 (test for excess errors)
1777FAIL: g++.dg/template/init8.C -std=c++98 (test for excess errors)
1778FAIL: g++.dg/template/init8.C -std=c++11 (test for excess errors)
1779FAIL: g++.dg/template/lookup8.C -std=c++98 (test for excess errors)
1780FAIL: g++.dg/template/lookup8.C -std=c++11 (test for excess errors)
1781FAIL: g++.dg/template/mangle1.C -std=c++98 (test for excess errors)
1782FAIL: g++.dg/template/mangle1.C -std=c++11 (test for excess errors)
1783FAIL: g++.dg/template/mem-partial2.C -std=c++98 (test for excess errors)
1784FAIL: g++.dg/template/mem-partial2.C -std=c++11 (test for excess errors)
1785FAIL: g++.dg/template/new11.C -std=c++98 (test for excess errors)
1786FAIL: g++.dg/template/new11.C -std=c++11 (test for excess errors)
1787FAIL: g++.dg/template/non-dependent1.C -std=c++98 (test for excess errors)
1788FAIL: g++.dg/template/non-dependent1.C -std=c++11 (test for excess errors)
1789FAIL: g++.dg/template/overload7.C -std=c++98 (test for excess errors)
1790FAIL: g++.dg/template/overload7.C -std=c++11 (test for excess errors)
1791FAIL: g++.dg/template/partial1.C -std=c++98 (test for excess errors)
1792FAIL: g++.dg/template/partial1.C -std=c++11 (test for excess errors)
1793FAIL: g++.dg/template/partial10.C -std=c++98 (test for excess errors)
1794FAIL: g++.dg/template/partial10.C -std=c++11 (test for excess errors)
1795FAIL: g++.dg/template/partial15.C -std=c++98 (test for excess errors)
1796FAIL: g++.dg/template/partial15.C -std=c++11 (test for excess errors)
1797FAIL: g++.dg/template/pretty1.C -std=c++98 (test for excess errors)
1798FAIL: g++.dg/template/pretty1.C -std=c++11 (test for excess errors)
1799FAIL: g++.dg/template/ptrmem16.C -std=c++98 (test for excess errors)
1800FAIL: g++.dg/template/ptrmem16.C -std=c++11 (test for excess errors)
1801FAIL: g++.dg/template/ptrmem18.C -std=gnu++98 (test for excess errors)
1802FAIL: g++.dg/template/ptrmem18.C -std=gnu++11 (test for excess errors)
1803FAIL: g++.dg/template/qual2.C -std=c++98 (test for excess errors)
1804FAIL: g++.dg/template/qual2.C -std=c++11 (test for excess errors)
1805FAIL: g++.dg/template/qualified-id2.C -std=c++98 (test for excess errors)
1806FAIL: g++.dg/template/qualified-id2.C -std=c++11 (test for excess errors)
1807FAIL: g++.dg/template/qualttp12.C -std=c++98 (test for excess errors)
1808FAIL: g++.dg/template/qualttp12.C -std=c++11 (test for excess errors)
1809FAIL: g++.dg/template/qualttp16.C -std=c++98 (test for excess errors)
1810FAIL: g++.dg/template/qualttp16.C -std=c++11 (test for excess errors)
1811FAIL: g++.dg/template/repo10.C -std=gnu++98 (test for excess errors)
1812FAIL: g++.dg/template/sizeof13.C -std=c++98 (test for excess errors)
1813FAIL: g++.dg/template/sizeof13.C -std=c++11 (test for excess errors)
1814FAIL: g++.dg/template/spec10.C -std=c++98 (test for excess errors)
1815FAIL: g++.dg/template/spec10.C -std=c++11 (test for excess errors)
1816FAIL: g++.dg/template/spec21.C -std=c++98 (test for excess errors)
1817FAIL: g++.dg/template/spec21.C -std=c++11 (test for excess errors)
1818FAIL: g++.dg/template/static21.C -std=c++98 (test for excess errors)
1819FAIL: g++.dg/template/static21.C -std=c++11 (test for excess errors)
1820FAIL: g++.dg/template/static33.C -std=c++98 (test for excess errors)
1821FAIL: g++.dg/template/static33.C -std=c++11 (test for excess errors)
1822FAIL: g++.dg/template/static34.C -std=c++98 (test for excess errors)
1823FAIL: g++.dg/template/static34.C -std=c++11 (test for excess errors)
1824FAIL: g++.dg/template/static35.C -std=c++98 (test for excess errors)
1825FAIL: g++.dg/template/static35.C -std=c++11 (test for excess errors)
1826FAIL: g++.dg/template/static7.C -std=c++98 (test for excess errors)
1827FAIL: g++.dg/template/static7.C -std=c++11 (test for excess errors)
1828FAIL: g++.dg/template/unify8.C -std=c++98 (test for excess errors)
1829FAIL: g++.dg/template/unify8.C -std=c++11 (test for excess errors)
1830FAIL: g++.dg/template/union1.C -std=c++98 (test for excess errors)
1831FAIL: g++.dg/template/union1.C -std=c++11 (test for excess errors)
1832FAIL: g++.dg/template/using1.C -std=c++98 (test for excess errors)
1833FAIL: g++.dg/template/using1.C -std=c++11 (test for excess errors)
1834FAIL: g++.dg/template/using17.C -std=c++98 (test for excess errors)
1835FAIL: g++.dg/template/using17.C -std=c++11 (test for excess errors)
1836FAIL: g++.dg/template/using3.C -std=c++98 (test for excess errors)
1837FAIL: g++.dg/template/using3.C -std=c++11 (test for excess errors)
1838FAIL: g++.dg/template/using4.C -std=c++98 (test for excess errors)
1839FAIL: g++.dg/template/using4.C -std=c++11 (test for excess errors)
1840FAIL: g++.dg/template/vtable1.C -std=c++98 (test for excess errors)
1841FAIL: g++.dg/template/vtable1.C -std=c++11 (test for excess errors)
1842FAIL: g++.dg/tree-ssa/20040317-1.C -std=gnu++98 (test for excess errors)
1843FAIL: g++.dg/tree-ssa/20040317-1.C -std=gnu++11 (test for excess errors)
1844FAIL: g++.dg/tree-ssa/pr19786.C -std=gnu++98 (test for excess errors)
1845FAIL: g++.dg/tree-ssa/pr19786.C -std=gnu++11 (test for excess errors)
1846FAIL: g++.dg/tree-ssa/pr20458.C -std=gnu++98 (test for excess errors)
1847FAIL: g++.dg/tree-ssa/pr20458.C -std=gnu++11 (test for excess errors)
1848FAIL: g++.dg/tree-ssa/pr21407.C -std=gnu++98 (test for excess errors)
1849FAIL: g++.dg/tree-ssa/pr21407.C -std=gnu++11 (test for excess errors)
1850FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++98 (test for excess errors)
1851FAIL: g++.dg/warn/Wconversion-null-2.C -std=gnu++11 (test for excess errors)
1852FAIL: g++.dg/warn/Wconversion-null.C -std=gnu++98 (test for excess errors)
1853FAIL: g++.dg/warn/Wconversion-null.C -std=gnu++11 (test for excess errors)
1854Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/gcov/gcov.exp ...
1855FAIL: g++.dg/gcov/gcov-10.C -std=gnu++98 (test for excess errors)
1856FAIL: g++.dg/gcov/gcov-10.C -std=gnu++11 (test for excess errors)
1857FAIL: g++.dg/gcov/gcov-12.C -std=gnu++98 (test for excess errors)
1858FAIL: g++.dg/gcov/gcov-12.C -std=gnu++11 (test for excess errors)
1859FAIL: g++.dg/gcov/gcov-2.C -std=gnu++98 (test for excess errors)
1860FAIL: g++.dg/gcov/gcov-2.C -std=gnu++11 (test for excess errors)
1861FAIL: g++.dg/gcov/gcov-3.C -std=gnu++98 (test for excess errors)
1862FAIL: g++.dg/gcov/gcov-3.C -std=gnu++11 (test for excess errors)
1863FAIL: g++.dg/gcov/gcov-4.C -std=gnu++98 (test for excess errors)
1864FAIL: g++.dg/gcov/gcov-4.C -std=gnu++11 (test for excess errors)
1865FAIL: g++.dg/gcov/gcov-5.C -std=gnu++98 (test for excess errors)
1866FAIL: g++.dg/gcov/gcov-5.C -std=gnu++11 (test for excess errors)
1867FAIL: g++.dg/gcov/gcov-7.C -std=gnu++98 (test for excess errors)
1868FAIL: g++.dg/gcov/gcov-7.C -std=gnu++11 (test for excess errors)
1869Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/gomp/gomp.exp ...
1870Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/graphite/graphite.exp ...
1871Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/guality/guality.exp ...
1872Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/lto/lto.exp ...
1873FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O0 -flto -flto-partition=none
1874FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto -flto-partition=none
1875FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O2 -flto -flto-partition=none
1876FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto -flto-partition=none
1877FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O0 -flto -flto-partition=1to1
1878FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto -flto-partition=1to1
1879FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O2 -flto -flto-partition=1to1
1880FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto -flto-partition=1to1
1881FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O0 -flto
1882FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O0 -flto
1883FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o assemble, -O2 -flto
1884FAIL: g++.dg/lto/20080904 cp_lto_20080904_0.o-cp_lto_20080904_0.o link, -O2 -flto
1885FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o assemble, -O0 -flto -flto-partition=none
1886FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o assemble, -O0 -flto -flto-partition=1to1
1887FAIL: g++.dg/lto/20080908-1 cp_lto_20080908-1_0.o assemble, -O0 -flto
1888FAIL: g++.dg/lto/20080912 cp_lto_20080912_0.o assemble, -O0 -flto -flto-partition=none
1889FAIL: g++.dg/lto/20080912 cp_lto_20080912_0.o assemble, -O0 -flto -flto-partition=1to1
1890FAIL: g++.dg/lto/20080912 cp_lto_20080912_0.o assemble, -O0 -flto
1891FAIL: g++.dg/lto/20080915 cp_lto_20080915_0.o assemble, -O0 -flto -flto-partition=none
1892FAIL: g++.dg/lto/20080915 cp_lto_20080915_0.o assemble, -O0 -flto -flto-partition=1to1
1893FAIL: g++.dg/lto/20080915 cp_lto_20080915_0.o assemble, -O0 -flto
1894FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o assemble, -O0 -flto -flto-partition=none
1895FAIL: g++.dg/lto/20081022 cp_lto_20081022_1.o assemble, -O0 -flto -flto-partition=none
1896FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o assemble, -O0 -flto -flto-partition=1to1
1897FAIL: g++.dg/lto/20081022 cp_lto_20081022_1.o assemble, -O0 -flto -flto-partition=1to1
1898FAIL: g++.dg/lto/20081022 cp_lto_20081022_0.o assemble, -O0 -flto
1899FAIL: g++.dg/lto/20081022 cp_lto_20081022_1.o assemble, -O0 -flto
1900FAIL: g++.dg/lto/20081109-1 cp_lto_20081109-1_0.o assemble, -fPIC -flto -flto-partition=1to1
1901FAIL: g++.dg/lto/20081109-1 cp_lto_20081109-1_0.o-cp_lto_20081109-1_0.o link, -fPIC -flto -flto-partition=1to1
1902FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O0 -flto -flto-partition=none
1903FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O2 -flto -flto-partition=none
1904FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O0 -flto -flto-partition=1to1
1905FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O2 -flto -flto-partition=1to1
1906FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O0 -flto
1907FAIL: g++.dg/lto/20081109-2 cp_lto_20081109-2_0.o assemble, -O2 -flto
1908FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o assemble, -O0 -flto -flto-partition=none
1909FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o assemble, -O0 -flto -flto-partition=1to1
1910FAIL: g++.dg/lto/20081109 cp_lto_20081109_0.o assemble, -O0 -flto
1911FAIL: g++.dg/lto/20081118 cp_lto_20081118_0.o assemble, -fPIC -flto -flto-partition=1to1 -r -nostdlib
1912FAIL: g++.dg/lto/20081118 cp_lto_20081118_0.o-cp_lto_20081118_1.o link, -fPIC -flto -flto-partition=1to1 -r -nostdlib
1913FAIL: g++.dg/lto/20081125 cp_lto_20081125_0.o assemble, -flto -flto-partition=1to1
1914FAIL: g++.dg/lto/20081125 cp_lto_20081125_1.o assemble, -flto -flto-partition=1to1
1915FAIL: g++.dg/lto/20081125 cp_lto_20081125_0.o-cp_lto_20081125_1.o link, -flto -flto-partition=1to1
1916FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o assemble, -O0 -flto -flto-partition=none
1917FAIL: g++.dg/lto/20081203 cp_lto_20081203_1.o assemble, -O0 -flto -flto-partition=none
1918FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o assemble, -O0 -flto -flto-partition=1to1
1919FAIL: g++.dg/lto/20081203 cp_lto_20081203_1.o assemble, -O0 -flto -flto-partition=1to1
1920FAIL: g++.dg/lto/20081203 cp_lto_20081203_0.o assemble, -O0 -flto
1921FAIL: g++.dg/lto/20081203 cp_lto_20081203_1.o assemble, -O0 -flto
1922FAIL: g++.dg/lto/20081204-1 cp_lto_20081204-1_0.o assemble, -flto -flto-partition=1to1 -fPIC -r -nostdlib
1923FAIL: g++.dg/lto/20081204-1 cp_lto_20081204-1_1.o assemble, -flto -flto-partition=1to1 -fPIC -r -nostdlib
1924FAIL: g++.dg/lto/20081204-1 cp_lto_20081204-1_0.o-cp_lto_20081204-1_1.o link, -flto -flto-partition=1to1 -fPIC -r -nostdlib
1925FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o assemble, -O0 -flto -flto-partition=none
1926FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O0 -flto -flto-partition=none
1927FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O2 -flto -flto-partition=none
1928FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o assemble, -O0 -flto -flto-partition=1to1
1929FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O0 -flto -flto-partition=1to1
1930FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O2 -flto -flto-partition=1to1
1931FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_0.o assemble, -O0 -flto
1932FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O0 -flto
1933FAIL: g++.dg/lto/20081211-1 cp_lto_20081211-1_1.o assemble, -O2 -flto
1934FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O0 -flto -flto-partition=none
1935FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto -flto-partition=none
1936FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O2 -flto -flto-partition=none
1937FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto -flto-partition=none
1938FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O0 -flto -flto-partition=1to1
1939FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto -flto-partition=1to1
1940FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O2 -flto -flto-partition=1to1
1941FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto -flto-partition=1to1
1942FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O0 -flto
1943FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O0 -flto
1944FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o assemble, -O2 -flto
1945FAIL: g++.dg/lto/20081217-1 cp_lto_20081217-1_0.o-cp_lto_20081217-1_0.o link, -O2 -flto
1946FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O0 -flto -flto-partition=none
1947FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto -flto-partition=none
1948FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O2 -flto -flto-partition=none
1949FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto -flto-partition=none
1950FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O0 -flto -flto-partition=1to1
1951FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto -flto-partition=1to1
1952FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O2 -flto -flto-partition=1to1
1953FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto -flto-partition=1to1
1954FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O0 -flto
1955FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O0 -flto
1956FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o assemble, -O2 -flto
1957FAIL: g++.dg/lto/20081217-2 cp_lto_20081217-2_0.o-cp_lto_20081217-2_0.o link, -O2 -flto
1958FAIL: g++.dg/lto/20081219 cp_lto_20081219_0.o assemble, -fPIC -flto -flto-partition=1to1 -O2
1959FAIL: g++.dg/lto/20081219 cp_lto_20081219_0.o-cp_lto_20081219_1.o link, -fPIC -flto -flto-partition=1to1 -O2
1960FAIL: g++.dg/lto/20090221 cp_lto_20090221_0.o assemble, -O0 -flto -flto-partition=none
1961FAIL: g++.dg/lto/20090221 cp_lto_20090221_0.o assemble, -O0 -flto -flto-partition=1to1
1962FAIL: g++.dg/lto/20090221 cp_lto_20090221_0.o assemble, -O0 -flto
1963FAIL: g++.dg/lto/20090302 cp_lto_20090302_0.o assemble, -fPIC -flto -flto-partition=1to1 -r -nostdlib
1964FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o assemble, -O0 -flto -flto-partition=none
1965FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O0 -flto -flto-partition=none
1966FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto -flto-partition=none
1967FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O2 -flto -flto-partition=none
1968FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto -flto-partition=none
1969FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o assemble, -O0 -flto -flto-partition=1to1
1970FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O0 -flto -flto-partition=1to1
1971FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto -flto-partition=1to1
1972FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O2 -flto -flto-partition=1to1
1973FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto -flto-partition=1to1
1974FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o assemble, -O0 -flto
1975FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O0 -flto
1976FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O0 -flto
1977FAIL: g++.dg/lto/20090311 cp_lto_20090311_1.o assemble, -O2 -flto
1978FAIL: g++.dg/lto/20090311 cp_lto_20090311_0.o-cp_lto_20090311_1.o link, -O2 -flto
1979FAIL: g++.dg/lto/20090313 cp_lto_20090313_1.o assemble, -flto -flto-partition=1to1 -fPIC
1980FAIL: g++.dg/lto/20090315 cp_lto_20090315_1.o assemble, -O0 -flto -flto-partition=none
1981FAIL: g++.dg/lto/20090315 cp_lto_20090315_1.o assemble, -O0 -flto -flto-partition=1to1
1982FAIL: g++.dg/lto/20090315 cp_lto_20090315_1.o assemble, -O0 -flto
1983FAIL: g++.dg/lto/20091002-1 cp_lto_20091002-1_0.o assemble, -fPIC -flto
1984FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O0 -flto -flto-partition=none
1985FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto -flto-partition=none
1986FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O2 -flto -flto-partition=none
1987FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto -flto-partition=none
1988FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O0 -flto -flto-partition=1to1
1989FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto -flto-partition=1to1
1990FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O2 -flto -flto-partition=1to1
1991FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto -flto-partition=1to1
1992FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O0 -flto
1993FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O0 -flto
1994FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o assemble, -O2 -flto
1995FAIL: g++.dg/lto/20091022-1 cp_lto_20091022-1_0.o-cp_lto_20091022-1_0.o link, -O2 -flto
1996FAIL: g++.dg/lto/20091026-1 cp_lto_20091026-1_1.o assemble, -O0 -flto -flto-partition=none
1997FAIL: g++.dg/lto/20091026-1 cp_lto_20091026-1_1.o assemble, -O0 -flto -flto-partition=1to1
1998FAIL: g++.dg/lto/20091026-1 cp_lto_20091026-1_1.o assemble, -O0 -flto
1999FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O0 -flto -flto-partition=none
2000FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O0 -flto -flto-partition=none
2001FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto -flto-partition=none
2002FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O2 -flto -flto-partition=none
2003FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O2 -flto -flto-partition=none
2004FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto -flto-partition=none
2005FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O0 -flto -flto-partition=1to1
2006FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O0 -flto -flto-partition=1to1
2007FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto -flto-partition=1to1
2008FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O2 -flto -flto-partition=1to1
2009FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O2 -flto -flto-partition=1to1
2010FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto -flto-partition=1to1
2011FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O0 -flto
2012FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O0 -flto
2013FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O0 -flto
2014FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o assemble, -O2 -flto
2015FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_1.o assemble, -O2 -flto
2016FAIL: g++.dg/lto/20091210-1 cp_lto_20091210-1_0.o-cp_lto_20091210-1_1.o link, -O2 -flto
2017FAIL: g++.dg/lto/20091219 cp_lto_20091219_0.o assemble, -O3 -flto
2018FAIL: g++.dg/lto/20091219 cp_lto_20091219_0.o-cp_lto_20091219_0.o link, -O3 -flto
2019FAIL: g++.dg/lto/20100423-2 cp_lto_20100423-2_0.o assemble, -flto -g
2020FAIL: g++.dg/lto/20100423-3 cp_lto_20100423-3_0.o assemble, -flto -g
2021FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o assemble, -O0 -flto -flto-partition=none
2022FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o assemble, -O0 -flto -flto-partition=1to1
2023FAIL: g++.dg/lto/20100519-1 cp_lto_20100519-1_0.o assemble, -O0 -flto
2024FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o assemble, -fcompare-debug -flto -flto-partition=none
2025FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto -flto-partition=none
2026FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o assemble, -fcompare-debug -flto -flto-partition=1to1
2027FAIL: g++.dg/lto/20100723-1 cp_lto_20100723-1_0.o-cp_lto_20100723-1_0.o link, -fcompare-debug -flto -flto-partition=1to1
2028FAIL: g++.dg/lto/20100724-1 cp_lto_20100724-1_0.o assemble, -ftoplevel-reorder -flto -flto-partition=none
2029FAIL: g++.dg/lto/20100724-1 cp_lto_20100724-1_0.o-cp_lto_20100724-1_0.o link, -ftoplevel-reorder -flto -flto-partition=none
2030FAIL: g++.dg/lto/20100724-1 cp_lto_20100724-1_0.o assemble, -ftoplevel-reorder -flto -flto-partition=1to1
2031FAIL: g++.dg/lto/20100724-1 cp_lto_20100724-1_0.o-cp_lto_20100724-1_0.o link, -ftoplevel-reorder -flto -flto-partition=1to1
2032FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o assemble, -O0 -flto -flto-partition=none
2033FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o assemble, -O0 -flto -flto-partition=1to1
2034FAIL: g++.dg/lto/20101010-1 cp_lto_20101010-1_0.o assemble, -O0 -flto
2035FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o assemble, -O0 -flto -flto-partition=none
2036FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o assemble, -O0 -flto -flto-partition=1to1
2037FAIL: g++.dg/lto/20101010-2 cp_lto_20101010-2_0.o assemble, -O0 -flto
2038FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o assemble, -O0 -flto -flto-partition=none
2039FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o assemble, -O0 -flto -flto-partition=1to1
2040FAIL: g++.dg/lto/20101014-1 cp_lto_20101014-1_0.o assemble, -O0 -flto
2041FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, -O0 -flto -flto-partition=none
2042FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, -O0 -flto -flto-partition=1to1
2043FAIL: g++.dg/lto/20101014-2 cp_lto_20101014-2_0.o assemble, -O0 -flto
2044FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o assemble,  -flto -g
2045FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_1.o assemble,  -flto -g
2046FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o-cp_lto_pr42987_1.o link,  -flto -g
2047FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o assemble,  -flto -flto-partition=none -g
2048FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_1.o assemble,  -flto -flto-partition=none -g
2049FAIL: g++.dg/lto/pr42987 cp_lto_pr42987_0.o-cp_lto_pr42987_1.o link,  -flto -flto-partition=none -g
2050FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o assemble, -O0 -flto -flto-partition=none
2051FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o assemble, -O0 -flto -flto-partition=1to1
2052FAIL: g++.dg/lto/pr45983 cp_lto_pr45983_0.o assemble, -O0 -flto
2053FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O0 -flto -flto-partition=none
2054FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O0 -flto -flto-partition=none
2055FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O2 -flto -flto-partition=none
2056FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O2 -flto -flto-partition=none
2057FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O0 -flto -flto-partition=1to1
2058FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O0 -flto -flto-partition=1to1
2059FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O2 -flto -flto-partition=1to1
2060FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O2 -flto -flto-partition=1to1
2061FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O0 -flto
2062FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O0 -flto
2063FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o assemble, -O2 -flto
2064FAIL: g++.dg/lto/pr48042 cp_lto_pr48042_0.o-cp_lto_pr48042_0.o link, -O2 -flto
2065FAIL: g++.dg/lto/pr51567-1 cp_lto_pr51567-1_0.o assemble,  -flto -g
2066FAIL: g++.dg/lto/pr51650-1 cp_lto_pr51650-1_0.o assemble,  -flto -g
2067FAIL: g++.dg/lto/pr51650-1 cp_lto_pr51650-1_0.o-cp_lto_pr51650-1_0.o link,  -flto -g
2068FAIL: g++.dg/lto/pr51650-3 cp_lto_pr51650-3_0.o assemble,  -flto -g
2069FAIL: g++.dg/lto/pr51650-3 cp_lto_pr51650-3_0.o-cp_lto_pr51650-3_0.o link,  -flto -g
2070FAIL: g++.dg/lto/pr52035 cp_lto_pr52035_0.o assemble, -O0 -flto -flto-partition=none
2071FAIL: g++.dg/lto/pr52035 cp_lto_pr52035_0.o assemble, -O0 -flto -flto-partition=1to1
2072FAIL: g++.dg/lto/pr52035 cp_lto_pr52035_0.o assemble, -O0 -flto
2073FAIL: g++.dg/lto/pr52605 cp_lto_pr52605_0.o assemble, -flto -g
2074FAIL: g++.dg/lto/pr53470 cp_lto_pr53470_0.o assemble,  -g -flto
2075FAIL: g++.dg/lto/pr53470 cp_lto_pr53470_0.o-cp_lto_pr53470_0.o link,  -g -flto
2076FAIL: g++.dg/lto/pr65193 cp_lto_pr65193_0.o assemble, -fPIC -r -nostdlib -flto -O2 -g
2077FAIL: g++.dg/lto/pr65193 cp_lto_pr65193_0.o-cp_lto_pr65193_0.o link, -fPIC -r -nostdlib -flto -O2 -g
2078Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/pch/pch.exp ...
2079Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/plugin/plugin.exp ...
2080FAIL: g++.dg/plugin/attribute_plugin.c compilation
2081FAIL: g++.dg/plugin/pragma_plugin.c compilation
2082FAIL: g++.dg/plugin/selfassign.c compilation
2083FAIL: g++.dg/plugin/dumb_plugin.c compilation
2084FAIL: g++.dg/plugin/header_plugin.c compilation
2085FAIL: g++.dg/plugin/decl_plugin.c compilation
2086Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp ...
2087Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/special/ecos.exp ...
2088Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/tls/tls.exp ...
2089FAIL: g++.dg/tls/thread_local-cse.C (test for excess errors)
2090FAIL: g++.dg/tls/thread_local-order2.C (test for excess errors)
2091FAIL: g++.dg/tls/thread_local10.C -std=c++11 (test for excess errors)
2092FAIL: g++.dg/tls/thread_local2g.C (test for excess errors)
2093FAIL: g++.dg/tls/thread_local3.C -std=gnu++11 (test for excess errors)
2094FAIL: g++.dg/tls/thread_local4.C -std=gnu++11 (test for excess errors)
2095FAIL: g++.dg/tls/thread_local5.C -std=gnu++11 (test for excess errors)
2096FAIL: g++.dg/tls/thread_local6.C (test for excess errors)
2097Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/tm/tm.exp ...
2098Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/torture/dg-torture.exp ...
2099FAIL: g++.dg/torture/covariant-1.C  -O0  (test for excess errors)
2100FAIL: g++.dg/torture/covariant-1.C  -O1  (test for excess errors)
2101FAIL: g++.dg/torture/covariant-1.C  -O2  (test for excess errors)
2102FAIL: g++.dg/torture/covariant-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2103FAIL: g++.dg/torture/covariant-1.C  -O3 -g  (test for excess errors)
2104FAIL: g++.dg/torture/covariant-1.C  -Os  (test for excess errors)
2105FAIL: g++.dg/torture/covariant-1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2106FAIL: g++.dg/torture/covariant-1.C  -O2 -flto  (test for excess errors)
2107FAIL: g++.dg/torture/pr30252.C  -O0  (test for excess errors)
2108FAIL: g++.dg/torture/pr30252.C  -O1  (test for excess errors)
2109FAIL: g++.dg/torture/pr30252.C  -O2  (test for excess errors)
2110FAIL: g++.dg/torture/pr30252.C  -O3 -fomit-frame-pointer  (test for excess errors)
2111FAIL: g++.dg/torture/pr30252.C  -O3 -g  (test for excess errors)
2112FAIL: g++.dg/torture/pr30252.C  -Os  (test for excess errors)
2113FAIL: g++.dg/torture/pr30252.C  -O2 -flto -flto-partition=none  (test for excess errors)
2114FAIL: g++.dg/torture/pr30252.C  -O2 -flto  (test for excess errors)
2115FAIL: g++.dg/torture/pr30567.C  -O0  (test for excess errors)
2116FAIL: g++.dg/torture/pr31863.C  -O0  (test for excess errors)
2117FAIL: g++.dg/torture/pr31863.C  -O1  (test for excess errors)
2118FAIL: g++.dg/torture/pr31863.C  -O2  (test for excess errors)
2119FAIL: g++.dg/torture/pr31863.C  -O3 -fomit-frame-pointer  (test for excess errors)
2120FAIL: g++.dg/torture/pr31863.C  -O3 -g  (test for excess errors)
2121FAIL: g++.dg/torture/pr31863.C  -Os  (test for excess errors)
2122FAIL: g++.dg/torture/pr31863.C  -O2 -flto -flto-partition=none  (test for excess errors)
2123FAIL: g++.dg/torture/pr31863.C  -O2 -flto  (test for excess errors)
2124FAIL: g++.dg/torture/pr33572.C  -O0  (test for excess errors)
2125FAIL: g++.dg/torture/pr33572.C  -O1  (test for excess errors)
2126FAIL: g++.dg/torture/pr33572.C  -O2  (test for excess errors)
2127FAIL: g++.dg/torture/pr33572.C  -O3 -fomit-frame-pointer  (test for excess errors)
2128FAIL: g++.dg/torture/pr33572.C  -O3 -g  (test for excess errors)
2129FAIL: g++.dg/torture/pr33572.C  -Os  (test for excess errors)
2130FAIL: g++.dg/torture/pr33572.C  -O2 -flto -flto-partition=none  (test for excess errors)
2131FAIL: g++.dg/torture/pr33572.C  -O2 -flto  (test for excess errors)
2132FAIL: g++.dg/torture/pr33819.C  -O0  (test for excess errors)
2133FAIL: g++.dg/torture/pr34099.C  -O0  (test for excess errors)
2134FAIL: g++.dg/torture/pr36960.C  -O0  (test for excess errors)
2135FAIL: g++.dg/torture/pr36960.C  -Os  (test for excess errors)
2136FAIL: g++.dg/torture/pr37922.C  -O0  (test for excess errors)
2137FAIL: g++.dg/torture/pr37922.C  -O1  (test for excess errors)
2138FAIL: g++.dg/torture/pr37922.C  -O2  (test for excess errors)
2139FAIL: g++.dg/torture/pr37922.C  -Os  (test for excess errors)
2140FAIL: g++.dg/torture/pr37922.C  -O2 -flto -flto-partition=none  (test for excess errors)
2141FAIL: g++.dg/torture/pr37922.C  -O2 -flto  (test for excess errors)
2142FAIL: g++.dg/torture/pr38747.C  -O0  (test for excess errors)
2143FAIL: g++.dg/torture/pr39417.C  -O0  (test for excess errors)
2144FAIL: g++.dg/torture/pr39417.C  -O1  (test for excess errors)
2145FAIL: g++.dg/torture/pr39417.C  -O2  (test for excess errors)
2146FAIL: g++.dg/torture/pr39417.C  -O3 -fomit-frame-pointer  (test for excess errors)
2147FAIL: g++.dg/torture/pr39417.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
2148FAIL: g++.dg/torture/pr39417.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
2149FAIL: g++.dg/torture/pr39417.C  -O3 -g  (test for excess errors)
2150FAIL: g++.dg/torture/pr39417.C  -Os  (test for excess errors)
2151FAIL: g++.dg/torture/pr39417.C  -O2 -flto -flto-partition=none  (test for excess errors)
2152FAIL: g++.dg/torture/pr39417.C  -O2 -flto  (test for excess errors)
2153FAIL: g++.dg/torture/pr40389.C  -O0  (test for excess errors)
2154FAIL: g++.dg/torture/pr40389.C  -O1  (test for excess errors)
2155FAIL: g++.dg/torture/pr40389.C  -O2  (test for excess errors)
2156FAIL: g++.dg/torture/pr40389.C  -O3 -fomit-frame-pointer  (test for excess errors)
2157FAIL: g++.dg/torture/pr40389.C  -O3 -g  (test for excess errors)
2158FAIL: g++.dg/torture/pr40389.C  -Os  (test for excess errors)
2159FAIL: g++.dg/torture/pr40389.C  -O2 -flto -flto-partition=none  (test for excess errors)
2160FAIL: g++.dg/torture/pr40389.C  -O2 -flto  (test for excess errors)
2161FAIL: g++.dg/torture/pr40834.C  -O0  (test for excess errors)
2162FAIL: g++.dg/torture/pr40924.C  -O0  (test for excess errors)
2163FAIL: g++.dg/torture/pr40924.C  -Os  (test for excess errors)
2164FAIL: g++.dg/torture/pr41186.C  -O0  (test for excess errors)
2165FAIL: g++.dg/torture/pr42462.C  -O0  (test for excess errors)
2166FAIL: g++.dg/torture/pr42462.C  -O1  (test for excess errors)
2167FAIL: g++.dg/torture/pr42462.C  -O2  (test for excess errors)
2168FAIL: g++.dg/torture/pr42462.C  -O3 -fomit-frame-pointer  (test for excess errors)
2169FAIL: g++.dg/torture/pr42462.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
2170FAIL: g++.dg/torture/pr42462.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
2171FAIL: g++.dg/torture/pr42462.C  -O3 -g  (test for excess errors)
2172FAIL: g++.dg/torture/pr42462.C  -Os  (test for excess errors)
2173FAIL: g++.dg/torture/pr42462.C  -O2 -flto -flto-partition=none  (test for excess errors)
2174FAIL: g++.dg/torture/pr42462.C  -O2 -flto  (test for excess errors)
2175FAIL: g++.dg/torture/pr43257.C  -O0  (test for excess errors)
2176FAIL: g++.dg/torture/pr43257.C  -O1  (test for excess errors)
2177FAIL: g++.dg/torture/pr43257.C  -O2  (test for excess errors)
2178FAIL: g++.dg/torture/pr43257.C  -O3 -fomit-frame-pointer  (test for excess errors)
2179FAIL: g++.dg/torture/pr43257.C  -O3 -g  (test for excess errors)
2180FAIL: g++.dg/torture/pr43257.C  -Os  (test for excess errors)
2181FAIL: g++.dg/torture/pr43257.C  -O2 -flto -flto-partition=none  (test for excess errors)
2182FAIL: g++.dg/torture/pr43257.C  -O2 -flto  (test for excess errors)
2183FAIL: g++.dg/torture/pr43879-1_1.C  -O0  (test for excess errors)
2184FAIL: g++.dg/torture/pr43879-1_1.C  -O1  (test for excess errors)
2185FAIL: g++.dg/torture/pr43879-1_1.C  -O2  (test for excess errors)
2186FAIL: g++.dg/torture/pr43879-1_1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2187FAIL: g++.dg/torture/pr43879-1_1.C  -O3 -g  (test for excess errors)
2188FAIL: g++.dg/torture/pr43879-1_1.C  -Os  (test for excess errors)
2189FAIL: g++.dg/torture/pr43879-1_1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2190FAIL: g++.dg/torture/pr43879-1_1.C  -O2 -flto  (test for excess errors)
2191FAIL: g++.dg/torture/pr44069.C  -O0  (test for excess errors)
2192FAIL: g++.dg/torture/pr44535.C  -O0  (test for excess errors)
2193FAIL: g++.dg/torture/pr44535.C  -O1  (test for excess errors)
2194FAIL: g++.dg/torture/pr44535.C  -Os  (test for excess errors)
2195FAIL: g++.dg/torture/pr44900.C  -O0  (test for excess errors)
2196FAIL: g++.dg/torture/pr45699.C  -O0  (test for excess errors)
2197FAIL: g++.dg/torture/pr45699.C  -O1  (test for excess errors)
2198FAIL: g++.dg/torture/pr45699.C  -O2  (test for excess errors)
2199FAIL: g++.dg/torture/pr45699.C  -O3 -fomit-frame-pointer  (test for excess errors)
2200FAIL: g++.dg/torture/pr45699.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
2201FAIL: g++.dg/torture/pr45699.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
2202FAIL: g++.dg/torture/pr45699.C  -O3 -g  (test for excess errors)
2203FAIL: g++.dg/torture/pr45699.C  -Os  (test for excess errors)
2204FAIL: g++.dg/torture/pr45699.C  -O2 -flto -flto-partition=none  (test for excess errors)
2205FAIL: g++.dg/torture/pr45699.C  -O2 -flto  (test for excess errors)
2206FAIL: g++.dg/torture/pr45934.C  -O0  (test for excess errors)
2207FAIL: g++.dg/torture/pr45934.C  -Os  (test for excess errors)
2208FAIL: g++.dg/torture/pr46149.C  -O0  (test for excess errors)
2209FAIL: g++.dg/torture/pr46287.C  -O0  (test for excess errors)
2210FAIL: g++.dg/torture/pr46287.C  -O1  (test for excess errors)
2211FAIL: g++.dg/torture/pr46287.C  -O2  (test for excess errors)
2212FAIL: g++.dg/torture/pr46287.C  -O3 -fomit-frame-pointer  (test for excess errors)
2213FAIL: g++.dg/torture/pr46287.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
2214FAIL: g++.dg/torture/pr46287.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
2215FAIL: g++.dg/torture/pr46287.C  -O3 -g  (test for excess errors)
2216FAIL: g++.dg/torture/pr46287.C  -Os  (test for excess errors)
2217FAIL: g++.dg/torture/pr46287.C  -O2 -flto -flto-partition=none  (test for excess errors)
2218FAIL: g++.dg/torture/pr46287.C  -O2 -flto  (test for excess errors)
2219FAIL: g++.dg/torture/pr47382.C  -O0  (test for excess errors)
2220FAIL: g++.dg/torture/pr47382.C  -Os  (test for excess errors)
2221FAIL: g++.dg/torture/pr47541.C  -O0  (test for excess errors)
2222FAIL: g++.dg/torture/pr48661.C  -O0  (test for excess errors)
2223FAIL: g++.dg/torture/pr48661.C  -O1  (test for excess errors)
2224FAIL: g++.dg/torture/pr48661.C  -O2  (test for excess errors)
2225FAIL: g++.dg/torture/pr48661.C  -O3 -fomit-frame-pointer  (test for excess errors)
2226FAIL: g++.dg/torture/pr48661.C  -O3 -g  (test for excess errors)
2227FAIL: g++.dg/torture/pr48661.C  -Os  (test for excess errors)
2228FAIL: g++.dg/torture/pr48661.C  -O2 -flto -flto-partition=none  (test for excess errors)
2229FAIL: g++.dg/torture/pr48661.C  -O2 -flto  (test for excess errors)
2230FAIL: g++.dg/torture/pr48695.C  -O0  (test for excess errors)
2231FAIL: g++.dg/torture/pr49039.C  -O0  (test for excess errors)
2232FAIL: g++.dg/torture/pr49039.C  -Os  (test for excess errors)
2233FAIL: g++.dg/torture/pr49115.C  -O0  (test for excess errors)
2234FAIL: g++.dg/torture/pr49115.C  -O1  (test for excess errors)
2235FAIL: g++.dg/torture/pr49115.C  -O2  (test for excess errors)
2236FAIL: g++.dg/torture/pr49115.C  -O3 -fomit-frame-pointer  (test for excess errors)
2237FAIL: g++.dg/torture/pr49115.C  -O3 -g  (test for excess errors)
2238FAIL: g++.dg/torture/pr49115.C  -Os  (test for excess errors)
2239FAIL: g++.dg/torture/pr49115.C  -O2 -flto -flto-partition=none  (test for excess errors)
2240FAIL: g++.dg/torture/pr49115.C  -O2 -flto  (test for excess errors)
2241FAIL: g++.dg/torture/pr49394.C  -O0  (test for excess errors)
2242FAIL: g++.dg/torture/pr49519.C  -O0  (test for excess errors)
2243FAIL: g++.dg/torture/pr49770.C  -O0  (test for excess errors)
2244FAIL: g++.dg/torture/pr49770.C  -Os  (test for excess errors)
2245FAIL: g++.dg/torture/pr50189.C  -O0  (test for excess errors)
2246FAIL: g++.dg/torture/pr53364.C  -O0  (test for excess errors)
2247FAIL: g++.dg/torture/pr55875.C  -O0  (test for excess errors)
2248FAIL: g++.dg/torture/pr60609.C  -O0  (test for excess errors)
2249FAIL: g++.dg/torture/pr60609.C  -O1  (test for excess errors)
2250FAIL: g++.dg/torture/pr60609.C  -O2  (test for excess errors)
2251FAIL: g++.dg/torture/pr60609.C  -O3 -fomit-frame-pointer  (test for excess errors)
2252FAIL: g++.dg/torture/pr60609.C  -O3 -g  (test for excess errors)
2253FAIL: g++.dg/torture/pr60609.C  -Os  (test for excess errors)
2254FAIL: g++.dg/torture/pr60609.C  -O2 -flto -flto-partition=none  (test for excess errors)
2255FAIL: g++.dg/torture/pr60609.C  -O2 -flto  (test for excess errors)
2256FAIL: g++.dg/torture/pr60750.C  -O0  (test for excess errors)
2257Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp ...
2258FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O0  (test for excess errors)
2259FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O0 -fpic (test for excess errors)
2260FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O1  (test for excess errors)
2261FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O1 -fpic (test for excess errors)
2262FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2  (test for excess errors)
2263FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2 -fpic (test for excess errors)
2264FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2265FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2266FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g  (test for excess errors)
2267FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O3 -g -fpic (test for excess errors)
2268FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -Os  (test for excess errors)
2269FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -Os -fpic (test for excess errors)
2270FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2271FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2272FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2 -flto  (test for excess errors)
2273FAIL: g++.dg/torture/stackalign/eh-alloca-1.C  -O2 -flto -fpic (test for excess errors)
2274FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O0  (test for excess errors)
2275FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O0 -fpic (test for excess errors)
2276FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O1  (test for excess errors)
2277FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O1 -fpic (test for excess errors)
2278FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2  (test for excess errors)
2279FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2 -fpic (test for excess errors)
2280FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2281FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2282FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O3 -g  (test for excess errors)
2283FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O3 -g -fpic (test for excess errors)
2284FAIL: g++.dg/torture/stackalign/eh-global-1.C  -Os  (test for excess errors)
2285FAIL: g++.dg/torture/stackalign/eh-global-1.C  -Os -fpic (test for excess errors)
2286FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2287FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2288FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2 -flto  (test for excess errors)
2289FAIL: g++.dg/torture/stackalign/eh-global-1.C  -O2 -flto -fpic (test for excess errors)
2290FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O0  (test for excess errors)
2291FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O0 -fpic (test for excess errors)
2292FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O1  (test for excess errors)
2293FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O1 -fpic (test for excess errors)
2294FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2  (test for excess errors)
2295FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2 -fpic (test for excess errors)
2296FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2297FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2298FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O3 -g  (test for excess errors)
2299FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O3 -g -fpic (test for excess errors)
2300FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -Os  (test for excess errors)
2301FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -Os -fpic (test for excess errors)
2302FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2303FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2304FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2 -flto  (test for excess errors)
2305FAIL: g++.dg/torture/stackalign/eh-inline-1.C  -O2 -flto -fpic (test for excess errors)
2306FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O0  (test for excess errors)
2307FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O0 -fpic (test for excess errors)
2308FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O1  (test for excess errors)
2309FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O1 -fpic (test for excess errors)
2310FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2  (test for excess errors)
2311FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2 -fpic (test for excess errors)
2312FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O3 -fomit-frame-pointer  (test for excess errors)
2313FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2314FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O3 -g  (test for excess errors)
2315FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O3 -g -fpic (test for excess errors)
2316FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -Os  (test for excess errors)
2317FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -Os -fpic (test for excess errors)
2318FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2 -flto -flto-partition=none  (test for excess errors)
2319FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2320FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2 -flto  (test for excess errors)
2321FAIL: g++.dg/torture/stackalign/eh-inline-2.C  -O2 -flto -fpic (test for excess errors)
2322FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O0  (test for excess errors)
2323FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O0 -fpic (test for excess errors)
2324FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O1  (test for excess errors)
2325FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O1 -fpic (test for excess errors)
2326FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2  (test for excess errors)
2327FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2 -fpic (test for excess errors)
2328FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
2329FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2330FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g  (test for excess errors)
2331FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O3 -g -fpic (test for excess errors)
2332FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -Os  (test for excess errors)
2333FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -Os -fpic (test for excess errors)
2334FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2 -flto -flto-partition=none  (test for excess errors)
2335FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2336FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2 -flto  (test for excess errors)
2337FAIL: g++.dg/torture/stackalign/eh-vararg-1.C  -O2 -flto -fpic (test for excess errors)
2338FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O0  (test for excess errors)
2339FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O0 -fpic (test for excess errors)
2340FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O1  (test for excess errors)
2341FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O1 -fpic (test for excess errors)
2342FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2  (test for excess errors)
2343FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2 -fpic (test for excess errors)
2344FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -fomit-frame-pointer  (test for excess errors)
2345FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -fomit-frame-pointer -fpic (test for excess errors)
2346FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g  (test for excess errors)
2347FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O3 -g -fpic (test for excess errors)
2348FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -Os  (test for excess errors)
2349FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -Os -fpic (test for excess errors)
2350FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2 -flto -flto-partition=none  (test for excess errors)
2351FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2 -flto -flto-partition=none -fpic (test for excess errors)
2352FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2 -flto  (test for excess errors)
2353FAIL: g++.dg/torture/stackalign/eh-vararg-2.C  -O2 -flto -fpic (test for excess errors)
2354Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp ...
2355FAIL: g++.dg/tree-prof/indir-call-prof.C compilation,  -fprofile-generate
2356FAIL: g++.dg/tree-prof/inline_mismatch_args.C compilation,  -fprofile-generate
2357FAIL: g++.dg/tree-prof/pr53460.C compilation,  -fprofile-generate
2358FAIL: g++.dg/tree-prof/pr59255.C compilation,  -fprofile-generate
2359Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.dg/vect/vect.exp ...
2360Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/g++.old-deja/old-deja.exp ...
2361FAIL: g++.old-deja/g++.abi/arraynew.C -std=gnu++98 (test for excess errors)
2362FAIL: g++.old-deja/g++.abi/arraynew.C -std=gnu++11 (test for excess errors)
2363FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++98 (test for excess errors)
2364FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++11 (test for excess errors)
2365FAIL: g++.old-deja/g++.abi/empty2.C -std=c++98 (test for excess errors)
2366FAIL: g++.old-deja/g++.abi/empty2.C -std=c++11 (test for excess errors)
2367FAIL: g++.old-deja/g++.abi/empty3.C -std=c++98 (test for excess errors)
2368FAIL: g++.old-deja/g++.abi/empty3.C -std=c++11 (test for excess errors)
2369FAIL: g++.old-deja/g++.abi/primary.C -std=c++98 (test for excess errors)
2370FAIL: g++.old-deja/g++.abi/primary.C -std=c++11 (test for excess errors)
2371FAIL: g++.old-deja/g++.abi/primary2.C -std=c++98 (test for excess errors)
2372FAIL: g++.old-deja/g++.abi/primary2.C -std=c++11 (test for excess errors)
2373FAIL: g++.old-deja/g++.abi/primary3.C -std=c++98 (test for excess errors)
2374FAIL: g++.old-deja/g++.abi/primary3.C -std=c++11 (test for excess errors)
2375FAIL: g++.old-deja/g++.abi/primary4.C -std=c++98 (test for excess errors)
2376FAIL: g++.old-deja/g++.abi/primary4.C -std=c++11 (test for excess errors)
2377FAIL: g++.old-deja/g++.abi/primary5.C -std=c++98 (test for excess errors)
2378FAIL: g++.old-deja/g++.abi/primary5.C -std=c++11 (test for excess errors)
2379FAIL: g++.old-deja/g++.abi/ptrflags.C -std=c++98 (test for excess errors)
2380FAIL: g++.old-deja/g++.abi/ptrflags.C -std=c++11 (test for excess errors)
2381FAIL: g++.old-deja/g++.abi/ptrmem.C -std=gnu++98 (test for excess errors)
2382FAIL: g++.old-deja/g++.abi/ptrmem.C -std=gnu++11 (test for excess errors)
2383FAIL: g++.old-deja/g++.abi/vbase1.C -std=c++98 (test for excess errors)
2384FAIL: g++.old-deja/g++.abi/vbase1.C -std=c++11 (test for excess errors)
2385FAIL: g++.old-deja/g++.abi/vbase2.C -std=c++98 (test for excess errors)
2386FAIL: g++.old-deja/g++.abi/vbase2.C -std=c++11 (test for excess errors)
2387FAIL: g++.old-deja/g++.abi/vbase3.C -std=c++98 (test for excess errors)
2388FAIL: g++.old-deja/g++.abi/vbase3.C -std=c++11 (test for excess errors)
2389FAIL: g++.old-deja/g++.abi/vbase7.C -std=c++98 (test for excess errors)
2390FAIL: g++.old-deja/g++.abi/vbase7.C -std=c++11 (test for excess errors)
2391FAIL: g++.old-deja/g++.abi/vbase8-5.C -std=gnu++98 (test for excess errors)
2392FAIL: g++.old-deja/g++.abi/vbase8-5.C -std=gnu++11 (test for excess errors)
2393FAIL: g++.old-deja/g++.abi/vbase8-9.C -std=gnu++98 (test for excess errors)
2394FAIL: g++.old-deja/g++.abi/vbase8-9.C -std=gnu++11 (test for excess errors)
2395FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++98 (test for excess errors)
2396FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++11 (test for excess errors)
2397FAIL: g++.old-deja/g++.abi/vtable.C -std=gnu++98 (test for excess errors)
2398FAIL: g++.old-deja/g++.abi/vtable.C -std=gnu++11 (test for excess errors)
2399FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++98 (test for excess errors)
2400FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++11 (test for excess errors)
2401FAIL: g++.old-deja/g++.abi/vtable3a.C -std=c++98 (test for excess errors)
2402FAIL: g++.old-deja/g++.abi/vtable3a.C -std=c++11 (test for excess errors)
2403FAIL: g++.old-deja/g++.abi/vtable3b.C -std=c++98 (test for excess errors)
2404FAIL: g++.old-deja/g++.abi/vtable3b.C -std=c++11 (test for excess errors)
2405FAIL: g++.old-deja/g++.abi/vtable3c.C -std=c++98 (test for excess errors)
2406FAIL: g++.old-deja/g++.abi/vtable3c.C -std=c++11 (test for excess errors)
2407FAIL: g++.old-deja/g++.abi/vtable3d.C -std=c++98 (test for excess errors)
2408FAIL: g++.old-deja/g++.abi/vtable3d.C -std=c++11 (test for excess errors)
2409FAIL: g++.old-deja/g++.abi/vtable3e.C -std=c++98 (test for excess errors)
2410FAIL: g++.old-deja/g++.abi/vtable3e.C -std=c++11 (test for excess errors)
2411FAIL: g++.old-deja/g++.abi/vtable3f.C -std=c++98 (test for excess errors)
2412FAIL: g++.old-deja/g++.abi/vtable3f.C -std=c++11 (test for excess errors)
2413FAIL: g++.old-deja/g++.abi/vtable3g.C -std=c++98 (test for excess errors)
2414FAIL: g++.old-deja/g++.abi/vtable3g.C -std=c++11 (test for excess errors)
2415FAIL: g++.old-deja/g++.abi/vtable3h.C -std=c++98 (test for excess errors)
2416FAIL: g++.old-deja/g++.abi/vtable3h.C -std=c++11 (test for excess errors)
2417FAIL: g++.old-deja/g++.abi/vtable3i.C -std=c++98 (test for excess errors)
2418FAIL: g++.old-deja/g++.abi/vtable3i.C -std=c++11 (test for excess errors)
2419FAIL: g++.old-deja/g++.abi/vtable3j.C -std=c++98 (test for excess errors)
2420FAIL: g++.old-deja/g++.abi/vtable3j.C -std=c++11 (test for excess errors)
2421FAIL: g++.old-deja/g++.benjamin/15800-2.C -std=c++98 (test for excess errors)
2422FAIL: g++.old-deja/g++.benjamin/15800-2.C -std=c++11 (test for excess errors)
2423FAIL: g++.old-deja/g++.benjamin/15822.C -std=c++98 (test for excess errors)
2424FAIL: g++.old-deja/g++.benjamin/15822.C -std=c++11 (test for excess errors)
2425FAIL: g++.old-deja/g++.benjamin/friend01.C -std=c++98 (test for excess errors)
2426FAIL: g++.old-deja/g++.benjamin/friend01.C -std=c++11 (test for excess errors)
2427FAIL: g++.old-deja/g++.benjamin/friend02.C -std=c++98 (test for excess errors)
2428FAIL: g++.old-deja/g++.benjamin/friend02.C -std=c++11 (test for excess errors)
2429FAIL: g++.old-deja/g++.benjamin/scope01.C -std=c++98 (test for excess errors)
2430FAIL: g++.old-deja/g++.benjamin/scope01.C -std=c++11 (test for excess errors)
2431FAIL: g++.old-deja/g++.benjamin/scope02.C -std=c++98 (test for excess errors)
2432FAIL: g++.old-deja/g++.benjamin/scope02.C -std=c++11 (test for excess errors)
2433FAIL: g++.old-deja/g++.benjamin/tem01.C -std=c++98 (test for excess errors)
2434FAIL: g++.old-deja/g++.benjamin/tem01.C -std=c++11 (test for excess errors)
2435FAIL: g++.old-deja/g++.benjamin/tem06.C -std=c++98 (test for excess errors)
2436FAIL: g++.old-deja/g++.benjamin/tem06.C -std=c++11 (test for excess errors)
2437FAIL: g++.old-deja/g++.benjamin/typeid01.C -std=c++98 (test for excess errors)
2438FAIL: g++.old-deja/g++.benjamin/typeid01.C -std=c++11 (test for excess errors)
2439FAIL: g++.old-deja/g++.bob/cond1.C -std=c++98 (test for excess errors)
2440FAIL: g++.old-deja/g++.bob/cond1.C -std=c++11 (test for excess errors)
2441FAIL: g++.old-deja/g++.bob/delete1.C -std=c++98 (test for excess errors)
2442FAIL: g++.old-deja/g++.bob/delete1.C -std=c++11 (test for excess errors)
2443FAIL: g++.old-deja/g++.bob/template4.C -std=c++98 (test for excess errors)
2444FAIL: g++.old-deja/g++.bob/template4.C -std=c++11 (test for excess errors)
2445FAIL: g++.old-deja/g++.brendan/abstract1.C -std=c++98 (test for excess errors)
2446FAIL: g++.old-deja/g++.brendan/abstract1.C -std=c++11 (test for excess errors)
2447FAIL: g++.old-deja/g++.brendan/code-gen1.C -std=c++98 (test for excess errors)
2448FAIL: g++.old-deja/g++.brendan/code-gen1.C -std=c++11 (test for excess errors)
2449FAIL: g++.old-deja/g++.brendan/copy1.C -std=c++98 (test for excess errors)
2450FAIL: g++.old-deja/g++.brendan/copy1.C -std=c++11 (test for excess errors)
2451FAIL: g++.old-deja/g++.brendan/copy2.C -std=c++98 (test for excess errors)
2452FAIL: g++.old-deja/g++.brendan/copy2.C -std=c++11 (test for excess errors)
2453FAIL: g++.old-deja/g++.brendan/copy3.C -std=c++98 (test for excess errors)
2454FAIL: g++.old-deja/g++.brendan/copy3.C -std=c++11 (test for excess errors)
2455FAIL: g++.old-deja/g++.brendan/copy4.C -std=c++98 (test for excess errors)
2456FAIL: g++.old-deja/g++.brendan/copy4.C -std=c++11 (test for excess errors)
2457FAIL: g++.old-deja/g++.brendan/copy5.C -std=c++98 (test for excess errors)
2458FAIL: g++.old-deja/g++.brendan/copy5.C -std=c++11 (test for excess errors)
2459FAIL: g++.old-deja/g++.brendan/copy6.C -std=c++98 (test for excess errors)
2460FAIL: g++.old-deja/g++.brendan/copy6.C -std=c++11 (test for excess errors)
2461FAIL: g++.old-deja/g++.brendan/copy7.C -std=c++98 (test for excess errors)
2462FAIL: g++.old-deja/g++.brendan/copy7.C -std=c++11 (test for excess errors)
2463FAIL: g++.old-deja/g++.brendan/copy8.C -std=c++98 (test for excess errors)
2464FAIL: g++.old-deja/g++.brendan/copy8.C -std=c++11 (test for excess errors)
2465FAIL: g++.old-deja/g++.brendan/copy9.C -std=c++98 (test for excess errors)
2466FAIL: g++.old-deja/g++.brendan/copy9.C -std=c++11 (test for excess errors)
2467FAIL: g++.old-deja/g++.brendan/crash1.C -std=c++98 (test for excess errors)
2468FAIL: g++.old-deja/g++.brendan/crash1.C -std=c++11 (test for excess errors)
2469FAIL: g++.old-deja/g++.brendan/crash10.C -std=c++98 (test for excess errors)
2470FAIL: g++.old-deja/g++.brendan/crash10.C -std=c++11 (test for excess errors)
2471FAIL: g++.old-deja/g++.brendan/crash14.C -std=c++98 (test for excess errors)
2472FAIL: g++.old-deja/g++.brendan/crash14.C -std=c++11 (test for excess errors)
2473FAIL: g++.old-deja/g++.brendan/crash15.C -std=c++98 (test for excess errors)
2474FAIL: g++.old-deja/g++.brendan/crash15.C -std=c++11 (test for excess errors)
2475FAIL: g++.old-deja/g++.brendan/crash20.C -std=c++98 (test for excess errors)
2476FAIL: g++.old-deja/g++.brendan/crash20.C -std=c++11 (test for excess errors)
2477FAIL: g++.old-deja/g++.brendan/crash27.C -std=c++98 (test for excess errors)
2478FAIL: g++.old-deja/g++.brendan/crash27.C -std=c++11 (test for excess errors)
2479FAIL: g++.old-deja/g++.brendan/crash38.C -std=c++98 (test for excess errors)
2480FAIL: g++.old-deja/g++.brendan/crash38.C -std=c++11 (test for excess errors)
2481FAIL: g++.old-deja/g++.brendan/crash46.C -std=c++98 (test for excess errors)
2482FAIL: g++.old-deja/g++.brendan/crash46.C -std=c++11 (test for excess errors)
2483FAIL: g++.old-deja/g++.brendan/crash47.C -std=c++98 (test for excess errors)
2484FAIL: g++.old-deja/g++.brendan/crash47.C -std=c++11 (test for excess errors)
2485FAIL: g++.old-deja/g++.brendan/crash50.C -std=c++98 (test for excess errors)
2486FAIL: g++.old-deja/g++.brendan/crash50.C -std=c++11 (test for excess errors)
2487FAIL: g++.old-deja/g++.brendan/crash51.C -std=c++98 (test for excess errors)
2488FAIL: g++.old-deja/g++.brendan/crash51.C -std=c++11 (test for excess errors)
2489FAIL: g++.old-deja/g++.brendan/cvt1.C -std=c++11 (test for excess errors)
2490FAIL: g++.old-deja/g++.brendan/cvt4.C -std=c++98 (test for excess errors)
2491FAIL: g++.old-deja/g++.brendan/cvt4.C -std=c++11 (test for excess errors)
2492FAIL: g++.old-deja/g++.brendan/dtors1.C -std=c++98 (test for excess errors)
2493FAIL: g++.old-deja/g++.brendan/dtors1.C -std=c++11 (test for excess errors)
2494FAIL: g++.old-deja/g++.brendan/dtors3.C -std=c++98 (test for excess errors)
2495FAIL: g++.old-deja/g++.brendan/dtors3.C -std=c++11 (test for excess errors)
2496FAIL: g++.old-deja/g++.brendan/friend1.C -std=c++98 (test for excess errors)
2497FAIL: g++.old-deja/g++.brendan/friend1.C -std=c++11 (test for excess errors)
2498FAIL: g++.old-deja/g++.brendan/groff1.C -std=c++98 (test for excess errors)
2499FAIL: g++.old-deja/g++.brendan/groff1.C -std=c++11 (test for excess errors)
2500FAIL: g++.old-deja/g++.brendan/init1.C -std=c++98 (test for excess errors)
2501FAIL: g++.old-deja/g++.brendan/init1.C -std=c++11 (test for excess errors)
2502FAIL: g++.old-deja/g++.brendan/init3.C -std=c++98 (test for excess errors)
2503FAIL: g++.old-deja/g++.brendan/init3.C -std=c++11 (test for excess errors)
2504FAIL: g++.old-deja/g++.brendan/init6.C -std=c++98 (test for excess errors)
2505FAIL: g++.old-deja/g++.brendan/init6.C -std=c++11 (test for excess errors)
2506FAIL: g++.old-deja/g++.brendan/misc11.C -std=c++98 (test for excess errors)
2507FAIL: g++.old-deja/g++.brendan/misc11.C -std=c++11 (test for excess errors)
2508FAIL: g++.old-deja/g++.brendan/misc4.C -std=c++98 (test for excess errors)
2509FAIL: g++.old-deja/g++.brendan/misc4.C -std=c++11 (test for excess errors)
2510FAIL: g++.old-deja/g++.brendan/nest21.C -std=c++98 (test for excess errors)
2511FAIL: g++.old-deja/g++.brendan/nest21.C -std=c++11 (test for excess errors)
2512FAIL: g++.old-deja/g++.brendan/new2.C -std=c++98 (test for excess errors)
2513FAIL: g++.old-deja/g++.brendan/new2.C -std=c++11 (test for excess errors)
2514FAIL: g++.old-deja/g++.brendan/new3.C -std=gnu++98 (test for excess errors)
2515FAIL: g++.old-deja/g++.brendan/new3.C -std=gnu++11 (test for excess errors)
2516FAIL: g++.old-deja/g++.brendan/operators6.C -std=c++98 (test for excess errors)
2517FAIL: g++.old-deja/g++.brendan/operators6.C -std=c++11 (test for excess errors)
2518FAIL: g++.old-deja/g++.brendan/operators7.C -std=c++98 (test for excess errors)
2519FAIL: g++.old-deja/g++.brendan/operators7.C -std=c++11 (test for excess errors)
2520FAIL: g++.old-deja/g++.brendan/overload2.C -std=c++98 (test for excess errors)
2521FAIL: g++.old-deja/g++.brendan/overload2.C -std=c++11 (test for excess errors)
2522FAIL: g++.old-deja/g++.brendan/overload7.C -std=c++98 (test for excess errors)
2523FAIL: g++.old-deja/g++.brendan/overload7.C -std=c++11 (test for excess errors)
2524FAIL: g++.old-deja/g++.brendan/parse1.C -std=c++98 (test for excess errors)
2525FAIL: g++.old-deja/g++.brendan/parse1.C -std=c++11 (test for excess errors)
2526FAIL: g++.old-deja/g++.brendan/parse4.C -std=c++98 (test for excess errors)
2527FAIL: g++.old-deja/g++.brendan/parse4.C -std=c++11 (test for excess errors)
2528FAIL: g++.old-deja/g++.brendan/ptrmem4.C -std=c++98 (test for excess errors)
2529FAIL: g++.old-deja/g++.brendan/ptrmem4.C -std=c++11 (test for excess errors)
2530FAIL: g++.old-deja/g++.brendan/reference1.C -std=gnu++98 (test for excess errors)
2531FAIL: g++.old-deja/g++.brendan/reference1.C -std=gnu++11 (test for excess errors)
2532FAIL: g++.old-deja/g++.brendan/scope2.C -std=c++98 (test for excess errors)
2533FAIL: g++.old-deja/g++.brendan/scope2.C -std=c++11 (test for excess errors)
2534FAIL: g++.old-deja/g++.brendan/template11.C -std=c++98 (test for excess errors)
2535FAIL: g++.old-deja/g++.brendan/template11.C -std=c++11 (test for excess errors)
2536FAIL: g++.old-deja/g++.brendan/template12.C -std=c++98 (test for excess errors)
2537FAIL: g++.old-deja/g++.brendan/template12.C -std=c++11 (test for excess errors)
2538FAIL: g++.old-deja/g++.brendan/template15.C -std=c++98 (test for excess errors)
2539FAIL: g++.old-deja/g++.brendan/template15.C -std=c++11 (test for excess errors)
2540FAIL: g++.old-deja/g++.brendan/template21.C -std=c++98 (test for excess errors)
2541FAIL: g++.old-deja/g++.brendan/template21.C -std=c++11 (test for excess errors)
2542FAIL: g++.old-deja/g++.brendan/template24.C -std=c++98 (test for excess errors)
2543FAIL: g++.old-deja/g++.brendan/template24.C -std=c++11 (test for excess errors)
2544FAIL: g++.old-deja/g++.brendan/template25.C -std=c++98 (test for excess errors)
2545FAIL: g++.old-deja/g++.brendan/template25.C -std=c++11 (test for excess errors)
2546FAIL: g++.old-deja/g++.brendan/template28.C -std=c++98 (test for excess errors)
2547FAIL: g++.old-deja/g++.brendan/template28.C -std=c++11 (test for excess errors)
2548FAIL: g++.old-deja/g++.brendan/template29.C -std=c++98 (test for excess errors)
2549FAIL: g++.old-deja/g++.brendan/template29.C -std=c++11 (test for excess errors)
2550FAIL: g++.old-deja/g++.brendan/template3.C -std=c++98 (test for excess errors)
2551FAIL: g++.old-deja/g++.brendan/template3.C -std=c++11 (test for excess errors)
2552FAIL: g++.old-deja/g++.brendan/template31.C -std=c++98 (test for excess errors)
2553FAIL: g++.old-deja/g++.brendan/template31.C -std=c++11 (test for excess errors)
2554FAIL: g++.old-deja/g++.brendan/template5.C -std=c++98 (test for excess errors)
2555FAIL: g++.old-deja/g++.brendan/template5.C -std=c++11 (test for excess errors)
2556FAIL: g++.old-deja/g++.brendan/visibility3.C -std=c++98 (test for excess errors)
2557FAIL: g++.old-deja/g++.brendan/visibility3.C -std=c++11 (test for excess errors)
2558FAIL: g++.old-deja/g++.brendan/visibility4.C -std=c++98 (test for excess errors)
2559FAIL: g++.old-deja/g++.brendan/visibility4.C -std=c++11 (test for excess errors)
2560FAIL: g++.old-deja/g++.brendan/vtables1.C -std=c++98 (test for excess errors)
2561FAIL: g++.old-deja/g++.brendan/vtables1.C -std=c++11 (test for excess errors)
2562FAIL: g++.old-deja/g++.bugs/900207_03.C -std=c++98 (test for excess errors)
2563FAIL: g++.old-deja/g++.bugs/900207_03.C -std=c++11 (test for excess errors)
2564FAIL: g++.old-deja/g++.bugs/900220_01.C -std=c++98 (test for excess errors)
2565FAIL: g++.old-deja/g++.bugs/900220_01.C -std=c++11 (test for excess errors)
2566FAIL: g++.old-deja/g++.bugs/900331_03.C -std=gnu++98 (test for excess errors)
2567FAIL: g++.old-deja/g++.bugs/900331_03.C -std=gnu++11 (test for excess errors)
2568FAIL: g++.old-deja/g++.bugs/900520_06.C -std=c++98 (test for excess errors)
2569FAIL: g++.old-deja/g++.bugs/900520_06.C -std=c++11 (test for excess errors)
2570FAIL: g++.old-deja/g++.eh/catch11.C -std=c++98 (test for excess errors)
2571FAIL: g++.old-deja/g++.eh/catch11.C -std=c++11 (test for excess errors)
2572FAIL: g++.old-deja/g++.eh/catch12.C -std=c++98 (test for excess errors)
2573FAIL: g++.old-deja/g++.eh/catch12.C -std=c++11 (test for excess errors)
2574FAIL: g++.old-deja/g++.eh/catch3.C -std=gnu++98 (test for excess errors)
2575FAIL: g++.old-deja/g++.eh/catch3.C -std=gnu++11 (test for excess errors)
2576FAIL: g++.old-deja/g++.eh/catch3p.C -std=gnu++98 (test for excess errors)
2577FAIL: g++.old-deja/g++.eh/catch3p.C -std=gnu++11 (test for excess errors)
2578FAIL: g++.old-deja/g++.eh/catch4.C -std=gnu++98 (test for excess errors)
2579FAIL: g++.old-deja/g++.eh/catch4.C -std=gnu++11 (test for excess errors)
2580FAIL: g++.old-deja/g++.eh/catch4p.C -std=gnu++98 (test for excess errors)
2581FAIL: g++.old-deja/g++.eh/catch4p.C -std=gnu++11 (test for excess errors)
2582FAIL: g++.old-deja/g++.eh/catch5.C -std=gnu++98 (test for excess errors)
2583FAIL: g++.old-deja/g++.eh/catch5.C -std=gnu++11 (test for excess errors)
2584FAIL: g++.old-deja/g++.eh/catch5p.C -std=gnu++98 (test for excess errors)
2585FAIL: g++.old-deja/g++.eh/catch5p.C -std=gnu++11 (test for excess errors)
2586FAIL: g++.old-deja/g++.eh/catch6.C -std=gnu++98 (test for excess errors)
2587FAIL: g++.old-deja/g++.eh/catch6.C -std=gnu++11 (test for excess errors)
2588FAIL: g++.old-deja/g++.eh/catch6p.C -std=gnu++98 (test for excess errors)
2589FAIL: g++.old-deja/g++.eh/catch6p.C -std=gnu++11 (test for excess errors)
2590FAIL: g++.old-deja/g++.eh/catch7.C -std=gnu++98 (test for excess errors)
2591FAIL: g++.old-deja/g++.eh/catch7.C -std=gnu++11 (test for excess errors)
2592FAIL: g++.old-deja/g++.eh/catch7p.C -std=gnu++98 (test for excess errors)
2593FAIL: g++.old-deja/g++.eh/catch7p.C -std=gnu++11 (test for excess errors)
2594FAIL: g++.old-deja/g++.eh/catch8.C -std=gnu++98 (test for excess errors)
2595FAIL: g++.old-deja/g++.eh/catch8.C -std=gnu++11 (test for excess errors)
2596FAIL: g++.old-deja/g++.eh/catch8p.C -std=gnu++98 (test for excess errors)
2597FAIL: g++.old-deja/g++.eh/catch8p.C -std=gnu++11 (test for excess errors)
2598FAIL: g++.old-deja/g++.eh/catch9.C -std=gnu++98 (test for excess errors)
2599FAIL: g++.old-deja/g++.eh/catch9.C -std=gnu++11 (test for excess errors)
2600FAIL: g++.old-deja/g++.eh/catch9p.C -std=gnu++98 (test for excess errors)
2601FAIL: g++.old-deja/g++.eh/catch9p.C -std=gnu++11 (test for excess errors)
2602FAIL: g++.old-deja/g++.eh/catchptr1.C -std=c++98 (test for excess errors)
2603FAIL: g++.old-deja/g++.eh/catchptr1.C -std=c++11 (test for excess errors)
2604FAIL: g++.old-deja/g++.eh/cleanup1.C -std=c++98 (test for excess errors)
2605FAIL: g++.old-deja/g++.eh/cleanup1.C -std=c++11 (test for excess errors)
2606FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++98 (test for excess errors)
2607FAIL: g++.old-deja/g++.eh/fntry1.C -std=c++11 (test for excess errors)
2608FAIL: g++.old-deja/g++.eh/pdel1.C -std=c++98 (test for excess errors)
2609FAIL: g++.old-deja/g++.eh/pdel1.C -std=c++11 (test for excess errors)
2610FAIL: g++.old-deja/g++.eh/pdel2.C -std=c++98 (test for excess errors)
2611FAIL: g++.old-deja/g++.eh/pdel2.C -std=c++11 (test for excess errors)
2612FAIL: g++.old-deja/g++.eh/ptr1.C -std=c++98 (test for excess errors)
2613FAIL: g++.old-deja/g++.eh/ptr1.C -std=c++11 (test for excess errors)
2614FAIL: g++.old-deja/g++.eh/ptrmem1.C -std=c++98 (test for excess errors)
2615FAIL: g++.old-deja/g++.eh/ptrmem1.C -std=c++11 (test for excess errors)
2616FAIL: g++.old-deja/g++.eh/rethrow1.C -std=c++98 (test for excess errors)
2617FAIL: g++.old-deja/g++.eh/rethrow1.C -std=c++11 (test for excess errors)
2618FAIL: g++.old-deja/g++.eh/rethrow2.C -std=c++98 (test for excess errors)
2619FAIL: g++.old-deja/g++.eh/rethrow2.C -std=c++11 (test for excess errors)
2620FAIL: g++.old-deja/g++.eh/rethrow4.C -std=c++98 (test for excess errors)
2621FAIL: g++.old-deja/g++.eh/rethrow4.C -std=c++11 (test for excess errors)
2622FAIL: g++.old-deja/g++.eh/rethrow5.C -std=c++98 (test for excess errors)
2623FAIL: g++.old-deja/g++.eh/rethrow5.C -std=c++11 (test for excess errors)
2624FAIL: g++.old-deja/g++.eh/rethrow6.C -std=c++98 (test for excess errors)
2625FAIL: g++.old-deja/g++.eh/rethrow6.C -std=c++11 (test for excess errors)
2626FAIL: g++.old-deja/g++.eh/spec1.C -std=c++98 (test for excess errors)
2627FAIL: g++.old-deja/g++.eh/spec1.C -std=c++11 (test for excess errors)
2628FAIL: g++.old-deja/g++.eh/spec2.C -std=c++98 (test for excess errors)
2629FAIL: g++.old-deja/g++.eh/spec2.C -std=c++11 (test for excess errors)
2630FAIL: g++.old-deja/g++.eh/spec3.C -std=c++98 (test for excess errors)
2631FAIL: g++.old-deja/g++.eh/spec3.C -std=c++11 (test for excess errors)
2632FAIL: g++.old-deja/g++.eh/spec4.C -std=c++98 (test for excess errors)
2633FAIL: g++.old-deja/g++.eh/spec4.C -std=c++11 (test for excess errors)
2634FAIL: g++.old-deja/g++.eh/spec7.C -std=c++98 (test for excess errors)
2635FAIL: g++.old-deja/g++.eh/spec7.C -std=c++11 (test for excess errors)
2636FAIL: g++.old-deja/g++.eh/terminate1.C -std=c++98 (test for excess errors)
2637FAIL: g++.old-deja/g++.eh/terminate1.C -std=c++11 (test for excess errors)
2638FAIL: g++.old-deja/g++.eh/tmpl1.C -std=c++98 (test for excess errors)
2639FAIL: g++.old-deja/g++.eh/tmpl1.C -std=c++11 (test for excess errors)
2640FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++98 (test for excess errors)
2641FAIL: g++.old-deja/g++.eh/vbase1.C -std=c++11 (test for excess errors)
2642FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++98 (test for excess errors)
2643FAIL: g++.old-deja/g++.eh/vbase2.C -std=c++11 (test for excess errors)
2644FAIL: g++.old-deja/g++.eh/vbase3.C -std=c++98 (test for excess errors)
2645FAIL: g++.old-deja/g++.eh/vbase3.C -std=c++11 (test for excess errors)
2646FAIL: g++.old-deja/g++.eh/vbase4.C -std=c++98 (test for excess errors)
2647FAIL: g++.old-deja/g++.eh/vbase4.C -std=c++11 (test for excess errors)
2648FAIL: g++.old-deja/g++.ext/addrfunc1.C -std=gnu++98 (test for excess errors)
2649FAIL: g++.old-deja/g++.ext/addrfunc1.C -std=gnu++11 (test for excess errors)
2650FAIL: g++.old-deja/g++.ext/addrfunc2.C -std=gnu++98 (test for excess errors)
2651FAIL: g++.old-deja/g++.ext/addrfunc2.C -std=gnu++11 (test for excess errors)
2652FAIL: g++.old-deja/g++.ext/addrfunc4.C -std=gnu++98 (test for excess errors)
2653FAIL: g++.old-deja/g++.ext/addrfunc4.C -std=gnu++11 (test for excess errors)
2654FAIL: g++.old-deja/g++.ext/array2.C -std=gnu++98 (test for excess errors)
2655FAIL: g++.old-deja/g++.ext/array2.C -std=gnu++11 (test for excess errors)
2656FAIL: g++.old-deja/g++.ext/attrib4.C -std=gnu++98 (test for excess errors)
2657FAIL: g++.old-deja/g++.ext/attrib4.C -std=gnu++11 (test for excess errors)
2658FAIL: g++.old-deja/g++.ext/label2.C -std=gnu++98 (test for excess errors)
2659FAIL: g++.old-deja/g++.ext/label2.C -std=gnu++11 (test for excess errors)
2660FAIL: g++.old-deja/g++.ext/pretty3.C -std=c++98 (test for excess errors)
2661FAIL: g++.old-deja/g++.ext/pretty3.C -std=c++11 (test for excess errors)
2662FAIL: g++.old-deja/g++.ext/pretty4.C -std=c++98 (test for excess errors)
2663FAIL: g++.old-deja/g++.ext/pretty4.C -std=c++11 (test for excess errors)
2664FAIL: g++.old-deja/g++.ext/restrict1.C -std=c++98 (test for excess errors)
2665FAIL: g++.old-deja/g++.ext/restrict1.C -std=c++11 (test for excess errors)
2666FAIL: g++.old-deja/g++.ext/typename1.C -std=c++98 (test for excess errors)
2667FAIL: g++.old-deja/g++.ext/typename1.C -std=c++11 (test for excess errors)
2668FAIL: g++.old-deja/g++.ext/typeof1.C -std=c++98 (test for excess errors)
2669FAIL: g++.old-deja/g++.ext/typeof1.C -std=c++11 (test for excess errors)
2670FAIL: g++.old-deja/g++.jason/2371.C -std=gnu++98 (test for excess errors)
2671FAIL: g++.old-deja/g++.jason/2371.C -std=gnu++11 (test for excess errors)
2672FAIL: g++.old-deja/g++.jason/access15.C -std=c++98 (test for excess errors)
2673FAIL: g++.old-deja/g++.jason/access15.C -std=c++11 (test for excess errors)
2674FAIL: g++.old-deja/g++.jason/access16.C -std=c++98 (test for excess errors)
2675FAIL: g++.old-deja/g++.jason/access16.C -std=c++11 (test for excess errors)
2676FAIL: g++.old-deja/g++.jason/access21.C -std=c++98 (test for excess errors)
2677FAIL: g++.old-deja/g++.jason/access21.C -std=c++11 (test for excess errors)
2678FAIL: g++.old-deja/g++.jason/binding2.C -std=c++98 (test for excess errors)
2679FAIL: g++.old-deja/g++.jason/binding2.C -std=c++11 (test for excess errors)
2680FAIL: g++.old-deja/g++.jason/byval.C -std=c++98 (test for excess errors)
2681FAIL: g++.old-deja/g++.jason/byval.C -std=c++11 (test for excess errors)
2682FAIL: g++.old-deja/g++.jason/byval2.C -std=c++98 (test for excess errors)
2683FAIL: g++.old-deja/g++.jason/byval2.C -std=c++11 (test for excess errors)
2684FAIL: g++.old-deja/g++.jason/cast2.C -std=c++98 (test for excess errors)
2685FAIL: g++.old-deja/g++.jason/cast2.C -std=c++11 (test for excess errors)
2686FAIL: g++.old-deja/g++.jason/cond2.C -std=c++98 (test for excess errors)
2687FAIL: g++.old-deja/g++.jason/cond2.C -std=c++11 (test for excess errors)
2688FAIL: g++.old-deja/g++.jason/const.C -std=c++98 (test for excess errors)
2689FAIL: g++.old-deja/g++.jason/const.C -std=c++11 (test for excess errors)
2690FAIL: g++.old-deja/g++.jason/conversion4.C -std=c++98 (test for excess errors)
2691FAIL: g++.old-deja/g++.jason/conversion4.C -std=c++11 (test for excess errors)
2692FAIL: g++.old-deja/g++.jason/conversion6.C -std=c++98 (test for excess errors)
2693FAIL: g++.old-deja/g++.jason/conversion6.C -std=c++11 (test for excess errors)
2694FAIL: g++.old-deja/g++.jason/conversion9.C -std=c++98 (test for excess errors)
2695FAIL: g++.old-deja/g++.jason/conversion9.C -std=c++11 (test for excess errors)
2696FAIL: g++.old-deja/g++.jason/crash9.C -std=c++98 (test for excess errors)
2697FAIL: g++.old-deja/g++.jason/crash9.C -std=c++11 (test for excess errors)
2698FAIL: g++.old-deja/g++.jason/dcast1.C -std=c++98 (test for excess errors)
2699FAIL: g++.old-deja/g++.jason/dcast1.C -std=c++11 (test for excess errors)
2700FAIL: g++.old-deja/g++.jason/dcast2.C -std=c++98 (test for excess errors)
2701FAIL: g++.old-deja/g++.jason/dcast2.C -std=c++11 (test for excess errors)
2702FAIL: g++.old-deja/g++.jason/dcast3.C -std=c++98 (test for excess errors)
2703FAIL: g++.old-deja/g++.jason/dcast3.C -std=c++11 (test for excess errors)
2704FAIL: g++.old-deja/g++.jason/destruct.C -std=c++98 (test for excess errors)
2705FAIL: g++.old-deja/g++.jason/destruct.C -std=c++11 (test for excess errors)
2706FAIL: g++.old-deja/g++.jason/destruct2.C -std=c++98 (test for excess errors)
2707FAIL: g++.old-deja/g++.jason/destruct2.C -std=c++11 (test for excess errors)
2708FAIL: g++.old-deja/g++.jason/destruct3.C -std=gnu++98 (test for excess errors)
2709FAIL: g++.old-deja/g++.jason/destruct3.C -std=gnu++11 (test for excess errors)
2710FAIL: g++.old-deja/g++.jason/destruct4.C -std=c++98 (test for excess errors)
2711FAIL: g++.old-deja/g++.jason/destruct4.C -std=c++11 (test for excess errors)
2712FAIL: g++.old-deja/g++.jason/dtor3.C -std=c++98 (test for excess errors)
2713FAIL: g++.old-deja/g++.jason/dtor3.C -std=c++11 (test for excess errors)
2714FAIL: g++.old-deja/g++.jason/dtor4.C -std=c++98 (test for excess errors)
2715FAIL: g++.old-deja/g++.jason/dtor4.C -std=c++11 (test for excess errors)
2716FAIL: g++.old-deja/g++.jason/dtor5.C -std=c++98 (test for excess errors)
2717FAIL: g++.old-deja/g++.jason/dtor5.C -std=c++11 (test for excess errors)
2718FAIL: g++.old-deja/g++.jason/friend.C -std=c++98 (test for excess errors)
2719FAIL: g++.old-deja/g++.jason/friend.C -std=c++11 (test for excess errors)
2720FAIL: g++.old-deja/g++.jason/groff1.C -std=c++98 (test for excess errors)
2721FAIL: g++.old-deja/g++.jason/groff1.C -std=c++11 (test for excess errors)
2722FAIL: g++.old-deja/g++.jason/init3.C -std=c++98 (test for excess errors)
2723FAIL: g++.old-deja/g++.jason/init3.C -std=c++11 (test for excess errors)
2724FAIL: g++.old-deja/g++.jason/inline.C -std=c++98 (test for excess errors)
2725FAIL: g++.old-deja/g++.jason/inline.C -std=c++11 (test for excess errors)
2726FAIL: g++.old-deja/g++.jason/loverload3.C -std=c++98 (test for excess errors)
2727FAIL: g++.old-deja/g++.jason/loverload3.C -std=c++11 (test for excess errors)
2728FAIL: g++.old-deja/g++.jason/mi.C -std=c++98 (test for excess errors)
2729FAIL: g++.old-deja/g++.jason/mi.C -std=c++11 (test for excess errors)
2730FAIL: g++.old-deja/g++.jason/mutable1.C -std=c++98 (test for excess errors)
2731FAIL: g++.old-deja/g++.jason/mutable1.C -std=c++11 (test for excess errors)
2732FAIL: g++.old-deja/g++.jason/net.C -std=c++98 (test for excess errors)
2733FAIL: g++.old-deja/g++.jason/net.C -std=c++11 (test for excess errors)
2734FAIL: g++.old-deja/g++.jason/net2.C -std=c++98 (test for excess errors)
2735FAIL: g++.old-deja/g++.jason/net2.C -std=c++11 (test for excess errors)
2736FAIL: g++.old-deja/g++.jason/new2.C -std=gnu++98 (test for excess errors)
2737FAIL: g++.old-deja/g++.jason/new2.C -std=gnu++11 (test for excess errors)
2738FAIL: g++.old-deja/g++.jason/new3.C -std=gnu++98 (test for excess errors)
2739FAIL: g++.old-deja/g++.jason/new3.C -std=gnu++11 (test for excess errors)
2740FAIL: g++.old-deja/g++.jason/new4.C -std=gnu++98 (test for excess errors)
2741FAIL: g++.old-deja/g++.jason/new4.C -std=gnu++11 (test for excess errors)
2742FAIL: g++.old-deja/g++.jason/offset1.C -std=c++98 (test for excess errors)
2743FAIL: g++.old-deja/g++.jason/offset1.C -std=c++11 (test for excess errors)
2744FAIL: g++.old-deja/g++.jason/offset2.C -std=c++98 (test for excess errors)
2745FAIL: g++.old-deja/g++.jason/offset2.C -std=c++11 (test for excess errors)
2746FAIL: g++.old-deja/g++.jason/opeq.C -std=c++98 (test for excess errors)
2747FAIL: g++.old-deja/g++.jason/opeq.C -std=c++11 (test for excess errors)
2748FAIL: g++.old-deja/g++.jason/opeq2.C -std=c++98 (test for excess errors)
2749FAIL: g++.old-deja/g++.jason/opeq2.C -std=c++11 (test for excess errors)
2750FAIL: g++.old-deja/g++.jason/opeq5.C -std=c++98 (test for excess errors)
2751FAIL: g++.old-deja/g++.jason/opeq5.C -std=c++11 (test for excess errors)
2752FAIL: g++.old-deja/g++.jason/opeq6.C -std=c++98 (test for excess errors)
2753FAIL: g++.old-deja/g++.jason/opeq6.C -std=c++11 (test for excess errors)
2754FAIL: g++.old-deja/g++.jason/overload11.C -std=c++98 (test for excess errors)
2755FAIL: g++.old-deja/g++.jason/overload11.C -std=c++11 (test for excess errors)
2756FAIL: g++.old-deja/g++.jason/overload12.C -std=c++98 (test for excess errors)
2757FAIL: g++.old-deja/g++.jason/overload12.C -std=c++11 (test for excess errors)
2758FAIL: g++.old-deja/g++.jason/overload13.C -std=c++98 (test for excess errors)
2759FAIL: g++.old-deja/g++.jason/overload13.C -std=c++11 (test for excess errors)
2760FAIL: g++.old-deja/g++.jason/overload22.C -std=c++98 (test for excess errors)
2761FAIL: g++.old-deja/g++.jason/overload22.C -std=c++11 (test for excess errors)
2762FAIL: g++.old-deja/g++.jason/overload30.C -std=c++98 (test for excess errors)
2763FAIL: g++.old-deja/g++.jason/overload30.C -std=c++11 (test for excess errors)
2764FAIL: g++.old-deja/g++.jason/overload33.C -std=c++98 (test for excess errors)
2765FAIL: g++.old-deja/g++.jason/overload33.C -std=c++11 (test for excess errors)
2766FAIL: g++.old-deja/g++.jason/overload36.C -std=c++98 (test for excess errors)
2767FAIL: g++.old-deja/g++.jason/overload36.C -std=c++11 (test for excess errors)
2768FAIL: g++.old-deja/g++.jason/parse12.C -std=c++98 (test for excess errors)
2769FAIL: g++.old-deja/g++.jason/parse12.C -std=c++11 (test for excess errors)
2770FAIL: g++.old-deja/g++.jason/parse9.C -std=c++98 (test for excess errors)
2771FAIL: g++.old-deja/g++.jason/parse9.C -std=c++11 (test for excess errors)
2772FAIL: g++.old-deja/g++.jason/pmem2.C -std=c++98 (test for excess errors)
2773FAIL: g++.old-deja/g++.jason/pmem2.C -std=c++11 (test for excess errors)
2774FAIL: g++.old-deja/g++.jason/pmf7.C -std=c++98 (test for excess errors)
2775FAIL: g++.old-deja/g++.jason/pmf7.C -std=c++11 (test for excess errors)
2776FAIL: g++.old-deja/g++.jason/pmf8.C -std=c++98 (test for excess errors)
2777FAIL: g++.old-deja/g++.jason/pmf8.C -std=c++11 (test for excess errors)
2778FAIL: g++.old-deja/g++.jason/pmftemp.C -std=c++98 (test for excess errors)
2779FAIL: g++.old-deja/g++.jason/pmftemp.C -std=c++11 (test for excess errors)
2780FAIL: g++.old-deja/g++.jason/ref10.C -std=c++98 (test for excess errors)
2781FAIL: g++.old-deja/g++.jason/ref10.C -std=c++11 (test for excess errors)
2782FAIL: g++.old-deja/g++.jason/ref7.C -std=c++98 (test for excess errors)
2783FAIL: g++.old-deja/g++.jason/ref7.C -std=c++11 (test for excess errors)
2784FAIL: g++.old-deja/g++.jason/ref8.C -std=c++98 (test for excess errors)
2785FAIL: g++.old-deja/g++.jason/ref8.C -std=c++11 (test for excess errors)
2786FAIL: g++.old-deja/g++.jason/ref9.C -std=c++98 (test for excess errors)
2787FAIL: g++.old-deja/g++.jason/ref9.C -std=c++11 (test for excess errors)
2788FAIL: g++.old-deja/g++.jason/return.C -std=c++98 (test for excess errors)
2789FAIL: g++.old-deja/g++.jason/return.C -std=c++11 (test for excess errors)
2790FAIL: g++.old-deja/g++.jason/return2.C -std=c++98 (test for excess errors)
2791FAIL: g++.old-deja/g++.jason/return2.C -std=c++11 (test for excess errors)
2792FAIL: g++.old-deja/g++.jason/return3.C -std=c++98 (test for excess errors)
2793FAIL: g++.old-deja/g++.jason/return3.C -std=c++11 (test for excess errors)
2794FAIL: g++.old-deja/g++.jason/rvalue1.C -std=c++98 (test for excess errors)
2795FAIL: g++.old-deja/g++.jason/rvalue1.C -std=c++11 (test for excess errors)
2796FAIL: g++.old-deja/g++.jason/rvalue2.C -std=c++98 (test for excess errors)
2797FAIL: g++.old-deja/g++.jason/rvalue2.C -std=c++11 (test for excess errors)
2798FAIL: g++.old-deja/g++.jason/scoping6.C -std=c++98 (test for excess errors)
2799FAIL: g++.old-deja/g++.jason/scoping6.C -std=c++11 (test for excess errors)
2800FAIL: g++.old-deja/g++.jason/static1.C -std=c++98 (test for excess errors)
2801FAIL: g++.old-deja/g++.jason/static1.C -std=c++11 (test for excess errors)
2802FAIL: g++.old-deja/g++.jason/synth5.C -std=c++98 (test for excess errors)
2803FAIL: g++.old-deja/g++.jason/synth5.C -std=c++11 (test for excess errors)
2804FAIL: g++.old-deja/g++.jason/synth7.C -std=c++98 (test for excess errors)
2805FAIL: g++.old-deja/g++.jason/synth7.C -std=c++11 (test for excess errors)
2806FAIL: g++.old-deja/g++.jason/synth8.C -std=c++98 (test for excess errors)
2807FAIL: g++.old-deja/g++.jason/synth8.C -std=c++11 (test for excess errors)
2808FAIL: g++.old-deja/g++.jason/synth9.C -std=c++98 (test for excess errors)
2809FAIL: g++.old-deja/g++.jason/synth9.C -std=c++11 (test for excess errors)
2810FAIL: g++.old-deja/g++.jason/tempargs.C -std=c++98 (test for excess errors)
2811FAIL: g++.old-deja/g++.jason/tempargs.C -std=c++11 (test for excess errors)
2812FAIL: g++.old-deja/g++.jason/tempdest.C -std=c++98 (test for excess errors)
2813FAIL: g++.old-deja/g++.jason/tempdest.C -std=c++11 (test for excess errors)
2814FAIL: g++.old-deja/g++.jason/tempinst1.C -std=gnu++98 (test for excess errors)
2815FAIL: g++.old-deja/g++.jason/tempinst1.C -std=gnu++11 (test for excess errors)
2816FAIL: g++.old-deja/g++.jason/template1.C -std=c++98 (test for excess errors)
2817FAIL: g++.old-deja/g++.jason/template1.C -std=c++11 (test for excess errors)
2818FAIL: g++.old-deja/g++.jason/template10.C -std=c++98 (test for excess errors)
2819FAIL: g++.old-deja/g++.jason/template10.C -std=c++11 (test for excess errors)
2820FAIL: g++.old-deja/g++.jason/template14.C -std=c++98 (test for excess errors)
2821FAIL: g++.old-deja/g++.jason/template14.C -std=c++11 (test for excess errors)
2822FAIL: g++.old-deja/g++.jason/template15.C -std=c++98 (test for excess errors)
2823FAIL: g++.old-deja/g++.jason/template15.C -std=c++11 (test for excess errors)
2824FAIL: g++.old-deja/g++.jason/template16.C -std=c++98 (test for excess errors)
2825FAIL: g++.old-deja/g++.jason/template16.C -std=c++11 (test for excess errors)
2826FAIL: g++.old-deja/g++.jason/template19.C -std=c++98 (test for excess errors)
2827FAIL: g++.old-deja/g++.jason/template19.C -std=c++11 (test for excess errors)
2828FAIL: g++.old-deja/g++.jason/template20.C -std=c++98 (test for excess errors)
2829FAIL: g++.old-deja/g++.jason/template20.C -std=c++11 (test for excess errors)
2830FAIL: g++.old-deja/g++.jason/template24.C -std=c++98 (test for excess errors)
2831FAIL: g++.old-deja/g++.jason/template24.C -std=c++11 (test for excess errors)
2832FAIL: g++.old-deja/g++.jason/template25.C -std=c++98 (test for excess errors)
2833FAIL: g++.old-deja/g++.jason/template25.C -std=c++11 (test for excess errors)
2834FAIL: g++.old-deja/g++.jason/template26.C -std=c++98 (test for excess errors)
2835FAIL: g++.old-deja/g++.jason/template26.C -std=c++11 (test for excess errors)
2836FAIL: g++.old-deja/g++.jason/template27.C -std=c++98 (test for excess errors)
2837FAIL: g++.old-deja/g++.jason/template27.C -std=c++11 (test for excess errors)
2838FAIL: g++.old-deja/g++.jason/template28.C -std=c++98 (test for excess errors)
2839FAIL: g++.old-deja/g++.jason/template28.C -std=c++11 (test for excess errors)
2840FAIL: g++.old-deja/g++.jason/template31.C -std=c++98 (test for excess errors)
2841FAIL: g++.old-deja/g++.jason/template31.C -std=c++11 (test for excess errors)
2842FAIL: g++.old-deja/g++.jason/template35.C -std=c++98 (test for excess errors)
2843FAIL: g++.old-deja/g++.jason/template35.C -std=c++11 (test for excess errors)
2844FAIL: g++.old-deja/g++.jason/template36.C -std=c++98 (test for excess errors)
2845FAIL: g++.old-deja/g++.jason/template36.C -std=c++11 (test for excess errors)
2846FAIL: g++.old-deja/g++.jason/template40.C -std=c++98 (test for excess errors)
2847FAIL: g++.old-deja/g++.jason/template40.C -std=c++11 (test for excess errors)
2848FAIL: g++.old-deja/g++.jason/template41.C -std=c++98 (test for excess errors)
2849FAIL: g++.old-deja/g++.jason/template41.C -std=c++11 (test for excess errors)
2850FAIL: g++.old-deja/g++.jason/template42.C -std=c++98 (test for excess errors)
2851FAIL: g++.old-deja/g++.jason/template42.C -std=c++11 (test for excess errors)
2852FAIL: g++.old-deja/g++.jason/template44.C -std=c++98 (test for excess errors)
2853FAIL: g++.old-deja/g++.jason/template44.C -std=c++11 (test for excess errors)
2854FAIL: g++.old-deja/g++.jason/template5.C -std=c++98 (test for excess errors)
2855FAIL: g++.old-deja/g++.jason/template5.C -std=c++11 (test for excess errors)
2856FAIL: g++.old-deja/g++.jason/template6.C -std=c++98 (test for excess errors)
2857FAIL: g++.old-deja/g++.jason/template6.C -std=c++11 (test for excess errors)
2858FAIL: g++.old-deja/g++.jason/temporary.C -std=c++98 (test for excess errors)
2859FAIL: g++.old-deja/g++.jason/temporary.C -std=c++11 (test for excess errors)
2860FAIL: g++.old-deja/g++.jason/temporary3.C -std=c++98 (test for excess errors)
2861FAIL: g++.old-deja/g++.jason/temporary3.C -std=c++11 (test for excess errors)
2862FAIL: g++.old-deja/g++.jason/temporary4.C -std=c++98 (test for excess errors)
2863FAIL: g++.old-deja/g++.jason/temporary4.C -std=c++11 (test for excess errors)
2864FAIL: g++.old-deja/g++.jason/temporary7.C -std=c++98 (test for excess errors)
2865FAIL: g++.old-deja/g++.jason/temporary7.C -std=c++11 (test for excess errors)
2866FAIL: g++.old-deja/g++.jason/temporary8.C -std=c++98 (test for excess errors)
2867FAIL: g++.old-deja/g++.jason/temporary8.C -std=c++11 (test for excess errors)
2868FAIL: g++.old-deja/g++.jason/tempover.C -std=c++98 (test for excess errors)
2869FAIL: g++.old-deja/g++.jason/tempover.C -std=c++11 (test for excess errors)
2870FAIL: g++.old-deja/g++.jason/thunk1.C -std=c++98 (test for excess errors)
2871FAIL: g++.old-deja/g++.jason/thunk1.C -std=c++11 (test for excess errors)
2872FAIL: g++.old-deja/g++.jason/thunk2.C -std=gnu++98 (test for excess errors)
2873FAIL: g++.old-deja/g++.jason/thunk2.C -std=gnu++11 (test for excess errors)
2874FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++98 (test for excess errors)
2875FAIL: g++.old-deja/g++.jason/thunk3.C -std=c++11 (test for excess errors)
2876FAIL: g++.old-deja/g++.jason/typeid2.C -std=c++98 (test for excess errors)
2877FAIL: g++.old-deja/g++.jason/typeid2.C -std=c++11 (test for excess errors)
2878FAIL: g++.old-deja/g++.jason/vecdel.C -std=c++98 (test for excess errors)
2879FAIL: g++.old-deja/g++.jason/vecdel.C -std=c++11 (test for excess errors)
2880FAIL: g++.old-deja/g++.jason/virtual.C -std=c++98 (test for excess errors)
2881FAIL: g++.old-deja/g++.jason/virtual.C -std=c++11 (test for excess errors)
2882FAIL: g++.old-deja/g++.jason/virtual2.C -std=c++98 (test for excess errors)
2883FAIL: g++.old-deja/g++.jason/virtual2.C -std=c++11 (test for excess errors)
2884FAIL: g++.old-deja/g++.jason/warning3.C -std=gnu++98 (test for excess errors)
2885FAIL: g++.old-deja/g++.jason/warning3.C -std=gnu++11 (test for excess errors)
2886FAIL: g++.old-deja/g++.jason/warning5.C -std=gnu++98 (test for excess errors)
2887FAIL: g++.old-deja/g++.jason/warning5.C -std=gnu++11 (test for excess errors)
2888FAIL: g++.old-deja/g++.law/arg10.C -std=c++98 (test for excess errors)
2889FAIL: g++.old-deja/g++.law/arg10.C -std=c++11 (test for excess errors)
2890FAIL: g++.old-deja/g++.law/arg8.C -std=c++98 (test for excess errors)
2891FAIL: g++.old-deja/g++.law/arg8.C -std=c++11 (test for excess errors)
2892FAIL: g++.old-deja/g++.law/arm13.C -std=c++98 (test for excess errors)
2893FAIL: g++.old-deja/g++.law/arm13.C -std=c++11 (test for excess errors)
2894FAIL: g++.old-deja/g++.law/arm15.C -std=c++98 (test for excess errors)
2895FAIL: g++.old-deja/g++.law/arm15.C -std=c++11 (test for excess errors)
2896FAIL: g++.old-deja/g++.law/arm7.C -std=gnu++98 (test for excess errors)
2897FAIL: g++.old-deja/g++.law/arm7.C -std=gnu++11 (test for excess errors)
2898FAIL: g++.old-deja/g++.law/array1.C -std=c++98 (test for excess errors)
2899FAIL: g++.old-deja/g++.law/array1.C -std=c++11 (test for excess errors)
2900FAIL: g++.old-deja/g++.law/bad-error7.C -std=c++98 (test for excess errors)
2901FAIL: g++.old-deja/g++.law/bad-error7.C -std=c++11 (test for excess errors)
2902FAIL: g++.old-deja/g++.law/casts2.C -std=c++98 (test for excess errors)
2903FAIL: g++.old-deja/g++.law/casts2.C -std=c++11 (test for excess errors)
2904FAIL: g++.old-deja/g++.law/code-gen2.C -std=c++98 (test for excess errors)
2905FAIL: g++.old-deja/g++.law/code-gen2.C -std=c++11 (test for excess errors)
2906FAIL: g++.old-deja/g++.law/code-gen5.C -std=c++98 (test for excess errors)
2907FAIL: g++.old-deja/g++.law/code-gen5.C -std=c++11 (test for excess errors)
2908FAIL: g++.old-deja/g++.law/copy1.C -std=c++98 (test for excess errors)
2909FAIL: g++.old-deja/g++.law/copy1.C -std=c++11 (test for excess errors)
2910FAIL: g++.old-deja/g++.law/copy2.C -std=c++98 (test for excess errors)
2911FAIL: g++.old-deja/g++.law/copy2.C -std=c++11 (test for excess errors)
2912FAIL: g++.old-deja/g++.law/ctors1.C -std=c++98 (test for excess errors)
2913FAIL: g++.old-deja/g++.law/ctors1.C -std=c++11 (test for excess errors)
2914FAIL: g++.old-deja/g++.law/ctors12.C -std=c++98 (test for excess errors)
2915FAIL: g++.old-deja/g++.law/ctors12.C -std=c++11 (test for excess errors)
2916FAIL: g++.old-deja/g++.law/ctors15.C -std=c++98 (test for excess errors)
2917FAIL: g++.old-deja/g++.law/ctors15.C -std=c++11 (test for excess errors)
2918FAIL: g++.old-deja/g++.law/ctors16.C -std=c++98 (test for excess errors)
2919FAIL: g++.old-deja/g++.law/ctors16.C -std=c++11 (test for excess errors)
2920FAIL: g++.old-deja/g++.law/ctors18.C -std=c++98 (test for excess errors)
2921FAIL: g++.old-deja/g++.law/ctors18.C -std=c++11 (test for excess errors)
2922FAIL: g++.old-deja/g++.law/ctors19.C -std=c++98 (test for excess errors)
2923FAIL: g++.old-deja/g++.law/ctors19.C -std=c++11 (test for excess errors)
2924FAIL: g++.old-deja/g++.law/ctors20.C -std=c++98 (test for excess errors)
2925FAIL: g++.old-deja/g++.law/ctors20.C -std=c++11 (test for excess errors)
2926FAIL: g++.old-deja/g++.law/ctors4.C -std=gnu++98 (test for excess errors)
2927FAIL: g++.old-deja/g++.law/ctors4.C -std=gnu++11 (test for excess errors)
2928FAIL: g++.old-deja/g++.law/ctors6.C -std=c++98 (test for excess errors)
2929FAIL: g++.old-deja/g++.law/ctors6.C -std=c++11 (test for excess errors)
2930FAIL: g++.old-deja/g++.law/ctors8.C -std=c++98 (test for excess errors)
2931FAIL: g++.old-deja/g++.law/ctors8.C -std=c++11 (test for excess errors)
2932FAIL: g++.old-deja/g++.law/cvt10.C -std=c++98 (test for excess errors)
2933FAIL: g++.old-deja/g++.law/cvt10.C -std=c++11 (test for excess errors)
2934FAIL: g++.old-deja/g++.law/cvt12.C -std=c++98 (test for excess errors)
2935FAIL: g++.old-deja/g++.law/cvt12.C -std=c++11 (test for excess errors)
2936FAIL: g++.old-deja/g++.law/cvt16.C -std=c++98 (test for excess errors)
2937FAIL: g++.old-deja/g++.law/cvt16.C -std=c++11 (test for excess errors)
2938FAIL: g++.old-deja/g++.law/cvt19.C -std=c++98 (test for excess errors)
2939FAIL: g++.old-deja/g++.law/cvt19.C -std=c++11 (test for excess errors)
2940FAIL: g++.old-deja/g++.law/cvt2.C -std=c++98 (test for excess errors)
2941FAIL: g++.old-deja/g++.law/cvt2.C -std=c++11 (test for excess errors)
2942FAIL: g++.old-deja/g++.law/cvt4.C -std=c++98 (test for excess errors)
2943FAIL: g++.old-deja/g++.law/cvt4.C -std=c++11 (test for excess errors)
2944FAIL: g++.old-deja/g++.law/cvt5.C -std=c++98 (test for excess errors)
2945FAIL: g++.old-deja/g++.law/cvt5.C -std=c++11 (test for excess errors)
2946FAIL: g++.old-deja/g++.law/cvt6.C -std=c++98 (test for excess errors)
2947FAIL: g++.old-deja/g++.law/cvt6.C -std=c++11 (test for excess errors)
2948FAIL: g++.old-deja/g++.law/cvt7.C -std=c++98 (test for excess errors)
2949FAIL: g++.old-deja/g++.law/cvt7.C -std=c++11 (test for excess errors)
2950FAIL: g++.old-deja/g++.law/dtors2.C -std=c++98 (test for excess errors)
2951FAIL: g++.old-deja/g++.law/dtors2.C -std=c++11 (test for excess errors)
2952FAIL: g++.old-deja/g++.law/dtors3.C -std=c++98 (test for excess errors)
2953FAIL: g++.old-deja/g++.law/dtors3.C -std=c++11 (test for excess errors)
2954FAIL: g++.old-deja/g++.law/dtors4.C -std=c++98 (test for excess errors)
2955FAIL: g++.old-deja/g++.law/dtors4.C -std=c++11 (test for excess errors)
2956FAIL: g++.old-deja/g++.law/dtors5.C -std=c++98 (test for excess errors)
2957FAIL: g++.old-deja/g++.law/dtors5.C -std=c++11 (test for excess errors)
2958FAIL: g++.old-deja/g++.law/except1.C -std=gnu++98 (test for excess errors)
2959FAIL: g++.old-deja/g++.law/except1.C -std=gnu++11 (test for excess errors)
2960FAIL: g++.old-deja/g++.law/except3.C -std=gnu++98 (test for excess errors)
2961FAIL: g++.old-deja/g++.law/except3.C -std=gnu++11 (test for excess errors)
2962FAIL: g++.old-deja/g++.law/except4.C -std=gnu++98 (test for excess errors)
2963FAIL: g++.old-deja/g++.law/except4.C -std=gnu++11 (test for excess errors)
2964FAIL: g++.old-deja/g++.law/except5.C -std=gnu++98 (test for excess errors)
2965FAIL: g++.old-deja/g++.law/except5.C -std=gnu++11 (test for excess errors)
2966FAIL: g++.old-deja/g++.law/except6.C -std=gnu++98 (test for excess errors)
2967FAIL: g++.old-deja/g++.law/except6.C -std=gnu++11 (test for excess errors)
2968FAIL: g++.old-deja/g++.law/incdec1.C -std=gnu++98 (test for excess errors)
2969FAIL: g++.old-deja/g++.law/incdec1.C -std=gnu++11 (test for excess errors)
2970FAIL: g++.old-deja/g++.law/init1.C -std=c++11 (test for excess errors)
2971FAIL: g++.old-deja/g++.law/init13.C -std=c++98 (test for excess errors)
2972FAIL: g++.old-deja/g++.law/init13.C -std=c++11 (test for excess errors)
2973FAIL: g++.old-deja/g++.law/init9.C -std=c++98 (test for excess errors)
2974FAIL: g++.old-deja/g++.law/init9.C -std=c++11 (test for excess errors)
2975FAIL: g++.old-deja/g++.law/inline4.C -std=c++98 (test for excess errors)
2976FAIL: g++.old-deja/g++.law/inline4.C -std=c++11 (test for excess errors)
2977FAIL: g++.old-deja/g++.law/nest3.C -std=c++98 (test for excess errors)
2978FAIL: g++.old-deja/g++.law/nest3.C -std=c++11 (test for excess errors)
2979FAIL: g++.old-deja/g++.law/operators11.C -std=c++98 (test for excess errors)
2980FAIL: g++.old-deja/g++.law/operators11.C -std=c++11 (test for excess errors)
2981FAIL: g++.old-deja/g++.law/operators16.C -std=c++98 (test for excess errors)
2982FAIL: g++.old-deja/g++.law/operators16.C -std=c++11 (test for excess errors)
2983FAIL: g++.old-deja/g++.law/operators18.C -std=c++98 (test for excess errors)
2984FAIL: g++.old-deja/g++.law/operators18.C -std=c++11 (test for excess errors)
2985FAIL: g++.old-deja/g++.law/operators22.C -std=c++98 (test for excess errors)
2986FAIL: g++.old-deja/g++.law/operators22.C -std=c++11 (test for excess errors)
2987FAIL: g++.old-deja/g++.law/operators23.C -std=c++98 (test for excess errors)
2988FAIL: g++.old-deja/g++.law/operators23.C -std=c++11 (test for excess errors)
2989FAIL: g++.old-deja/g++.law/operators27.C -std=c++98 (test for excess errors)
2990FAIL: g++.old-deja/g++.law/operators27.C -std=c++11 (test for excess errors)
2991FAIL: g++.old-deja/g++.law/operators3.C -std=c++98 (test for excess errors)
2992FAIL: g++.old-deja/g++.law/operators3.C -std=c++11 (test for excess errors)
2993FAIL: g++.old-deja/g++.law/operators34.C -std=c++98 (test for excess errors)
2994FAIL: g++.old-deja/g++.law/operators34.C -std=c++11 (test for excess errors)
2995FAIL: g++.old-deja/g++.law/operators6.C -std=c++98 (test for excess errors)
2996FAIL: g++.old-deja/g++.law/operators6.C -std=c++11 (test for excess errors)
2997FAIL: g++.old-deja/g++.law/operators8.C -std=c++98 (test for excess errors)
2998FAIL: g++.old-deja/g++.law/operators8.C -std=c++11 (test for excess errors)
2999FAIL: g++.old-deja/g++.law/scope2.C -std=c++98 (test for excess errors)
3000FAIL: g++.old-deja/g++.law/scope2.C -std=c++11 (test for excess errors)
3001FAIL: g++.old-deja/g++.law/static-mem5.C -std=gnu++98 (test for excess errors)
3002FAIL: g++.old-deja/g++.law/static-mem5.C -std=gnu++11 (test for excess errors)
3003FAIL: g++.old-deja/g++.law/template1.C -std=c++98 (test for excess errors)
3004FAIL: g++.old-deja/g++.law/template1.C -std=c++11 (test for excess errors)
3005FAIL: g++.old-deja/g++.law/temps1.C -std=gnu++98 (test for excess errors)
3006FAIL: g++.old-deja/g++.law/temps1.C -std=gnu++11 (test for excess errors)
3007FAIL: g++.old-deja/g++.law/temps3.C -std=c++98 (test for excess errors)
3008FAIL: g++.old-deja/g++.law/temps3.C -std=c++11 (test for excess errors)
3009FAIL: g++.old-deja/g++.law/temps5.C -std=c++98 (test for excess errors)
3010FAIL: g++.old-deja/g++.law/temps5.C -std=c++11 (test for excess errors)
3011FAIL: g++.old-deja/g++.law/unsorted2.C -std=c++98 (test for excess errors)
3012FAIL: g++.old-deja/g++.law/unsorted2.C -std=c++11 (test for excess errors)
3013FAIL: g++.old-deja/g++.law/vbase1.C -std=c++98 (test for excess errors)
3014FAIL: g++.old-deja/g++.law/vbase1.C -std=c++11 (test for excess errors)
3015FAIL: g++.old-deja/g++.law/virtual2.C -std=c++98 (test for excess errors)
3016FAIL: g++.old-deja/g++.law/virtual2.C -std=c++11 (test for excess errors)
3017FAIL: g++.old-deja/g++.law/virtual3.C -std=c++98 (test for excess errors)
3018FAIL: g++.old-deja/g++.law/virtual3.C -std=c++11 (test for excess errors)
3019FAIL: g++.old-deja/g++.law/virtual4.C -std=c++98 (test for excess errors)
3020FAIL: g++.old-deja/g++.law/virtual4.C -std=c++11 (test for excess errors)
3021FAIL: g++.old-deja/g++.law/visibility1.C -std=c++98 (test for excess errors)
3022FAIL: g++.old-deja/g++.law/visibility1.C -std=c++11 (test for excess errors)
3023FAIL: g++.old-deja/g++.law/visibility2.C -std=c++98 (test for excess errors)
3024FAIL: g++.old-deja/g++.law/visibility2.C -std=c++11 (test for excess errors)
3025FAIL: g++.old-deja/g++.law/visibility28.C -std=c++98 (test for excess errors)
3026FAIL: g++.old-deja/g++.law/visibility28.C -std=c++11 (test for excess errors)
3027FAIL: g++.old-deja/g++.law/vtable1.C -std=gnu++98 (test for excess errors)
3028FAIL: g++.old-deja/g++.law/vtable1.C -std=gnu++11 (test for excess errors)
3029FAIL: g++.old-deja/g++.law/vtable3.C -std=c++98 (test for excess errors)
3030FAIL: g++.old-deja/g++.law/vtable3.C -std=c++11 (test for excess errors)
3031FAIL: g++.old-deja/g++.martin/bitset1.C -std=c++98 (test for excess errors)
3032FAIL: g++.old-deja/g++.martin/bitset1.C -std=c++11 (test for excess errors)
3033FAIL: g++.old-deja/g++.martin/conv1.C -std=c++98 (test for excess errors)
3034FAIL: g++.old-deja/g++.martin/conv1.C -std=c++11 (test for excess errors)
3035FAIL: g++.old-deja/g++.martin/new1.C -std=c++98 (test for excess errors)
3036FAIL: g++.old-deja/g++.martin/new1.C -std=c++11 (test for excess errors)
3037FAIL: g++.old-deja/g++.martin/pmf1.C -std=c++98 (test for excess errors)
3038FAIL: g++.old-deja/g++.martin/pmf1.C -std=c++11 (test for excess errors)
3039FAIL: g++.old-deja/g++.martin/pmf2.C -std=gnu++98 (test for excess errors)
3040FAIL: g++.old-deja/g++.martin/pmf2.C -std=gnu++11 (test for excess errors)
3041FAIL: g++.old-deja/g++.martin/sts_conv.C -std=c++98 (test for excess errors)
3042FAIL: g++.old-deja/g++.martin/sts_conv.C -std=c++11 (test for excess errors)
3043FAIL: g++.old-deja/g++.martin/sts_iarr.C -std=c++98 (test for excess errors)
3044FAIL: g++.old-deja/g++.martin/sts_iarr.C -std=c++11 (test for excess errors)
3045FAIL: g++.old-deja/g++.martin/sts_partial.C -std=c++98 (test for excess errors)
3046FAIL: g++.old-deja/g++.martin/sts_partial.C -std=c++11 (test for excess errors)
3047FAIL: g++.old-deja/g++.mike/align1.C -std=c++98 (test for excess errors)
3048FAIL: g++.old-deja/g++.mike/align1.C -std=c++11 (test for excess errors)
3049FAIL: g++.old-deja/g++.mike/align2.C -std=c++98 (test for excess errors)
3050FAIL: g++.old-deja/g++.mike/align2.C -std=c++11 (test for excess errors)
3051FAIL: g++.old-deja/g++.mike/bool2.C -std=gnu++98 (test for excess errors)
3052FAIL: g++.old-deja/g++.mike/bool2.C -std=gnu++11 (test for excess errors)
3053FAIL: g++.old-deja/g++.mike/debug1.C -std=gnu++98 (test for excess errors)
3054FAIL: g++.old-deja/g++.mike/debug1.C -std=gnu++11 (test for excess errors)
3055FAIL: g++.old-deja/g++.mike/dyncast1.C -std=gnu++98 (test for excess errors)
3056FAIL: g++.old-deja/g++.mike/dyncast1.C -std=gnu++11 (test for excess errors)
3057FAIL: g++.old-deja/g++.mike/dyncast2.C -std=gnu++98 (test for excess errors)
3058FAIL: g++.old-deja/g++.mike/dyncast2.C -std=gnu++11 (test for excess errors)
3059FAIL: g++.old-deja/g++.mike/dyncast3.C -std=gnu++98 (test for excess errors)
3060FAIL: g++.old-deja/g++.mike/dyncast3.C -std=gnu++11 (test for excess errors)
3061FAIL: g++.old-deja/g++.mike/dyncast5.C -std=c++98 (test for excess errors)
3062FAIL: g++.old-deja/g++.mike/dyncast5.C -std=c++11 (test for excess errors)
3063FAIL: g++.old-deja/g++.mike/dyncast7.C -std=gnu++98 (test for excess errors)
3064FAIL: g++.old-deja/g++.mike/dyncast7.C -std=gnu++11 (test for excess errors)
3065FAIL: g++.old-deja/g++.mike/dyncast8.C -std=c++98 (test for excess errors)
3066FAIL: g++.old-deja/g++.mike/dyncast8.C -std=c++11 (test for excess errors)
3067FAIL: g++.old-deja/g++.mike/dyncast9.C -std=c++98 (test for excess errors)
3068FAIL: g++.old-deja/g++.mike/dyncast9.C -std=c++11 (test for excess errors)
3069FAIL: g++.old-deja/g++.mike/eh12.C -std=gnu++98 (test for excess errors)
3070FAIL: g++.old-deja/g++.mike/eh12.C -std=gnu++11 (test for excess errors)
3071FAIL: g++.old-deja/g++.mike/eh14.C -std=gnu++98 (test for excess errors)
3072FAIL: g++.old-deja/g++.mike/eh14.C -std=gnu++11 (test for excess errors)
3073FAIL: g++.old-deja/g++.mike/eh16.C -std=gnu++98 (test for excess errors)
3074FAIL: g++.old-deja/g++.mike/eh16.C -std=gnu++11 (test for excess errors)
3075FAIL: g++.old-deja/g++.mike/eh17.C -std=gnu++98 (test for excess errors)
3076FAIL: g++.old-deja/g++.mike/eh17.C -std=gnu++11 (test for excess errors)
3077FAIL: g++.old-deja/g++.mike/eh18.C -std=gnu++98 (test for excess errors)
3078FAIL: g++.old-deja/g++.mike/eh18.C -std=gnu++11 (test for excess errors)
3079FAIL: g++.old-deja/g++.mike/eh19.C -std=gnu++98 (test for excess errors)
3080FAIL: g++.old-deja/g++.mike/eh19.C -std=gnu++11 (test for excess errors)
3081FAIL: g++.old-deja/g++.mike/eh2.C -std=gnu++98 (test for excess errors)
3082FAIL: g++.old-deja/g++.mike/eh2.C -std=gnu++11 (test for excess errors)
3083FAIL: g++.old-deja/g++.mike/eh23.C -std=gnu++98 (test for excess errors)
3084FAIL: g++.old-deja/g++.mike/eh23.C -std=gnu++11 (test for excess errors)
3085FAIL: g++.old-deja/g++.mike/eh24.C -std=gnu++98 (test for excess errors)
3086FAIL: g++.old-deja/g++.mike/eh24.C -std=gnu++11 (test for excess errors)
3087FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++98 (test for excess errors)
3088FAIL: g++.old-deja/g++.mike/eh25.C -std=gnu++11 (test for excess errors)
3089FAIL: g++.old-deja/g++.mike/eh26.C -std=gnu++98 (test for excess errors)
3090FAIL: g++.old-deja/g++.mike/eh26.C -std=gnu++11 (test for excess errors)
3091FAIL: g++.old-deja/g++.mike/eh27.C -std=gnu++98 (test for excess errors)
3092FAIL: g++.old-deja/g++.mike/eh27.C -std=gnu++11 (test for excess errors)
3093FAIL: g++.old-deja/g++.mike/eh28.C -std=gnu++98 (test for excess errors)
3094FAIL: g++.old-deja/g++.mike/eh28.C -std=gnu++11 (test for excess errors)
3095FAIL: g++.old-deja/g++.mike/eh29.C -std=gnu++98 (test for excess errors)
3096FAIL: g++.old-deja/g++.mike/eh29.C -std=gnu++11 (test for excess errors)
3097FAIL: g++.old-deja/g++.mike/eh3.C -std=gnu++98 (test for excess errors)
3098FAIL: g++.old-deja/g++.mike/eh3.C -std=gnu++11 (test for excess errors)
3099FAIL: g++.old-deja/g++.mike/eh31.C -std=gnu++98 (test for excess errors)
3100FAIL: g++.old-deja/g++.mike/eh31.C -std=gnu++11 (test for excess errors)
3101FAIL: g++.old-deja/g++.mike/eh36.C -std=gnu++98 (test for excess errors)
3102FAIL: g++.old-deja/g++.mike/eh36.C -std=gnu++11 (test for excess errors)
3103FAIL: g++.old-deja/g++.mike/eh37.C -std=gnu++98 (test for excess errors)
3104FAIL: g++.old-deja/g++.mike/eh37.C -std=gnu++11 (test for excess errors)
3105FAIL: g++.old-deja/g++.mike/eh38.C -std=gnu++98 (test for excess errors)
3106FAIL: g++.old-deja/g++.mike/eh38.C -std=gnu++11 (test for excess errors)
3107FAIL: g++.old-deja/g++.mike/eh39.C -std=gnu++98 (test for excess errors)
3108FAIL: g++.old-deja/g++.mike/eh39.C -std=gnu++11 (test for excess errors)
3109FAIL: g++.old-deja/g++.mike/eh40.C -std=gnu++98 (test for excess errors)
3110FAIL: g++.old-deja/g++.mike/eh40.C -std=gnu++11 (test for excess errors)
3111FAIL: g++.old-deja/g++.mike/eh41.C -std=gnu++98 (test for excess errors)
3112FAIL: g++.old-deja/g++.mike/eh41.C -std=gnu++11 (test for excess errors)
3113FAIL: g++.old-deja/g++.mike/eh44.C -std=gnu++98 (test for excess errors)
3114FAIL: g++.old-deja/g++.mike/eh44.C -std=gnu++11 (test for excess errors)
3115FAIL: g++.old-deja/g++.mike/eh45.C -std=c++98 (test for excess errors)
3116FAIL: g++.old-deja/g++.mike/eh45.C -std=c++11 (test for excess errors)
3117FAIL: g++.old-deja/g++.mike/eh46.C -std=gnu++98 (test for excess errors)
3118FAIL: g++.old-deja/g++.mike/eh46.C -std=gnu++11 (test for excess errors)
3119FAIL: g++.old-deja/g++.mike/eh48.C -std=gnu++98 (test for excess errors)
3120FAIL: g++.old-deja/g++.mike/eh48.C -std=gnu++11 (test for excess errors)
3121FAIL: g++.old-deja/g++.mike/eh5.C -std=gnu++98 (test for excess errors)
3122FAIL: g++.old-deja/g++.mike/eh5.C -std=gnu++11 (test for excess errors)
3123FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++98 (test for excess errors)
3124FAIL: g++.old-deja/g++.mike/eh50.C -std=gnu++11 (test for excess errors)
3125FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++98 (test for excess errors)
3126FAIL: g++.old-deja/g++.mike/eh51.C -std=gnu++11 (test for excess errors)
3127FAIL: g++.old-deja/g++.mike/eh53.C -std=gnu++98 (test for excess errors)
3128FAIL: g++.old-deja/g++.mike/eh53.C -std=gnu++11 (test for excess errors)
3129FAIL: g++.old-deja/g++.mike/eh56.C -std=gnu++98 (test for excess errors)
3130FAIL: g++.old-deja/g++.mike/eh56.C -std=gnu++11 (test for excess errors)
3131FAIL: g++.old-deja/g++.mike/hog1.C -std=c++98 (test for excess errors)
3132FAIL: g++.old-deja/g++.mike/hog1.C -std=c++11 (test for excess errors)
3133FAIL: g++.old-deja/g++.mike/init1.C -std=c++98 (test for excess errors)
3134FAIL: g++.old-deja/g++.mike/init1.C -std=c++11 (test for excess errors)
3135FAIL: g++.old-deja/g++.mike/leak1.C -std=c++98 (test for excess errors)
3136FAIL: g++.old-deja/g++.mike/leak1.C -std=c++11 (test for excess errors)
3137FAIL: g++.old-deja/g++.mike/mangle1.C -std=gnu++98 (test for excess errors)
3138FAIL: g++.old-deja/g++.mike/mangle1.C -std=gnu++11 (test for excess errors)
3139FAIL: g++.old-deja/g++.mike/mangle3.C -std=c++98 (test for excess errors)
3140FAIL: g++.old-deja/g++.mike/mangle3.C -std=c++11 (test for excess errors)
3141FAIL: g++.old-deja/g++.mike/mi1.C -std=gnu++98 (test for excess errors)
3142FAIL: g++.old-deja/g++.mike/mi1.C -std=gnu++11 (test for excess errors)
3143FAIL: g++.old-deja/g++.mike/mi2.C -std=c++98 (test for excess errors)
3144FAIL: g++.old-deja/g++.mike/mi2.C -std=c++11 (test for excess errors)
3145FAIL: g++.old-deja/g++.mike/misc1.C -std=c++98 (test for excess errors)
3146FAIL: g++.old-deja/g++.mike/misc1.C -std=c++11 (test for excess errors)
3147FAIL: g++.old-deja/g++.mike/misc13.C -std=c++98 (test for excess errors)
3148FAIL: g++.old-deja/g++.mike/misc13.C -std=c++11 (test for excess errors)
3149FAIL: g++.old-deja/g++.mike/misc14.C -std=c++98 (test for excess errors)
3150FAIL: g++.old-deja/g++.mike/misc14.C -std=c++11 (test for excess errors)
3151FAIL: g++.old-deja/g++.mike/misc8.C -std=c++98 (test for excess errors)
3152FAIL: g++.old-deja/g++.mike/misc8.C -std=c++11 (test for excess errors)
3153FAIL: g++.old-deja/g++.mike/net15.C -std=c++98 (test for excess errors)
3154FAIL: g++.old-deja/g++.mike/net15.C -std=c++11 (test for excess errors)
3155FAIL: g++.old-deja/g++.mike/net16.C -std=c++98 (test for excess errors)
3156FAIL: g++.old-deja/g++.mike/net16.C -std=c++11 (test for excess errors)
3157FAIL: g++.old-deja/g++.mike/net17.C -std=c++98 (test for excess errors)
3158FAIL: g++.old-deja/g++.mike/net17.C -std=c++11 (test for excess errors)
3159FAIL: g++.old-deja/g++.mike/net21.C -std=c++98 (test for excess errors)
3160FAIL: g++.old-deja/g++.mike/net21.C -std=c++11 (test for excess errors)
3161FAIL: g++.old-deja/g++.mike/net26.C -std=c++98 (test for excess errors)
3162FAIL: g++.old-deja/g++.mike/net26.C -std=c++11 (test for excess errors)
3163FAIL: g++.old-deja/g++.mike/net34.C -std=gnu++98 (test for excess errors)
3164FAIL: g++.old-deja/g++.mike/net34.C -std=gnu++11 (test for excess errors)
3165FAIL: g++.old-deja/g++.mike/net35.C -std=c++98 (test for excess errors)
3166FAIL: g++.old-deja/g++.mike/net35.C -std=c++11 (test for excess errors)
3167FAIL: g++.old-deja/g++.mike/net37.C -std=c++98 (test for excess errors)
3168FAIL: g++.old-deja/g++.mike/net37.C -std=c++11 (test for excess errors)
3169FAIL: g++.old-deja/g++.mike/net38.C -std=c++98 (test for excess errors)
3170FAIL: g++.old-deja/g++.mike/net38.C -std=c++11 (test for excess errors)
3171FAIL: g++.old-deja/g++.mike/net39.C -std=c++98 (test for excess errors)
3172FAIL: g++.old-deja/g++.mike/net39.C -std=c++11 (test for excess errors)
3173FAIL: g++.old-deja/g++.mike/net45.C -std=c++98 (test for excess errors)
3174FAIL: g++.old-deja/g++.mike/net45.C -std=c++11 (test for excess errors)
3175FAIL: g++.old-deja/g++.mike/ns15.C -std=c++98 (test for excess errors)
3176FAIL: g++.old-deja/g++.mike/ns15.C -std=c++11 (test for excess errors)
3177FAIL: g++.old-deja/g++.mike/offset1.C -std=c++98 (test for excess errors)
3178FAIL: g++.old-deja/g++.mike/offset1.C -std=c++11 (test for excess errors)
3179FAIL: g++.old-deja/g++.mike/p10148.C -std=gnu++98 (test for excess errors)
3180FAIL: g++.old-deja/g++.mike/p10148.C -std=gnu++11 (test for excess errors)
3181FAIL: g++.old-deja/g++.mike/p10849a.C -std=c++98 (test for excess errors)
3182FAIL: g++.old-deja/g++.mike/p10849a.C -std=c++11 (test for excess errors)
3183FAIL: g++.old-deja/g++.mike/p10951.C -std=c++98 (test for excess errors)
3184FAIL: g++.old-deja/g++.mike/p10951.C -std=c++11 (test for excess errors)
3185FAIL: g++.old-deja/g++.mike/p11012.C -std=gnu++98 (test for excess errors)
3186FAIL: g++.old-deja/g++.mike/p11012.C -std=gnu++11 (test for excess errors)
3187FAIL: g++.old-deja/g++.mike/p11142.C -std=gnu++98 (test for excess errors)
3188FAIL: g++.old-deja/g++.mike/p11142.C -std=gnu++11 (test for excess errors)
3189FAIL: g++.old-deja/g++.mike/p11667.C -std=gnu++98 (test for excess errors)
3190FAIL: g++.old-deja/g++.mike/p11667.C -std=gnu++11 (test for excess errors)
3191FAIL: g++.old-deja/g++.mike/p12306.C -std=c++98 (test for excess errors)
3192FAIL: g++.old-deja/g++.mike/p12306.C -std=c++11 (test for excess errors)
3193FAIL: g++.old-deja/g++.mike/p12306a.C -std=c++98 (test for excess errors)
3194FAIL: g++.old-deja/g++.mike/p12306a.C -std=c++11 (test for excess errors)
3195FAIL: g++.old-deja/g++.mike/p1248.C -std=c++98 (test for excess errors)
3196FAIL: g++.old-deja/g++.mike/p1248.C -std=c++11 (test for excess errors)
3197FAIL: g++.old-deja/g++.mike/p1567.C -std=c++98 (test for excess errors)
3198FAIL: g++.old-deja/g++.mike/p1567.C -std=c++11 (test for excess errors)
3199FAIL: g++.old-deja/g++.mike/p16146.C -std=c++98 (test for excess errors)
3200FAIL: g++.old-deja/g++.mike/p16146.C -std=c++11 (test for excess errors)
3201FAIL: g++.old-deja/g++.mike/p1862.C -std=c++98 (test for excess errors)
3202FAIL: g++.old-deja/g++.mike/p1862.C -std=c++11 (test for excess errors)
3203FAIL: g++.old-deja/g++.mike/p2394.C -std=c++98 (test for excess errors)
3204FAIL: g++.old-deja/g++.mike/p2394.C -std=c++11 (test for excess errors)
3205FAIL: g++.old-deja/g++.mike/p2736.C -std=c++98 (test for excess errors)
3206FAIL: g++.old-deja/g++.mike/p2736.C -std=c++11 (test for excess errors)
3207FAIL: g++.old-deja/g++.mike/p2746.C -std=c++98 (test for excess errors)
3208FAIL: g++.old-deja/g++.mike/p2746.C -std=c++11 (test for excess errors)
3209FAIL: g++.old-deja/g++.mike/p2806.C -std=c++98 (test for excess errors)
3210FAIL: g++.old-deja/g++.mike/p2806.C -std=c++11 (test for excess errors)
3211FAIL: g++.old-deja/g++.mike/p2846.C -std=c++98 (test for excess errors)
3212FAIL: g++.old-deja/g++.mike/p2846.C -std=c++11 (test for excess errors)
3213FAIL: g++.old-deja/g++.mike/p2846a.C -std=c++98 (test for excess errors)
3214FAIL: g++.old-deja/g++.mike/p2846a.C -std=c++11 (test for excess errors)
3215FAIL: g++.old-deja/g++.mike/p2846b.C -std=c++98 (test for excess errors)
3216FAIL: g++.old-deja/g++.mike/p2846b.C -std=c++11 (test for excess errors)
3217FAIL: g++.old-deja/g++.mike/p2960.C -std=c++98 (test for excess errors)
3218FAIL: g++.old-deja/g++.mike/p2960.C -std=c++11 (test for excess errors)
3219FAIL: g++.old-deja/g++.mike/p3041.C -std=c++98 (test for excess errors)
3220FAIL: g++.old-deja/g++.mike/p3041.C -std=c++11 (test for excess errors)
3221FAIL: g++.old-deja/g++.mike/p3068.C -std=c++98 (test for excess errors)
3222FAIL: g++.old-deja/g++.mike/p3068.C -std=c++11 (test for excess errors)
3223FAIL: g++.old-deja/g++.mike/p3139.C -std=c++98 (test for excess errors)
3224FAIL: g++.old-deja/g++.mike/p3139.C -std=c++11 (test for excess errors)
3225FAIL: g++.old-deja/g++.mike/p3524b.C -std=c++98 (test for excess errors)
3226FAIL: g++.old-deja/g++.mike/p3524b.C -std=c++11 (test for excess errors)
3227FAIL: g++.old-deja/g++.mike/p3524c.C -std=c++98 (test for excess errors)
3228FAIL: g++.old-deja/g++.mike/p3524c.C -std=c++11 (test for excess errors)
3229FAIL: g++.old-deja/g++.mike/p3570.C -std=c++98 (test for excess errors)
3230FAIL: g++.old-deja/g++.mike/p3570.C -std=c++11 (test for excess errors)
3231FAIL: g++.old-deja/g++.mike/p3579.C -std=c++98 (test for excess errors)
3232FAIL: g++.old-deja/g++.mike/p3579.C -std=c++11 (test for excess errors)
3233FAIL: g++.old-deja/g++.mike/p3708.C -std=c++98 (test for excess errors)
3234FAIL: g++.old-deja/g++.mike/p3708.C -std=c++11 (test for excess errors)
3235FAIL: g++.old-deja/g++.mike/p3708a.C -std=c++98 (test for excess errors)
3236FAIL: g++.old-deja/g++.mike/p3708a.C -std=c++11 (test for excess errors)
3237FAIL: g++.old-deja/g++.mike/p3708b.C -std=c++98 (test for excess errors)
3238FAIL: g++.old-deja/g++.mike/p3708b.C -std=c++11 (test for excess errors)
3239FAIL: g++.old-deja/g++.mike/p4068.C -std=c++98 (test for excess errors)
3240FAIL: g++.old-deja/g++.mike/p4068.C -std=c++11 (test for excess errors)
3241FAIL: g++.old-deja/g++.mike/p4104.C -std=c++98 (test for excess errors)
3242FAIL: g++.old-deja/g++.mike/p4104.C -std=c++11 (test for excess errors)
3243FAIL: g++.old-deja/g++.mike/p4246.C -std=c++98 (test for excess errors)
3244FAIL: g++.old-deja/g++.mike/p4246.C -std=c++11 (test for excess errors)
3245FAIL: g++.old-deja/g++.mike/p4511.C -std=c++98 (test for excess errors)
3246FAIL: g++.old-deja/g++.mike/p4511.C -std=c++11 (test for excess errors)
3247FAIL: g++.old-deja/g++.mike/p4623.C -std=c++98 (test for excess errors)
3248FAIL: g++.old-deja/g++.mike/p4623.C -std=c++11 (test for excess errors)
3249FAIL: g++.old-deja/g++.mike/p4667.C -std=c++98 (test for excess errors)
3250FAIL: g++.old-deja/g++.mike/p4667.C -std=c++11 (test for excess errors)
3251FAIL: g++.old-deja/g++.mike/p4693.C -std=c++98 (test for excess errors)
3252FAIL: g++.old-deja/g++.mike/p4693.C -std=c++11 (test for excess errors)
3253FAIL: g++.old-deja/g++.mike/p4736a.C -std=c++98 (test for excess errors)
3254FAIL: g++.old-deja/g++.mike/p4736a.C -std=c++11 (test for excess errors)
3255FAIL: g++.old-deja/g++.mike/p4736b.C -std=c++98 (test for excess errors)
3256FAIL: g++.old-deja/g++.mike/p4736b.C -std=c++11 (test for excess errors)
3257FAIL: g++.old-deja/g++.mike/p4736c.C -std=c++98 (test for excess errors)
3258FAIL: g++.old-deja/g++.mike/p4736c.C -std=c++11 (test for excess errors)
3259FAIL: g++.old-deja/g++.mike/p5469.C -std=c++98 (test for excess errors)
3260FAIL: g++.old-deja/g++.mike/p5469.C -std=c++11 (test for excess errors)
3261FAIL: g++.old-deja/g++.mike/p5469a.C -std=c++98 (test for excess errors)
3262FAIL: g++.old-deja/g++.mike/p5469a.C -std=c++11 (test for excess errors)
3263FAIL: g++.old-deja/g++.mike/p5571.C -std=c++98 (test for excess errors)
3264FAIL: g++.old-deja/g++.mike/p5571.C -std=c++11 (test for excess errors)
3265FAIL: g++.old-deja/g++.mike/p5673.C -std=c++98 (test for excess errors)
3266FAIL: g++.old-deja/g++.mike/p5673.C -std=c++11 (test for excess errors)
3267FAIL: g++.old-deja/g++.mike/p5718.C -std=c++98 (test for excess errors)
3268FAIL: g++.old-deja/g++.mike/p5718.C -std=c++11 (test for excess errors)
3269FAIL: g++.old-deja/g++.mike/p5840.C -std=c++98 (test for excess errors)
3270FAIL: g++.old-deja/g++.mike/p5840.C -std=c++11 (test for excess errors)
3271FAIL: g++.old-deja/g++.mike/p6610a.C -std=c++98 (test for excess errors)
3272FAIL: g++.old-deja/g++.mike/p6610a.C -std=c++11 (test for excess errors)
3273FAIL: g++.old-deja/g++.mike/p6610b.C -std=c++98 (test for excess errors)
3274FAIL: g++.old-deja/g++.mike/p6610b.C -std=c++11 (test for excess errors)
3275FAIL: g++.old-deja/g++.mike/p6611.C -std=c++98 (test for excess errors)
3276FAIL: g++.old-deja/g++.mike/p6611.C -std=c++11 (test for excess errors)
3277FAIL: g++.old-deja/g++.mike/p710.C -std=c++98 (test for excess errors)
3278FAIL: g++.old-deja/g++.mike/p710.C -std=c++11 (test for excess errors)
3279FAIL: g++.old-deja/g++.mike/p7626.C -std=c++98 (test for excess errors)
3280FAIL: g++.old-deja/g++.mike/p7626.C -std=c++11 (test for excess errors)
3281FAIL: g++.old-deja/g++.mike/p7651.C -std=c++98 (test for excess errors)
3282FAIL: g++.old-deja/g++.mike/p7651.C -std=c++11 (test for excess errors)
3283FAIL: g++.old-deja/g++.mike/p783.C -std=c++98 (test for excess errors)
3284FAIL: g++.old-deja/g++.mike/p783.C -std=c++11 (test for excess errors)
3285FAIL: g++.old-deja/g++.mike/p783a.C -std=c++98 (test for excess errors)
3286FAIL: g++.old-deja/g++.mike/p783a.C -std=c++11 (test for excess errors)
3287FAIL: g++.old-deja/g++.mike/p783b.C -std=c++98 (test for excess errors)
3288FAIL: g++.old-deja/g++.mike/p783b.C -std=c++11 (test for excess errors)
3289FAIL: g++.old-deja/g++.mike/p786.C -std=c++98 (test for excess errors)
3290FAIL: g++.old-deja/g++.mike/p786.C -std=c++11 (test for excess errors)
3291FAIL: g++.old-deja/g++.mike/p7865.C -std=c++98 (test for excess errors)
3292FAIL: g++.old-deja/g++.mike/p7865.C -std=c++11 (test for excess errors)
3293FAIL: g++.old-deja/g++.mike/p789.C -std=c++98 (test for excess errors)
3294FAIL: g++.old-deja/g++.mike/p789.C -std=c++11 (test for excess errors)
3295FAIL: g++.old-deja/g++.mike/p789a.C -std=c++98 (test for excess errors)
3296FAIL: g++.old-deja/g++.mike/p789a.C -std=c++11 (test for excess errors)
3297FAIL: g++.old-deja/g++.mike/p7912.C -std=gnu++98 (test for excess errors)
3298FAIL: g++.old-deja/g++.mike/p7912.C -std=gnu++11 (test for excess errors)
3299FAIL: g++.old-deja/g++.mike/p8018.C -std=c++98 (test for excess errors)
3300FAIL: g++.old-deja/g++.mike/p8018.C -std=c++11 (test for excess errors)
3301FAIL: g++.old-deja/g++.mike/p8483.C -std=c++98 (test for excess errors)
3302FAIL: g++.old-deja/g++.mike/p8483.C -std=c++11 (test for excess errors)
3303FAIL: g++.old-deja/g++.mike/p9206.C -std=c++98 (test for excess errors)
3304FAIL: g++.old-deja/g++.mike/p9206.C -std=c++11 (test for excess errors)
3305FAIL: g++.old-deja/g++.mike/p9706.C -std=gnu++98 (test for excess errors)
3306FAIL: g++.old-deja/g++.mike/p9706.C -std=gnu++11 (test for excess errors)
3307FAIL: g++.old-deja/g++.mike/p9732a.C -std=c++98 (test for excess errors)
3308FAIL: g++.old-deja/g++.mike/p9732a.C -std=c++11 (test for excess errors)
3309FAIL: g++.old-deja/g++.mike/p9732b.C -std=c++98 (test for excess errors)
3310FAIL: g++.old-deja/g++.mike/p9732b.C -std=c++11 (test for excess errors)
3311FAIL: g++.old-deja/g++.mike/p991.C -std=c++98 (test for excess errors)
3312FAIL: g++.old-deja/g++.mike/p991.C -std=c++11 (test for excess errors)
3313FAIL: g++.old-deja/g++.mike/pmf2.C -std=c++98 (test for excess errors)
3314FAIL: g++.old-deja/g++.mike/pmf2.C -std=c++11 (test for excess errors)
3315FAIL: g++.old-deja/g++.mike/pmf7.C -std=c++98 (test for excess errors)
3316FAIL: g++.old-deja/g++.mike/pmf7.C -std=c++11 (test for excess errors)
3317FAIL: g++.old-deja/g++.mike/pmf8.C -std=c++98 (test for excess errors)
3318FAIL: g++.old-deja/g++.mike/pmf8.C -std=c++11 (test for excess errors)
3319FAIL: g++.old-deja/g++.mike/pmf9.C -std=c++98 (test for excess errors)
3320FAIL: g++.old-deja/g++.mike/pmf9.C -std=c++11 (test for excess errors)
3321FAIL: g++.old-deja/g++.mike/pt1.C -std=c++98 (test for excess errors)
3322FAIL: g++.old-deja/g++.mike/pt1.C -std=c++11 (test for excess errors)
3323FAIL: g++.old-deja/g++.mike/pt2.C -std=c++98 (test for excess errors)
3324FAIL: g++.old-deja/g++.mike/pt2.C -std=c++11 (test for excess errors)
3325FAIL: g++.old-deja/g++.mike/ref1.C -std=c++98 (test for excess errors)
3326FAIL: g++.old-deja/g++.mike/ref1.C -std=c++11 (test for excess errors)
3327FAIL: g++.old-deja/g++.mike/rtti3.C -std=c++98 (test for excess errors)
3328FAIL: g++.old-deja/g++.mike/rtti3.C -std=c++11 (test for excess errors)
3329FAIL: g++.old-deja/g++.mike/temp.C -std=c++98 (test for excess errors)
3330FAIL: g++.old-deja/g++.mike/temp.C -std=c++11 (test for excess errors)
3331FAIL: g++.old-deja/g++.mike/thunk2.C -std=c++98 (test for excess errors)
3332FAIL: g++.old-deja/g++.mike/thunk2.C -std=c++11 (test for excess errors)
3333FAIL: g++.old-deja/g++.mike/thunk3.C -std=c++98 (test for excess errors)
3334FAIL: g++.old-deja/g++.mike/thunk3.C -std=c++11 (test for excess errors)
3335FAIL: g++.old-deja/g++.mike/virt1.C -std=c++98 (test for excess errors)
3336FAIL: g++.old-deja/g++.mike/virt1.C -std=c++11 (test for excess errors)
3337FAIL: g++.old-deja/g++.mike/virt2.C -std=c++98 (test for excess errors)
3338FAIL: g++.old-deja/g++.mike/virt2.C -std=c++11 (test for excess errors)
3339FAIL: g++.old-deja/g++.mike/virt3.C -std=c++98 (test for excess errors)
3340FAIL: g++.old-deja/g++.mike/virt3.C -std=c++11 (test for excess errors)
3341FAIL: g++.old-deja/g++.mike/virt4.C -std=gnu++98 (test for excess errors)
3342FAIL: g++.old-deja/g++.mike/virt4.C -std=gnu++11 (test for excess errors)
3343FAIL: g++.old-deja/g++.mike/virt5.C -std=c++98 (test for excess errors)
3344FAIL: g++.old-deja/g++.mike/virt5.C -std=c++11 (test for excess errors)
3345FAIL: g++.old-deja/g++.mike/virt6.C -std=c++98 (test for excess errors)
3346FAIL: g++.old-deja/g++.mike/virt6.C -std=c++11 (test for excess errors)
3347FAIL: g++.old-deja/g++.mike/vtable1.C -std=gnu++98 (test for excess errors)
3348FAIL: g++.old-deja/g++.mike/vtable1.C -std=gnu++11 (test for excess errors)
3349FAIL: g++.old-deja/g++.niklas/t115.C -std=c++98 (test for excess errors)
3350FAIL: g++.old-deja/g++.niklas/t115.C -std=c++11 (test for excess errors)
3351FAIL: g++.old-deja/g++.niklas/t122.C -std=c++98 (test for excess errors)
3352FAIL: g++.old-deja/g++.niklas/t122.C -std=c++11 (test for excess errors)
3353FAIL: g++.old-deja/g++.ns/koenig3.C -std=c++98 (test for excess errors)
3354FAIL: g++.old-deja/g++.ns/koenig3.C -std=c++11 (test for excess errors)
3355FAIL: g++.old-deja/g++.ns/koenig4.C -std=c++98 (test for excess errors)
3356FAIL: g++.old-deja/g++.ns/koenig4.C -std=c++11 (test for excess errors)
3357FAIL: g++.old-deja/g++.ns/ns18.C -std=c++98 (test for excess errors)
3358FAIL: g++.old-deja/g++.ns/ns18.C -std=c++11 (test for excess errors)
3359FAIL: g++.old-deja/g++.ns/ns7.C -std=c++98 (test for excess errors)
3360FAIL: g++.old-deja/g++.ns/ns7.C -std=c++11 (test for excess errors)
3361FAIL: g++.old-deja/g++.ns/template10.C -std=c++98 (test for excess errors)
3362FAIL: g++.old-deja/g++.ns/template10.C -std=c++11 (test for excess errors)
3363FAIL: g++.old-deja/g++.ns/template11.C -std=c++98 (test for excess errors)
3364FAIL: g++.old-deja/g++.ns/template11.C -std=c++11 (test for excess errors)
3365FAIL: g++.old-deja/g++.ns/template17.C -std=c++98 (test for excess errors)
3366FAIL: g++.old-deja/g++.ns/template17.C -std=c++11 (test for excess errors)
3367FAIL: g++.old-deja/g++.ns/template18.C -std=c++98 (test for excess errors)
3368FAIL: g++.old-deja/g++.ns/template18.C -std=c++11 (test for excess errors)
3369FAIL: g++.old-deja/g++.ns/template2.C -std=c++98 (test for excess errors)
3370FAIL: g++.old-deja/g++.ns/template2.C -std=c++11 (test for excess errors)
3371FAIL: g++.old-deja/g++.ns/template3.C -std=c++98 (test for excess errors)
3372FAIL: g++.old-deja/g++.ns/template3.C -std=c++11 (test for excess errors)
3373FAIL: g++.old-deja/g++.ns/template4.C -std=c++98 (test for excess errors)
3374FAIL: g++.old-deja/g++.ns/template4.C -std=c++11 (test for excess errors)
3375FAIL: g++.old-deja/g++.ns/template5.C -std=c++98 (test for excess errors)
3376FAIL: g++.old-deja/g++.ns/template5.C -std=c++11 (test for excess errors)
3377FAIL: g++.old-deja/g++.ns/template9.C -std=c++98 (test for excess errors)
3378FAIL: g++.old-deja/g++.ns/template9.C -std=c++11 (test for excess errors)
3379FAIL: g++.old-deja/g++.ns/using13.C -std=c++98 (test for excess errors)
3380FAIL: g++.old-deja/g++.ns/using13.C -std=c++11 (test for excess errors)
3381FAIL: g++.old-deja/g++.oliva/delete2.C -std=c++98 (test for excess errors)
3382FAIL: g++.old-deja/g++.oliva/delete2.C -std=c++11 (test for excess errors)
3383FAIL: g++.old-deja/g++.oliva/delete3.C -std=c++98 (test for excess errors)
3384FAIL: g++.old-deja/g++.oliva/delete3.C -std=c++11 (test for excess errors)
3385FAIL: g++.old-deja/g++.oliva/delete4.C -std=c++98 (test for excess errors)
3386FAIL: g++.old-deja/g++.oliva/delete4.C -std=c++11 (test for excess errors)
3387FAIL: g++.old-deja/g++.oliva/delete5.C -std=c++98 (test for excess errors)
3388FAIL: g++.old-deja/g++.oliva/delete5.C -std=c++11 (test for excess errors)
3389FAIL: g++.old-deja/g++.oliva/dwarf3.C -std=c++98 (test for excess errors)
3390FAIL: g++.old-deja/g++.oliva/dwarf3.C -std=c++11 (test for excess errors)
3391FAIL: g++.old-deja/g++.oliva/new1.C -std=c++98 (test for excess errors)
3392FAIL: g++.old-deja/g++.oliva/new1.C -std=c++11 (test for excess errors)
3393FAIL: g++.old-deja/g++.oliva/stkalign.C -std=c++98 (test for excess errors)
3394FAIL: g++.old-deja/g++.oliva/stkalign.C -std=c++11 (test for excess errors)
3395FAIL: g++.old-deja/g++.oliva/template7.C -std=c++98 (test for excess errors)
3396FAIL: g++.old-deja/g++.oliva/template7.C -std=c++11 (test for excess errors)
3397FAIL: g++.old-deja/g++.oliva/thunk1.C -std=c++98 (test for excess errors)
3398FAIL: g++.old-deja/g++.oliva/thunk1.C -std=c++11 (test for excess errors)
3399FAIL: g++.old-deja/g++.other/access10.C -std=c++98 (test for excess errors)
3400FAIL: g++.old-deja/g++.other/access10.C -std=c++11 (test for excess errors)
3401FAIL: g++.old-deja/g++.other/access3.C -std=c++98 (test for excess errors)
3402FAIL: g++.old-deja/g++.other/access3.C -std=c++11 (test for excess errors)
3403FAIL: g++.old-deja/g++.other/anon8.C -std=c++98 (test for excess errors)
3404FAIL: g++.old-deja/g++.other/anon8.C -std=c++11 (test for excess errors)
3405FAIL: g++.old-deja/g++.other/array1.C -std=c++98 (test for excess errors)
3406FAIL: g++.old-deja/g++.other/array1.C -std=c++11 (test for excess errors)
3407FAIL: g++.old-deja/g++.other/array2.C -std=c++98 (test for excess errors)
3408FAIL: g++.old-deja/g++.other/array2.C -std=c++11 (test for excess errors)
3409FAIL: g++.old-deja/g++.other/builtins9.C -std=c++98 (test for excess errors)
3410FAIL: g++.old-deja/g++.other/builtins9.C -std=c++11 (test for excess errors)
3411FAIL: g++.old-deja/g++.other/call1.C -std=c++98 (test for excess errors)
3412FAIL: g++.old-deja/g++.other/call1.C -std=c++11 (test for excess errors)
3413FAIL: g++.old-deja/g++.other/cleanup1.C -std=c++98 (test for excess errors)
3414FAIL: g++.old-deja/g++.other/cleanup1.C -std=c++11 (test for excess errors)
3415FAIL: g++.old-deja/g++.other/comdat1.C -std=gnu++98 (test for excess errors)
3416FAIL: g++.old-deja/g++.other/comdat1.C -std=gnu++11 (test for excess errors)
3417FAIL: g++.old-deja/g++.other/comdat2.C -std=gnu++98 (test for excess errors)
3418FAIL: g++.old-deja/g++.other/comdat2.C -std=gnu++11 (test for excess errors)
3419FAIL: g++.old-deja/g++.other/comdat3.C -std=c++98 (test for excess errors)
3420FAIL: g++.old-deja/g++.other/comdat3.C -std=c++11 (test for excess errors)
3421FAIL: g++.old-deja/g++.other/comdat4.C -std=gnu++98 (test for excess errors)
3422FAIL: g++.old-deja/g++.other/comdat4.C -std=gnu++11 (test for excess errors)
3423FAIL: g++.old-deja/g++.other/comdat5.C -std=gnu++98 (test for excess errors)
3424FAIL: g++.old-deja/g++.other/comdat5.C -std=gnu++11 (test for excess errors)
3425FAIL: g++.old-deja/g++.other/cond3.C -std=c++98 (test for excess errors)
3426FAIL: g++.old-deja/g++.other/cond3.C -std=c++11 (test for excess errors)
3427FAIL: g++.old-deja/g++.other/cond4.C -std=c++98 (test for excess errors)
3428FAIL: g++.old-deja/g++.other/cond4.C -std=c++11 (test for excess errors)
3429FAIL: g++.old-deja/g++.other/conv4.C -std=c++98 (test for excess errors)
3430FAIL: g++.old-deja/g++.other/conv4.C -std=c++11 (test for excess errors)
3431FAIL: g++.old-deja/g++.other/copy1.C -std=c++98 (test for excess errors)
3432FAIL: g++.old-deja/g++.other/copy1.C -std=c++11 (test for excess errors)
3433FAIL: g++.old-deja/g++.other/copy2.C -std=c++98 (test for excess errors)
3434FAIL: g++.old-deja/g++.other/copy2.C -std=c++11 (test for excess errors)
3435FAIL: g++.old-deja/g++.other/copy3.C -std=c++98 (test for excess errors)
3436FAIL: g++.old-deja/g++.other/copy3.C -std=c++11 (test for excess errors)
3437FAIL: g++.old-deja/g++.other/crash10.C -std=c++98 (test for excess errors)
3438FAIL: g++.old-deja/g++.other/crash10.C -std=c++11 (test for excess errors)
3439FAIL: g++.old-deja/g++.other/crash12.C -std=gnu++98 (test for excess errors)
3440FAIL: g++.old-deja/g++.other/crash12.C -std=gnu++11 (test for excess errors)
3441FAIL: g++.old-deja/g++.other/crash15.C -std=gnu++98 (test for excess errors)
3442FAIL: g++.old-deja/g++.other/crash15.C -std=gnu++11 (test for excess errors)
3443FAIL: g++.old-deja/g++.other/crash20.C -std=c++98 (test for excess errors)
3444FAIL: g++.old-deja/g++.other/crash20.C -std=c++11 (test for excess errors)
3445FAIL: g++.old-deja/g++.other/crash22.C -std=gnu++98 (test for excess errors)
3446FAIL: g++.old-deja/g++.other/crash22.C -std=gnu++11 (test for excess errors)
3447FAIL: g++.old-deja/g++.other/crash33.C -std=c++98 (test for excess errors)
3448FAIL: g++.old-deja/g++.other/crash33.C -std=c++11 (test for excess errors)
3449FAIL: g++.old-deja/g++.other/crash40.C -std=c++98 (test for excess errors)
3450FAIL: g++.old-deja/g++.other/crash40.C -std=c++11 (test for excess errors)
3451FAIL: g++.old-deja/g++.other/dcast2.C -std=c++98 (test for excess errors)
3452FAIL: g++.old-deja/g++.other/dcast2.C -std=c++11 (test for excess errors)
3453FAIL: g++.old-deja/g++.other/debug1.C -std=gnu++98 (test for excess errors)
3454FAIL: g++.old-deja/g++.other/debug1.C -std=gnu++11 (test for excess errors)
3455FAIL: g++.old-deja/g++.other/debug2.C -std=gnu++98 (test for excess errors)
3456FAIL: g++.old-deja/g++.other/debug2.C -std=gnu++11 (test for excess errors)
3457FAIL: g++.old-deja/g++.other/debug3.C -std=gnu++98 (test for excess errors)
3458FAIL: g++.old-deja/g++.other/debug3.C -std=gnu++11 (test for excess errors)
3459FAIL: g++.old-deja/g++.other/debug6.C -std=gnu++98 (test for excess errors)
3460FAIL: g++.old-deja/g++.other/debug6.C -std=gnu++11 (test for excess errors)
3461FAIL: g++.old-deja/g++.other/debug9.C -std=gnu++98 (test for excess errors)
3462FAIL: g++.old-deja/g++.other/debug9.C -std=gnu++11 (test for excess errors)
3463FAIL: g++.old-deja/g++.other/defarg2.C -std=c++98 (test for excess errors)
3464FAIL: g++.old-deja/g++.other/defarg2.C -std=c++11 (test for excess errors)
3465FAIL: g++.old-deja/g++.other/defarg9.C -std=c++98 (test for excess errors)
3466FAIL: g++.old-deja/g++.other/defarg9.C -std=c++11 (test for excess errors)
3467FAIL: g++.old-deja/g++.other/delete1.C -std=c++98 (test for excess errors)
3468FAIL: g++.old-deja/g++.other/delete1.C -std=c++11 (test for excess errors)
3469FAIL: g++.old-deja/g++.other/delete3.C -std=c++98 (test for excess errors)
3470FAIL: g++.old-deja/g++.other/delete3.C -std=c++11 (test for excess errors)
3471FAIL: g++.old-deja/g++.other/delete5.C -std=c++98 (test for excess errors)
3472FAIL: g++.old-deja/g++.other/delete5.C -std=c++11 (test for excess errors)
3473FAIL: g++.old-deja/g++.other/delete6.C -std=c++98 (test for excess errors)
3474FAIL: g++.old-deja/g++.other/delete6.C -std=c++11 (test for excess errors)
3475FAIL: g++.old-deja/g++.other/delete7.C -std=c++98 (test for excess errors)
3476FAIL: g++.old-deja/g++.other/delete7.C -std=c++11 (test for excess errors)
3477FAIL: g++.old-deja/g++.other/dtor1.C -std=c++98 (test for excess errors)
3478FAIL: g++.old-deja/g++.other/dtor1.C -std=c++11 (test for excess errors)
3479FAIL: g++.old-deja/g++.other/dtor10.C -std=c++98 (test for excess errors)
3480FAIL: g++.old-deja/g++.other/dtor10.C -std=c++11 (test for excess errors)
3481FAIL: g++.old-deja/g++.other/dtor11.C -std=c++98 (test for excess errors)
3482FAIL: g++.old-deja/g++.other/dtor11.C -std=c++11 (test for excess errors)
3483FAIL: g++.old-deja/g++.other/dtor12.C -std=c++98 (test for excess errors)
3484FAIL: g++.old-deja/g++.other/dtor12.C -std=c++11 (test for excess errors)
3485FAIL: g++.old-deja/g++.other/dtor5.C -std=c++98 (test for excess errors)
3486FAIL: g++.old-deja/g++.other/dtor5.C -std=c++11 (test for excess errors)
3487FAIL: g++.old-deja/g++.other/dtor9.C -std=c++98 (test for excess errors)
3488FAIL: g++.old-deja/g++.other/dtor9.C -std=c++11 (test for excess errors)
3489FAIL: g++.old-deja/g++.other/dyncast1.C -std=c++98 (test for excess errors)
3490FAIL: g++.old-deja/g++.other/dyncast1.C -std=c++11 (test for excess errors)
3491FAIL: g++.old-deja/g++.other/dyncast2.C -std=c++98 (test for excess errors)
3492FAIL: g++.old-deja/g++.other/dyncast2.C -std=c++11 (test for excess errors)
3493FAIL: g++.old-deja/g++.other/dyncast3.C -std=c++98 (test for excess errors)
3494FAIL: g++.old-deja/g++.other/dyncast3.C -std=c++11 (test for excess errors)
3495FAIL: g++.old-deja/g++.other/dyncast4.C -std=c++98 (test for excess errors)
3496FAIL: g++.old-deja/g++.other/dyncast4.C -std=c++11 (test for excess errors)
3497FAIL: g++.old-deja/g++.other/dyncast5.C -std=c++98 (test for excess errors)
3498FAIL: g++.old-deja/g++.other/dyncast5.C -std=c++11 (test for excess errors)
3499FAIL: g++.old-deja/g++.other/dyncast6.C -std=gnu++98 (test for excess errors)
3500FAIL: g++.old-deja/g++.other/dyncast6.C -std=gnu++11 (test for excess errors)
3501FAIL: g++.old-deja/g++.other/eh3.C -std=gnu++98 (test for excess errors)
3502FAIL: g++.old-deja/g++.other/eh3.C -std=gnu++11 (test for excess errors)
3503FAIL: g++.old-deja/g++.other/empty1.C -std=c++98 (test for excess errors)
3504FAIL: g++.old-deja/g++.other/empty1.C -std=c++11 (test for excess errors)
3505FAIL: g++.old-deja/g++.other/enum1.C -std=c++98 (test for excess errors)
3506FAIL: g++.old-deja/g++.other/enum1.C -std=c++11 (test for excess errors)
3507FAIL: g++.old-deja/g++.other/externC1.C -std=c++98 (test for excess errors)
3508FAIL: g++.old-deja/g++.other/externC1.C -std=c++11 (test for excess errors)
3509FAIL: g++.old-deja/g++.other/externC5.C -std=c++98 (test for excess errors)
3510FAIL: g++.old-deja/g++.other/externC5.C -std=c++11 (test for excess errors)
3511FAIL: g++.old-deja/g++.other/field2.C -std=c++98 (test for excess errors)
3512FAIL: g++.old-deja/g++.other/field2.C -std=c++11 (test for excess errors)
3513FAIL: g++.old-deja/g++.other/for1.C -std=c++98 (test for excess errors)
3514FAIL: g++.old-deja/g++.other/for1.C -std=c++11 (test for excess errors)
3515FAIL: g++.old-deja/g++.other/friend10.C -std=c++98 (test for excess errors)
3516FAIL: g++.old-deja/g++.other/friend10.C -std=c++11 (test for excess errors)
3517FAIL: g++.old-deja/g++.other/goto4.C -std=c++98 (test for excess errors)
3518FAIL: g++.old-deja/g++.other/goto4.C -std=c++11 (test for excess errors)
3519FAIL: g++.old-deja/g++.other/init10.C -std=c++98 (test for excess errors)
3520FAIL: g++.old-deja/g++.other/init10.C -std=c++11 (test for excess errors)
3521FAIL: g++.old-deja/g++.other/init11.C -std=c++98 (test for excess errors)
3522FAIL: g++.old-deja/g++.other/init11.C -std=c++11 (test for excess errors)
3523FAIL: g++.old-deja/g++.other/init13.C -std=gnu++98 (test for excess errors)
3524FAIL: g++.old-deja/g++.other/init13.C -std=gnu++11 (test for excess errors)
3525FAIL: g++.old-deja/g++.other/init14.C -std=c++98 (test for excess errors)
3526FAIL: g++.old-deja/g++.other/init14.C -std=c++11 (test for excess errors)
3527XPASS: g++.old-deja/g++.other/init19.C -std=c++98 execution test
3528XPASS: g++.old-deja/g++.other/init19.C -std=c++11 execution test
3529FAIL: g++.old-deja/g++.other/init5.C -std=c++98 (test for excess errors)
3530XPASS: g++.old-deja/g++.other/init5.C -std=c++98 execution test
3531FAIL: g++.old-deja/g++.other/init5.C -std=c++11 (test for excess errors)
3532XPASS: g++.old-deja/g++.other/init5.C -std=c++11 execution test
3533FAIL: g++.old-deja/g++.other/init7.C -std=c++98 (test for excess errors)
3534FAIL: g++.old-deja/g++.other/init7.C -std=c++11 (test for excess errors)
3535FAIL: g++.old-deja/g++.other/inline13.C -std=c++98 (test for excess errors)
3536FAIL: g++.old-deja/g++.other/inline13.C -std=c++11 (test for excess errors)
3537FAIL: g++.old-deja/g++.other/inline14.C -std=c++98 (test for excess errors)
3538FAIL: g++.old-deja/g++.other/inline14.C -std=c++11 (test for excess errors)
3539FAIL: g++.old-deja/g++.other/inline20.C -std=c++98 (test for excess errors)
3540FAIL: g++.old-deja/g++.other/inline20.C -std=c++11 (test for excess errors)
3541FAIL: g++.old-deja/g++.other/inline23.C -std=c++98 (test for excess errors)
3542FAIL: g++.old-deja/g++.other/inline23.C -std=c++11 (test for excess errors)
3543FAIL: g++.old-deja/g++.other/inline4.C -std=gnu++98 (test for excess errors)
3544FAIL: g++.old-deja/g++.other/inline4.C -std=gnu++11 (test for excess errors)
3545FAIL: g++.old-deja/g++.other/inline7.C -std=gnu++98 (test for excess errors)
3546FAIL: g++.old-deja/g++.other/inline7.C -std=gnu++11 (test for excess errors)
3547FAIL: g++.old-deja/g++.other/inline8.C -std=gnu++98 (test for excess errors)
3548FAIL: g++.old-deja/g++.other/inline8.C -std=gnu++11 (test for excess errors)
3549FAIL: g++.old-deja/g++.other/local-alloc1.C -std=gnu++98 (test for excess errors)
3550FAIL: g++.old-deja/g++.other/local-alloc1.C -std=gnu++11 (test for excess errors)
3551FAIL: g++.old-deja/g++.other/local1.C -std=c++98 (test for excess errors)
3552FAIL: g++.old-deja/g++.other/local1.C -std=c++11 (test for excess errors)
3553FAIL: g++.old-deja/g++.other/local3.C -std=c++98 (test for excess errors)
3554FAIL: g++.old-deja/g++.other/local3.C -std=c++11 (test for excess errors)
3555FAIL: g++.old-deja/g++.other/lookup15.C -std=c++98 (test for excess errors)
3556FAIL: g++.old-deja/g++.other/lookup15.C -std=c++11 (test for excess errors)
3557FAIL: g++.old-deja/g++.other/lookup21.C -std=c++98 (test for excess errors)
3558FAIL: g++.old-deja/g++.other/lookup21.C -std=c++11 (test for excess errors)
3559FAIL: g++.old-deja/g++.other/lookup4.C -std=c++98 (test for excess errors)
3560FAIL: g++.old-deja/g++.other/lookup4.C -std=c++11 (test for excess errors)
3561FAIL: g++.old-deja/g++.other/mangle2.C -std=c++98 (test for excess errors)
3562FAIL: g++.old-deja/g++.other/mangle2.C -std=c++11 (test for excess errors)
3563FAIL: g++.old-deja/g++.other/mangle3.C -std=c++98 (test for excess errors)
3564FAIL: g++.old-deja/g++.other/mangle3.C -std=c++11 (test for excess errors)
3565FAIL: g++.old-deja/g++.other/new.C -std=c++98 (test for excess errors)
3566FAIL: g++.old-deja/g++.other/new.C -std=c++11 (test for excess errors)
3567FAIL: g++.old-deja/g++.other/new3.C -std=c++98 (test for excess errors)
3568FAIL: g++.old-deja/g++.other/new3.C -std=c++11 (test for excess errors)
3569FAIL: g++.old-deja/g++.other/new5.C -std=c++98 (test for excess errors)
3570FAIL: g++.old-deja/g++.other/new5.C -std=c++11 (test for excess errors)
3571FAIL: g++.old-deja/g++.other/new7.C -std=c++98 (test for excess errors)
3572FAIL: g++.old-deja/g++.other/new7.C -std=c++11 (test for excess errors)
3573FAIL: g++.old-deja/g++.other/op2.C -std=c++98 (test for excess errors)
3574FAIL: g++.old-deja/g++.other/op2.C -std=c++11 (test for excess errors)
3575FAIL: g++.old-deja/g++.other/op3.C -std=c++98 (test for excess errors)
3576FAIL: g++.old-deja/g++.other/op3.C -std=c++11 (test for excess errors)
3577FAIL: g++.old-deja/g++.other/optimize2.C -std=gnu++98 (test for excess errors)
3578FAIL: g++.old-deja/g++.other/optimize2.C -std=gnu++11 (test for excess errors)
3579FAIL: g++.old-deja/g++.other/optimize4.C -std=c++98 (test for excess errors)
3580FAIL: g++.old-deja/g++.other/optimize4.C -std=c++11 (test for excess errors)
3581FAIL: g++.old-deja/g++.other/overcnv2.C -std=gnu++98 (test for excess errors)
3582FAIL: g++.old-deja/g++.other/overcnv2.C -std=gnu++11 (test for excess errors)
3583FAIL: g++.old-deja/g++.other/overload1.C -std=c++98 (test for excess errors)
3584FAIL: g++.old-deja/g++.other/overload1.C -std=c++11 (test for excess errors)
3585FAIL: g++.old-deja/g++.other/overload12.C -std=c++98 (test for excess errors)
3586FAIL: g++.old-deja/g++.other/overload12.C -std=c++11 (test for excess errors)
3587FAIL: g++.old-deja/g++.other/overload14.C -std=gnu++98 (test for excess errors)
3588FAIL: g++.old-deja/g++.other/overload14.C -std=gnu++11 (test for excess errors)
3589FAIL: g++.old-deja/g++.other/overload2.C -std=c++98 (test for excess errors)
3590FAIL: g++.old-deja/g++.other/overload2.C -std=c++11 (test for excess errors)
3591FAIL: g++.old-deja/g++.other/overload6.C -std=c++98 (test for excess errors)
3592FAIL: g++.old-deja/g++.other/overload6.C -std=c++11 (test for excess errors)
3593FAIL: g++.old-deja/g++.other/overload7.C -std=c++98 (test for excess errors)
3594FAIL: g++.old-deja/g++.other/overload7.C -std=c++11 (test for excess errors)
3595FAIL: g++.old-deja/g++.other/overload8.C -std=c++98 (test for excess errors)
3596FAIL: g++.old-deja/g++.other/overload8.C -std=c++11 (test for excess errors)
3597FAIL: g++.old-deja/g++.other/overload9.C -std=c++98 (test for excess errors)
3598FAIL: g++.old-deja/g++.other/overload9.C -std=c++11 (test for excess errors)
3599FAIL: g++.old-deja/g++.other/pmf4.C -std=c++98 (test for excess errors)
3600FAIL: g++.old-deja/g++.other/pmf4.C -std=c++11 (test for excess errors)
3601FAIL: g++.old-deja/g++.other/pmf5.C -std=c++98 (test for excess errors)
3602FAIL: g++.old-deja/g++.other/pmf5.C -std=c++11 (test for excess errors)
3603FAIL: g++.old-deja/g++.other/pmf6.C -std=c++98 (test for excess errors)
3604FAIL: g++.old-deja/g++.other/pmf6.C -std=c++11 (test for excess errors)
3605FAIL: g++.old-deja/g++.other/ptrmem9.C -std=c++98 (test for excess errors)
3606FAIL: g++.old-deja/g++.other/ptrmem9.C -std=c++11 (test for excess errors)
3607FAIL: g++.old-deja/g++.other/reload1.C -std=c++98 (test for excess errors)
3608FAIL: g++.old-deja/g++.other/reload1.C -std=c++11 (test for excess errors)
3609FAIL: g++.old-deja/g++.other/rtti1.C -std=gnu++98 (test for excess errors)
3610FAIL: g++.old-deja/g++.other/rtti1.C -std=gnu++11 (test for excess errors)
3611FAIL: g++.old-deja/g++.other/rtti2.C -std=gnu++98 (test for excess errors)
3612FAIL: g++.old-deja/g++.other/rtti2.C -std=gnu++11 (test for excess errors)
3613FAIL: g++.old-deja/g++.other/rtti3.C -std=gnu++98 (test for excess errors)
3614FAIL: g++.old-deja/g++.other/rtti3.C -std=gnu++11 (test for excess errors)
3615FAIL: g++.old-deja/g++.other/rtti4.C -std=gnu++98 (test for excess errors)
3616FAIL: g++.old-deja/g++.other/rtti4.C -std=gnu++11 (test for excess errors)
3617FAIL: g++.old-deja/g++.other/rttid3.C -std=gnu++98 (test for excess errors)
3618FAIL: g++.old-deja/g++.other/rttid3.C -std=gnu++11 (test for excess errors)
3619FAIL: g++.old-deja/g++.other/rttid4.C -std=gnu++98 (test for excess errors)
3620FAIL: g++.old-deja/g++.other/rttid4.C -std=gnu++11 (test for excess errors)
3621FAIL: g++.old-deja/g++.other/singleton.C -std=c++98 (test for excess errors)
3622FAIL: g++.old-deja/g++.other/singleton.C -std=c++11 (test for excess errors)
3623FAIL: g++.old-deja/g++.other/static16.C -std=c++98 (test for excess errors)
3624FAIL: g++.old-deja/g++.other/static16.C -std=c++11 (test for excess errors)
3625FAIL: g++.old-deja/g++.other/static20.C -std=c++98 (test for excess errors)
3626FAIL: g++.old-deja/g++.other/static20.C -std=c++11 (test for excess errors)
3627FAIL: g++.old-deja/g++.other/string1.C -std=c++98 (test for excess errors)
3628FAIL: g++.old-deja/g++.other/string1.C -std=c++11 (test for excess errors)
3629FAIL: g++.old-deja/g++.other/temporary1.C -std=c++98 (test for excess errors)
3630FAIL: g++.old-deja/g++.other/temporary1.C -std=c++11 (test for excess errors)
3631FAIL: g++.old-deja/g++.other/thunk1.C -std=c++98 (test for excess errors)
3632FAIL: g++.old-deja/g++.other/thunk1.C -std=c++11 (test for excess errors)
3633FAIL: g++.old-deja/g++.other/typedef3.C -std=c++98 (test for excess errors)
3634FAIL: g++.old-deja/g++.other/typedef3.C -std=c++11 (test for excess errors)
3635FAIL: g++.old-deja/g++.other/using6.C -std=c++98 (test for excess errors)
3636FAIL: g++.old-deja/g++.other/using6.C -std=c++11 (test for excess errors)
3637FAIL: g++.old-deja/g++.other/vbase1.C -std=gnu++98 (test for excess errors)
3638FAIL: g++.old-deja/g++.other/vbase1.C -std=gnu++11 (test for excess errors)
3639FAIL: g++.old-deja/g++.other/vbase2.C -std=c++98 (test for excess errors)
3640FAIL: g++.old-deja/g++.other/vbase2.C -std=c++11 (test for excess errors)
3641FAIL: g++.old-deja/g++.other/vbase4.C -std=c++98 (test for excess errors)
3642FAIL: g++.old-deja/g++.other/vbase4.C -std=c++11 (test for excess errors)
3643FAIL: g++.old-deja/g++.other/virtual2.C -std=c++98 (test for excess errors)
3644FAIL: g++.old-deja/g++.other/virtual2.C -std=c++11 (test for excess errors)
3645FAIL: g++.old-deja/g++.other/virtual3.C -std=c++98 (test for excess errors)
3646FAIL: g++.old-deja/g++.other/virtual3.C -std=c++11 (test for excess errors)
3647FAIL: g++.old-deja/g++.other/virtual7.C -std=gnu++98 (test for excess errors)
3648FAIL: g++.old-deja/g++.other/virtual8.C -std=c++98 (test for excess errors)
3649FAIL: g++.old-deja/g++.other/virtual8.C -std=c++11 (test for excess errors)
3650FAIL: g++.old-deja/g++.other/virtual9.C -std=c++98 (test for excess errors)
3651FAIL: g++.old-deja/g++.other/virtual9.C -std=c++11 (test for excess errors)
3652FAIL: g++.old-deja/g++.other/vtbl2.C -std=c++98 (test for excess errors)
3653FAIL: g++.old-deja/g++.other/vtbl2.C -std=c++11 (test for excess errors)
3654FAIL: g++.old-deja/g++.other/warn6.C -std=gnu++98 (test for excess errors)
3655FAIL: g++.old-deja/g++.other/warn6.C -std=gnu++11 (test for excess errors)
3656FAIL: g++.old-deja/g++.pt/alignof.C -std=c++98 (test for excess errors)
3657FAIL: g++.old-deja/g++.pt/alignof.C -std=c++11 (test for excess errors)
3658FAIL: g++.old-deja/g++.pt/array1.C -std=c++98 (test for excess errors)
3659FAIL: g++.old-deja/g++.pt/array1.C -std=c++11 (test for excess errors)
3660FAIL: g++.old-deja/g++.pt/array2.C -std=c++98 (test for excess errors)
3661FAIL: g++.old-deja/g++.pt/array2.C -std=c++11 (test for excess errors)
3662FAIL: g++.old-deja/g++.pt/array3.C -std=c++98 (test for excess errors)
3663FAIL: g++.old-deja/g++.pt/array3.C -std=c++11 (test for excess errors)
3664FAIL: g++.old-deja/g++.pt/array4.C -std=c++98 (test for excess errors)
3665FAIL: g++.old-deja/g++.pt/array4.C -std=c++11 (test for excess errors)
3666FAIL: g++.old-deja/g++.pt/array5.C -std=c++98 (test for excess errors)
3667FAIL: g++.old-deja/g++.pt/array5.C -std=c++11 (test for excess errors)
3668FAIL: g++.old-deja/g++.pt/array6.C -std=gnu++98 (test for excess errors)
3669FAIL: g++.old-deja/g++.pt/array6.C -std=gnu++11 (test for excess errors)
3670FAIL: g++.old-deja/g++.pt/call1.C -std=c++98 (test for excess errors)
3671FAIL: g++.old-deja/g++.pt/call1.C -std=c++11 (test for excess errors)
3672FAIL: g++.old-deja/g++.pt/codegen1.C -std=c++98 (test for excess errors)
3673FAIL: g++.old-deja/g++.pt/codegen1.C -std=c++11 (test for excess errors)
3674FAIL: g++.old-deja/g++.pt/cond3.C -std=c++98 (test for excess errors)
3675FAIL: g++.old-deja/g++.pt/cond3.C -std=c++11 (test for excess errors)
3676FAIL: g++.old-deja/g++.pt/copy1.C -std=c++98 (test for excess errors)
3677FAIL: g++.old-deja/g++.pt/copy1.C -std=c++11 (test for excess errors)
3678FAIL: g++.old-deja/g++.pt/crash16.C -std=gnu++98 (test for excess errors)
3679FAIL: g++.old-deja/g++.pt/crash16.C -std=gnu++11 (test for excess errors)
3680FAIL: g++.old-deja/g++.pt/crash18.C -std=c++98 (test for excess errors)
3681FAIL: g++.old-deja/g++.pt/crash18.C -std=c++11 (test for excess errors)
3682FAIL: g++.old-deja/g++.pt/crash19.C -std=c++98 (test for excess errors)
3683FAIL: g++.old-deja/g++.pt/crash19.C -std=c++11 (test for excess errors)
3684FAIL: g++.old-deja/g++.pt/crash27.C -std=c++98 (test for excess errors)
3685FAIL: g++.old-deja/g++.pt/crash27.C -std=c++11 (test for excess errors)
3686FAIL: g++.old-deja/g++.pt/crash29.C -std=c++98 (test for excess errors)
3687FAIL: g++.old-deja/g++.pt/crash29.C -std=c++11 (test for excess errors)
3688FAIL: g++.old-deja/g++.pt/crash31.C -std=c++98 (test for excess errors)
3689FAIL: g++.old-deja/g++.pt/crash31.C -std=c++11 (test for excess errors)
3690FAIL: g++.old-deja/g++.pt/crash34.C -std=c++98 (test for excess errors)
3691FAIL: g++.old-deja/g++.pt/crash34.C -std=c++11 (test for excess errors)
3692FAIL: g++.old-deja/g++.pt/crash37.C -std=c++98 (test for excess errors)
3693FAIL: g++.old-deja/g++.pt/crash37.C -std=c++11 (test for excess errors)
3694FAIL: g++.old-deja/g++.pt/crash45.C -std=c++98 (test for excess errors)
3695FAIL: g++.old-deja/g++.pt/crash45.C -std=c++11 (test for excess errors)
3696FAIL: g++.old-deja/g++.pt/crash49.C -std=c++98 (test for excess errors)
3697FAIL: g++.old-deja/g++.pt/crash49.C -std=c++11 (test for excess errors)
3698FAIL: g++.old-deja/g++.pt/crash52.C -std=c++98 (test for excess errors)
3699FAIL: g++.old-deja/g++.pt/crash52.C -std=c++11 (test for excess errors)
3700FAIL: g++.old-deja/g++.pt/crash54.C -std=c++98 (test for excess errors)
3701FAIL: g++.old-deja/g++.pt/crash54.C -std=c++11 (test for excess errors)
3702FAIL: g++.old-deja/g++.pt/crash55.C -std=c++98 (test for excess errors)
3703FAIL: g++.old-deja/g++.pt/crash55.C -std=c++11 (test for excess errors)
3704FAIL: g++.old-deja/g++.pt/crash57.C -std=c++98 (test for excess errors)
3705FAIL: g++.old-deja/g++.pt/crash57.C -std=c++11 (test for excess errors)
3706FAIL: g++.old-deja/g++.pt/crash68.C -std=c++98 (test for excess errors)
3707FAIL: g++.old-deja/g++.pt/crash68.C -std=c++11 (test for excess errors)
3708FAIL: g++.old-deja/g++.pt/deduct1.C -std=c++98 (test for excess errors)
3709FAIL: g++.old-deja/g++.pt/deduct1.C -std=c++11 (test for excess errors)
3710FAIL: g++.old-deja/g++.pt/deduct4.C -std=c++98 (test for excess errors)
3711FAIL: g++.old-deja/g++.pt/deduct4.C -std=c++11 (test for excess errors)
3712FAIL: g++.old-deja/g++.pt/deduct5.C -std=c++98 (test for excess errors)
3713FAIL: g++.old-deja/g++.pt/deduct5.C -std=c++11 (test for excess errors)
3714FAIL: g++.old-deja/g++.pt/deduct6.C -std=c++98 (test for excess errors)
3715FAIL: g++.old-deja/g++.pt/deduct6.C -std=c++11 (test for excess errors)
3716FAIL: g++.old-deja/g++.pt/deduct7.C -std=c++98 (test for excess errors)
3717FAIL: g++.old-deja/g++.pt/deduct7.C -std=c++11 (test for excess errors)
3718FAIL: g++.old-deja/g++.pt/defarg.C -std=c++98 (test for excess errors)
3719FAIL: g++.old-deja/g++.pt/defarg.C -std=c++11 (test for excess errors)
3720FAIL: g++.old-deja/g++.pt/defarg4.C -std=c++98 (test for excess errors)
3721FAIL: g++.old-deja/g++.pt/defarg4.C -std=c++11 (test for excess errors)
3722FAIL: g++.old-deja/g++.pt/derived2.C -std=gnu++98 (test for excess errors)
3723FAIL: g++.old-deja/g++.pt/derived2.C -std=gnu++11 (test for excess errors)
3724FAIL: g++.old-deja/g++.pt/dynarray.C -std=gnu++98 (test for excess errors)
3725FAIL: g++.old-deja/g++.pt/dynarray.C -std=gnu++11 (test for excess errors)
3726FAIL: g++.old-deja/g++.pt/eichin01.C -std=c++98 (test for excess errors)
3727FAIL: g++.old-deja/g++.pt/eichin01.C -std=c++11 (test for excess errors)
3728FAIL: g++.old-deja/g++.pt/eichin01a.C -std=c++98 (test for excess errors)
3729FAIL: g++.old-deja/g++.pt/eichin01a.C -std=c++11 (test for excess errors)
3730FAIL: g++.old-deja/g++.pt/eichin01b.C -std=c++98 (test for excess errors)
3731FAIL: g++.old-deja/g++.pt/eichin01b.C -std=c++11 (test for excess errors)
3732FAIL: g++.old-deja/g++.pt/enum11.C -std=c++98 (test for excess errors)
3733FAIL: g++.old-deja/g++.pt/enum11.C -std=c++11 (test for excess errors)
3734FAIL: g++.old-deja/g++.pt/enum3.C -std=c++98 (test for excess errors)
3735FAIL: g++.old-deja/g++.pt/enum3.C -std=c++11 (test for excess errors)
3736FAIL: g++.old-deja/g++.pt/enum7.C -std=c++98 (test for excess errors)
3737FAIL: g++.old-deja/g++.pt/enum7.C -std=c++11 (test for excess errors)
3738FAIL: g++.old-deja/g++.pt/explarg1.C -std=c++98 (test for excess errors)
3739FAIL: g++.old-deja/g++.pt/explarg1.C -std=c++11 (test for excess errors)
3740FAIL: g++.old-deja/g++.pt/explicit13.C -std=gnu++98 (test for excess errors)
3741FAIL: g++.old-deja/g++.pt/explicit13.C -std=gnu++11 (test for excess errors)
3742FAIL: g++.old-deja/g++.pt/explicit18.C -std=gnu++98 (test for excess errors)
3743FAIL: g++.old-deja/g++.pt/explicit18.C -std=gnu++11 (test for excess errors)
3744FAIL: g++.old-deja/g++.pt/explicit29.C -std=c++98 (test for excess errors)
3745FAIL: g++.old-deja/g++.pt/explicit29.C -std=c++11 (test for excess errors)
3746FAIL: g++.old-deja/g++.pt/explicit31.C -std=gnu++98 (test for excess errors)
3747FAIL: g++.old-deja/g++.pt/explicit31.C -std=gnu++11 (test for excess errors)
3748FAIL: g++.old-deja/g++.pt/explicit37.C -std=c++98 (test for excess errors)
3749FAIL: g++.old-deja/g++.pt/explicit37.C -std=c++11 (test for excess errors)
3750FAIL: g++.old-deja/g++.pt/explicit4.C -std=c++98 (test for excess errors)
3751FAIL: g++.old-deja/g++.pt/explicit4.C -std=c++11 (test for excess errors)
3752FAIL: g++.old-deja/g++.pt/explicit40.C -std=c++98 (test for excess errors)
3753FAIL: g++.old-deja/g++.pt/explicit40.C -std=c++11 (test for excess errors)
3754FAIL: g++.old-deja/g++.pt/explicit42.C -std=c++98 (test for excess errors)
3755FAIL: g++.old-deja/g++.pt/explicit42.C -std=c++11 (test for excess errors)
3756FAIL: g++.old-deja/g++.pt/explicit43.C -std=c++98 (test for excess errors)
3757FAIL: g++.old-deja/g++.pt/explicit43.C -std=c++11 (test for excess errors)
3758FAIL: g++.old-deja/g++.pt/explicit5.C -std=c++98 (test for excess errors)
3759FAIL: g++.old-deja/g++.pt/explicit5.C -std=c++11 (test for excess errors)
3760FAIL: g++.old-deja/g++.pt/explicit50.C -std=c++98 (test for excess errors)
3761FAIL: g++.old-deja/g++.pt/explicit50.C -std=c++11 (test for excess errors)
3762FAIL: g++.old-deja/g++.pt/explicit51.C -std=c++98 (test for excess errors)
3763FAIL: g++.old-deja/g++.pt/explicit51.C -std=c++11 (test for excess errors)
3764FAIL: g++.old-deja/g++.pt/explicit52.C -std=c++98 (test for excess errors)
3765FAIL: g++.old-deja/g++.pt/explicit52.C -std=c++11 (test for excess errors)
3766FAIL: g++.old-deja/g++.pt/explicit53.C -std=c++98 (test for excess errors)
3767FAIL: g++.old-deja/g++.pt/explicit53.C -std=c++11 (test for excess errors)
3768FAIL: g++.old-deja/g++.pt/explicit54.C -std=c++98 (test for excess errors)
3769FAIL: g++.old-deja/g++.pt/explicit54.C -std=c++11 (test for excess errors)
3770FAIL: g++.old-deja/g++.pt/explicit55.C -std=c++98 (test for excess errors)
3771FAIL: g++.old-deja/g++.pt/explicit55.C -std=c++11 (test for excess errors)
3772FAIL: g++.old-deja/g++.pt/explicit56.C -std=c++98 (test for excess errors)
3773FAIL: g++.old-deja/g++.pt/explicit56.C -std=c++11 (test for excess errors)
3774FAIL: g++.old-deja/g++.pt/explicit57.C -std=c++98 (test for excess errors)
3775FAIL: g++.old-deja/g++.pt/explicit57.C -std=c++11 (test for excess errors)
3776FAIL: g++.old-deja/g++.pt/explicit58.C -std=c++98 (test for excess errors)
3777FAIL: g++.old-deja/g++.pt/explicit58.C -std=c++11 (test for excess errors)
3778FAIL: g++.old-deja/g++.pt/explicit59.C -std=c++98 (test for excess errors)
3779FAIL: g++.old-deja/g++.pt/explicit59.C -std=c++11 (test for excess errors)
3780FAIL: g++.old-deja/g++.pt/explicit60.C -std=c++98 (test for excess errors)
3781FAIL: g++.old-deja/g++.pt/explicit60.C -std=c++11 (test for excess errors)
3782FAIL: g++.old-deja/g++.pt/explicit61.C -std=c++98 (test for excess errors)
3783FAIL: g++.old-deja/g++.pt/explicit61.C -std=c++11 (test for excess errors)
3784FAIL: g++.old-deja/g++.pt/explicit62.C -std=c++98 (test for excess errors)
3785FAIL: g++.old-deja/g++.pt/explicit62.C -std=c++11 (test for excess errors)
3786FAIL: g++.old-deja/g++.pt/explicit63.C -std=c++98 (test for excess errors)
3787FAIL: g++.old-deja/g++.pt/explicit63.C -std=c++11 (test for excess errors)
3788FAIL: g++.old-deja/g++.pt/explicit64.C -std=c++98 (test for excess errors)
3789FAIL: g++.old-deja/g++.pt/explicit64.C -std=c++11 (test for excess errors)
3790FAIL: g++.old-deja/g++.pt/explicit65.C -std=c++98 (test for excess errors)
3791FAIL: g++.old-deja/g++.pt/explicit65.C -std=c++11 (test for excess errors)
3792FAIL: g++.old-deja/g++.pt/explicit66.C -std=c++98 (test for excess errors)
3793FAIL: g++.old-deja/g++.pt/explicit66.C -std=c++11 (test for excess errors)
3794FAIL: g++.old-deja/g++.pt/explicit68.C -std=c++98 (test for excess errors)
3795FAIL: g++.old-deja/g++.pt/explicit68.C -std=c++11 (test for excess errors)
3796FAIL: g++.old-deja/g++.pt/explicit74.C -std=c++98 (test for excess errors)
3797FAIL: g++.old-deja/g++.pt/explicit74.C -std=c++11 (test for excess errors)
3798FAIL: g++.old-deja/g++.pt/explicit78.C -std=c++98 (test for excess errors)
3799FAIL: g++.old-deja/g++.pt/explicit78.C -std=c++11 (test for excess errors)
3800FAIL: g++.old-deja/g++.pt/explicit8.C -std=c++98 (test for excess errors)
3801FAIL: g++.old-deja/g++.pt/explicit8.C -std=c++11 (test for excess errors)
3802FAIL: g++.old-deja/g++.pt/explicit81.C -std=c++98 (test for excess errors)
3803FAIL: g++.old-deja/g++.pt/explicit81.C -std=c++11 (test for excess errors)
3804FAIL: g++.old-deja/g++.pt/expr1.C -std=c++98 (test for excess errors)
3805FAIL: g++.old-deja/g++.pt/expr1.C -std=c++11 (test for excess errors)
3806FAIL: g++.old-deja/g++.pt/fntry1.C -std=c++98 (test for excess errors)
3807FAIL: g++.old-deja/g++.pt/fntry1.C -std=c++11 (test for excess errors)
3808FAIL: g++.old-deja/g++.pt/friend1.C -std=c++98 (test for excess errors)
3809FAIL: g++.old-deja/g++.pt/friend1.C -std=c++11 (test for excess errors)
3810FAIL: g++.old-deja/g++.pt/friend10.C -std=c++98 (test for excess errors)
3811FAIL: g++.old-deja/g++.pt/friend10.C -std=c++11 (test for excess errors)
3812FAIL: g++.old-deja/g++.pt/friend12.C -std=c++98 (test for excess errors)
3813FAIL: g++.old-deja/g++.pt/friend12.C -std=c++11 (test for excess errors)
3814FAIL: g++.old-deja/g++.pt/friend13.C -std=c++98 (test for excess errors)
3815FAIL: g++.old-deja/g++.pt/friend13.C -std=c++11 (test for excess errors)
3816FAIL: g++.old-deja/g++.pt/friend14.C -std=c++98 (test for excess errors)
3817FAIL: g++.old-deja/g++.pt/friend14.C -std=c++11 (test for excess errors)
3818FAIL: g++.old-deja/g++.pt/friend15.C -std=c++98 (test for excess errors)
3819FAIL: g++.old-deja/g++.pt/friend15.C -std=c++11 (test for excess errors)
3820FAIL: g++.old-deja/g++.pt/friend16.C -std=c++98 (test for excess errors)
3821FAIL: g++.old-deja/g++.pt/friend16.C -std=c++11 (test for excess errors)
3822FAIL: g++.old-deja/g++.pt/friend17.C -std=c++98 (test for excess errors)
3823FAIL: g++.old-deja/g++.pt/friend17.C -std=c++11 (test for excess errors)
3824FAIL: g++.old-deja/g++.pt/friend18.C -std=c++98 (test for excess errors)
3825FAIL: g++.old-deja/g++.pt/friend18.C -std=c++11 (test for excess errors)
3826FAIL: g++.old-deja/g++.pt/friend33.C -std=gnu++98 (test for excess errors)
3827FAIL: g++.old-deja/g++.pt/friend33.C -std=gnu++11 (test for excess errors)
3828FAIL: g++.old-deja/g++.pt/friend34.C -std=c++98 (test for excess errors)
3829FAIL: g++.old-deja/g++.pt/friend34.C -std=c++11 (test for excess errors)
3830FAIL: g++.old-deja/g++.pt/friend4.C -std=c++98 (test for excess errors)
3831FAIL: g++.old-deja/g++.pt/friend4.C -std=c++11 (test for excess errors)
3832FAIL: g++.old-deja/g++.pt/friend5.C -std=c++98 (test for excess errors)
3833FAIL: g++.old-deja/g++.pt/friend5.C -std=c++11 (test for excess errors)
3834FAIL: g++.old-deja/g++.pt/friend6.C -std=c++98 (test for excess errors)
3835FAIL: g++.old-deja/g++.pt/friend6.C -std=c++11 (test for excess errors)
3836FAIL: g++.old-deja/g++.pt/friend7.C -std=c++98 (test for excess errors)
3837FAIL: g++.old-deja/g++.pt/friend7.C -std=c++11 (test for excess errors)
3838FAIL: g++.old-deja/g++.pt/friend8.C -std=c++98 (test for excess errors)
3839FAIL: g++.old-deja/g++.pt/friend8.C -std=c++11 (test for excess errors)
3840FAIL: g++.old-deja/g++.pt/friend9.C -std=c++98 (test for excess errors)
3841FAIL: g++.old-deja/g++.pt/friend9.C -std=c++11 (test for excess errors)
3842FAIL: g++.old-deja/g++.pt/goto.C -std=c++98 (test for excess errors)
3843FAIL: g++.old-deja/g++.pt/goto.C -std=c++11 (test for excess errors)
3844FAIL: g++.old-deja/g++.pt/goto2.C -std=c++98 (test for excess errors)
3845FAIL: g++.old-deja/g++.pt/goto2.C -std=c++11 (test for excess errors)
3846FAIL: g++.old-deja/g++.pt/inherit1.C -std=c++98 (test for excess errors)
3847FAIL: g++.old-deja/g++.pt/inherit1.C -std=c++11 (test for excess errors)
3848FAIL: g++.old-deja/g++.pt/inline2.C -std=gnu++98 (test for excess errors)
3849FAIL: g++.old-deja/g++.pt/inline2.C -std=gnu++11 (test for excess errors)
3850FAIL: g++.old-deja/g++.pt/instantiate11.C -std=c++98 (test for excess errors)
3851FAIL: g++.old-deja/g++.pt/instantiate11.C -std=c++11 (test for excess errors)
3852FAIL: g++.old-deja/g++.pt/instantiate4.C -std=gnu++98 (test for excess errors)
3853FAIL: g++.old-deja/g++.pt/instantiate5.C -std=c++98 (test for excess errors)
3854FAIL: g++.old-deja/g++.pt/instantiate5.C -std=c++11 (test for excess errors)
3855FAIL: g++.old-deja/g++.pt/instantiate7.C -std=c++98 (test for excess errors)
3856FAIL: g++.old-deja/g++.pt/instantiate7.C -std=c++11 (test for excess errors)
3857FAIL: g++.old-deja/g++.pt/label1.C -std=c++98 (test for excess errors)
3858FAIL: g++.old-deja/g++.pt/label1.C -std=c++11 (test for excess errors)
3859FAIL: g++.old-deja/g++.pt/link1.C -std=c++98 (test for excess errors)
3860FAIL: g++.old-deja/g++.pt/link1.C -std=c++11 (test for excess errors)
3861FAIL: g++.old-deja/g++.pt/local1.C -std=c++98 (test for excess errors)
3862FAIL: g++.old-deja/g++.pt/local1.C -std=c++11 (test for excess errors)
3863FAIL: g++.old-deja/g++.pt/local2.C -std=c++98 (test for excess errors)
3864FAIL: g++.old-deja/g++.pt/local2.C -std=c++11 (test for excess errors)
3865FAIL: g++.old-deja/g++.pt/local3.C -std=c++98 (test for excess errors)
3866FAIL: g++.old-deja/g++.pt/local3.C -std=c++11 (test for excess errors)
3867FAIL: g++.old-deja/g++.pt/local4.C -std=c++98 (test for excess errors)
3868FAIL: g++.old-deja/g++.pt/local4.C -std=c++11 (test for excess errors)
3869FAIL: g++.old-deja/g++.pt/local5.C -std=c++98 (test for excess errors)
3870FAIL: g++.old-deja/g++.pt/local5.C -std=c++11 (test for excess errors)
3871FAIL: g++.old-deja/g++.pt/local6.C -std=c++98 (test for excess errors)
3872FAIL: g++.old-deja/g++.pt/local6.C -std=c++11 (test for excess errors)
3873FAIL: g++.old-deja/g++.pt/local7.C -std=c++98 (test for excess errors)
3874FAIL: g++.old-deja/g++.pt/local7.C -std=c++11 (test for excess errors)
3875FAIL: g++.old-deja/g++.pt/lookup3.C -std=c++98 (test for excess errors)
3876FAIL: g++.old-deja/g++.pt/lookup3.C -std=c++11 (test for excess errors)
3877FAIL: g++.old-deja/g++.pt/lookup9.C -std=c++98 (test for excess errors)
3878FAIL: g++.old-deja/g++.pt/lookup9.C -std=c++11 (test for excess errors)
3879FAIL: g++.old-deja/g++.pt/m9.C -std=c++98 (test for excess errors)
3880FAIL: g++.old-deja/g++.pt/m9.C -std=c++11 (test for excess errors)
3881FAIL: g++.old-deja/g++.pt/mangle2.C -std=c++98 (test for excess errors)
3882FAIL: g++.old-deja/g++.pt/mangle2.C -std=c++11 (test for excess errors)
3883FAIL: g++.old-deja/g++.pt/memclass1.C -std=c++98 (test for excess errors)
3884FAIL: g++.old-deja/g++.pt/memclass1.C -std=c++11 (test for excess errors)
3885FAIL: g++.old-deja/g++.pt/memclass15.C -std=c++98 (test for excess errors)
3886FAIL: g++.old-deja/g++.pt/memclass15.C -std=c++11 (test for excess errors)
3887FAIL: g++.old-deja/g++.pt/memclass2.C -std=c++98 (test for excess errors)
3888FAIL: g++.old-deja/g++.pt/memclass2.C -std=c++11 (test for excess errors)
3889FAIL: g++.old-deja/g++.pt/memclass3.C -std=c++98 (test for excess errors)
3890FAIL: g++.old-deja/g++.pt/memclass3.C -std=c++11 (test for excess errors)
3891FAIL: g++.old-deja/g++.pt/memclass4.C -std=c++98 (test for excess errors)
3892FAIL: g++.old-deja/g++.pt/memclass4.C -std=c++11 (test for excess errors)
3893FAIL: g++.old-deja/g++.pt/memclass5.C -std=c++98 (test for excess errors)
3894FAIL: g++.old-deja/g++.pt/memclass5.C -std=c++11 (test for excess errors)
3895FAIL: g++.old-deja/g++.pt/memclass6.C -std=c++98 (test for excess errors)
3896FAIL: g++.old-deja/g++.pt/memclass6.C -std=c++11 (test for excess errors)
3897FAIL: g++.old-deja/g++.pt/memclass9.C -std=c++98 (test for excess errors)
3898FAIL: g++.old-deja/g++.pt/memclass9.C -std=c++11 (test for excess errors)
3899FAIL: g++.old-deja/g++.pt/memtemp10.C -std=c++98 (test for excess errors)
3900FAIL: g++.old-deja/g++.pt/memtemp10.C -std=c++11 (test for excess errors)
3901FAIL: g++.old-deja/g++.pt/memtemp100.C -std=gnu++98 (test for excess errors)
3902FAIL: g++.old-deja/g++.pt/memtemp100.C -std=gnu++11 (test for excess errors)
3903FAIL: g++.old-deja/g++.pt/memtemp11.C -std=c++98 (test for excess errors)
3904FAIL: g++.old-deja/g++.pt/memtemp11.C -std=c++11 (test for excess errors)
3905FAIL: g++.old-deja/g++.pt/memtemp14.C -std=c++98 (test for excess errors)
3906FAIL: g++.old-deja/g++.pt/memtemp14.C -std=c++11 (test for excess errors)
3907FAIL: g++.old-deja/g++.pt/memtemp15.C -std=c++98 (test for excess errors)
3908FAIL: g++.old-deja/g++.pt/memtemp15.C -std=c++11 (test for excess errors)
3909FAIL: g++.old-deja/g++.pt/memtemp16.C -std=c++98 (test for excess errors)
3910FAIL: g++.old-deja/g++.pt/memtemp16.C -std=c++11 (test for excess errors)
3911FAIL: g++.old-deja/g++.pt/memtemp17.C -std=c++98 (test for excess errors)
3912FAIL: g++.old-deja/g++.pt/memtemp17.C -std=c++11 (test for excess errors)
3913FAIL: g++.old-deja/g++.pt/memtemp20.C -std=c++98 (test for excess errors)
3914FAIL: g++.old-deja/g++.pt/memtemp20.C -std=c++11 (test for excess errors)
3915FAIL: g++.old-deja/g++.pt/memtemp23.C -std=c++98 (test for excess errors)
3916FAIL: g++.old-deja/g++.pt/memtemp23.C -std=c++11 (test for excess errors)
3917FAIL: g++.old-deja/g++.pt/memtemp24.C -std=c++98 (test for excess errors)
3918FAIL: g++.old-deja/g++.pt/memtemp24.C -std=c++11 (test for excess errors)
3919FAIL: g++.old-deja/g++.pt/memtemp25.C -std=c++98 (test for excess errors)
3920FAIL: g++.old-deja/g++.pt/memtemp25.C -std=c++11 (test for excess errors)
3921FAIL: g++.old-deja/g++.pt/memtemp26.C -std=c++98 (test for excess errors)
3922FAIL: g++.old-deja/g++.pt/memtemp26.C -std=c++11 (test for excess errors)
3923FAIL: g++.old-deja/g++.pt/memtemp28.C -std=c++98 (test for excess errors)
3924FAIL: g++.old-deja/g++.pt/memtemp28.C -std=c++11 (test for excess errors)
3925FAIL: g++.old-deja/g++.pt/memtemp29.C -std=c++98 (test for excess errors)
3926FAIL: g++.old-deja/g++.pt/memtemp29.C -std=c++11 (test for excess errors)
3927FAIL: g++.old-deja/g++.pt/memtemp3.C -std=c++98 (test for excess errors)
3928FAIL: g++.old-deja/g++.pt/memtemp3.C -std=c++11 (test for excess errors)
3929FAIL: g++.old-deja/g++.pt/memtemp30.C -std=c++98 (test for excess errors)
3930FAIL: g++.old-deja/g++.pt/memtemp30.C -std=c++11 (test for excess errors)
3931FAIL: g++.old-deja/g++.pt/memtemp31.C -std=c++98 (test for excess errors)
3932FAIL: g++.old-deja/g++.pt/memtemp31.C -std=c++11 (test for excess errors)
3933FAIL: g++.old-deja/g++.pt/memtemp32.C -std=c++98 (test for excess errors)
3934FAIL: g++.old-deja/g++.pt/memtemp32.C -std=c++11 (test for excess errors)
3935FAIL: g++.old-deja/g++.pt/memtemp33.C -std=c++98 (test for excess errors)
3936FAIL: g++.old-deja/g++.pt/memtemp33.C -std=c++11 (test for excess errors)
3937FAIL: g++.old-deja/g++.pt/memtemp34.C -std=c++98 (test for excess errors)
3938FAIL: g++.old-deja/g++.pt/memtemp34.C -std=c++11 (test for excess errors)
3939FAIL: g++.old-deja/g++.pt/memtemp35.C -std=c++98 (test for excess errors)
3940FAIL: g++.old-deja/g++.pt/memtemp35.C -std=c++11 (test for excess errors)
3941FAIL: g++.old-deja/g++.pt/memtemp39.C -std=c++98 (test for excess errors)
3942FAIL: g++.old-deja/g++.pt/memtemp39.C -std=c++11 (test for excess errors)
3943FAIL: g++.old-deja/g++.pt/memtemp40.C -std=c++98 (test for excess errors)
3944FAIL: g++.old-deja/g++.pt/memtemp40.C -std=c++11 (test for excess errors)
3945FAIL: g++.old-deja/g++.pt/memtemp42.C -std=c++98 (test for excess errors)
3946FAIL: g++.old-deja/g++.pt/memtemp42.C -std=c++11 (test for excess errors)
3947FAIL: g++.old-deja/g++.pt/memtemp43.C -std=c++98 (test for excess errors)
3948FAIL: g++.old-deja/g++.pt/memtemp43.C -std=c++11 (test for excess errors)
3949FAIL: g++.old-deja/g++.pt/memtemp44.C -std=c++98 (test for excess errors)
3950FAIL: g++.old-deja/g++.pt/memtemp44.C -std=c++11 (test for excess errors)
3951FAIL: g++.old-deja/g++.pt/memtemp45.C -std=c++98 (test for excess errors)
3952FAIL: g++.old-deja/g++.pt/memtemp45.C -std=c++11 (test for excess errors)
3953FAIL: g++.old-deja/g++.pt/memtemp46.C -std=c++98 (test for excess errors)
3954FAIL: g++.old-deja/g++.pt/memtemp46.C -std=c++11 (test for excess errors)
3955FAIL: g++.old-deja/g++.pt/memtemp47.C -std=c++98 (test for excess errors)
3956FAIL: g++.old-deja/g++.pt/memtemp47.C -std=c++11 (test for excess errors)
3957FAIL: g++.old-deja/g++.pt/memtemp48.C -std=c++98 (test for excess errors)
3958FAIL: g++.old-deja/g++.pt/memtemp48.C -std=c++11 (test for excess errors)
3959FAIL: g++.old-deja/g++.pt/memtemp49.C -std=c++98 (test for excess errors)
3960FAIL: g++.old-deja/g++.pt/memtemp49.C -std=c++11 (test for excess errors)
3961FAIL: g++.old-deja/g++.pt/memtemp5.C -std=c++98 (test for excess errors)
3962FAIL: g++.old-deja/g++.pt/memtemp5.C -std=c++11 (test for excess errors)
3963FAIL: g++.old-deja/g++.pt/memtemp52.C -std=c++98 (test for excess errors)
3964FAIL: g++.old-deja/g++.pt/memtemp52.C -std=c++11 (test for excess errors)
3965FAIL: g++.old-deja/g++.pt/memtemp53.C -std=c++98 (test for excess errors)
3966FAIL: g++.old-deja/g++.pt/memtemp53.C -std=c++11 (test for excess errors)
3967FAIL: g++.old-deja/g++.pt/memtemp58.C -std=c++98 (test for excess errors)
3968FAIL: g++.old-deja/g++.pt/memtemp58.C -std=c++11 (test for excess errors)
3969FAIL: g++.old-deja/g++.pt/memtemp63.C -std=c++98 (test for excess errors)
3970FAIL: g++.old-deja/g++.pt/memtemp63.C -std=c++11 (test for excess errors)
3971FAIL: g++.old-deja/g++.pt/memtemp65.C -std=c++98 (test for excess errors)
3972FAIL: g++.old-deja/g++.pt/memtemp65.C -std=c++11 (test for excess errors)
3973FAIL: g++.old-deja/g++.pt/memtemp66.C -std=c++98 (test for excess errors)
3974FAIL: g++.old-deja/g++.pt/memtemp66.C -std=c++11 (test for excess errors)
3975FAIL: g++.old-deja/g++.pt/memtemp67.C -std=c++98 (test for excess errors)
3976FAIL: g++.old-deja/g++.pt/memtemp67.C -std=c++11 (test for excess errors)
3977FAIL: g++.old-deja/g++.pt/memtemp69.C -std=c++98 (test for excess errors)
3978FAIL: g++.old-deja/g++.pt/memtemp69.C -std=c++11 (test for excess errors)
3979FAIL: g++.old-deja/g++.pt/memtemp7.C -std=c++98 (test for excess errors)
3980FAIL: g++.old-deja/g++.pt/memtemp7.C -std=c++11 (test for excess errors)
3981FAIL: g++.old-deja/g++.pt/memtemp70.C -std=c++98 (test for excess errors)
3982FAIL: g++.old-deja/g++.pt/memtemp70.C -std=c++11 (test for excess errors)
3983FAIL: g++.old-deja/g++.pt/memtemp73.C -std=c++98 (test for excess errors)
3984FAIL: g++.old-deja/g++.pt/memtemp73.C -std=c++11 (test for excess errors)
3985FAIL: g++.old-deja/g++.pt/memtemp75.C -std=c++98 (test for excess errors)
3986FAIL: g++.old-deja/g++.pt/memtemp75.C -std=c++11 (test for excess errors)
3987FAIL: g++.old-deja/g++.pt/memtemp80.C -std=c++98 (test for excess errors)
3988FAIL: g++.old-deja/g++.pt/memtemp80.C -std=c++11 (test for excess errors)
3989FAIL: g++.old-deja/g++.pt/memtemp81.C -std=c++98 (test for excess errors)
3990FAIL: g++.old-deja/g++.pt/memtemp81.C -std=c++11 (test for excess errors)
3991FAIL: g++.old-deja/g++.pt/memtemp82.C -std=c++98 (test for excess errors)
3992FAIL: g++.old-deja/g++.pt/memtemp82.C -std=c++11 (test for excess errors)
3993FAIL: g++.old-deja/g++.pt/memtemp83.C -std=c++98 (test for excess errors)
3994FAIL: g++.old-deja/g++.pt/memtemp83.C -std=c++11 (test for excess errors)
3995FAIL: g++.old-deja/g++.pt/memtemp9.C -std=c++98 (test for excess errors)
3996FAIL: g++.old-deja/g++.pt/memtemp9.C -std=c++11 (test for excess errors)
3997FAIL: g++.old-deja/g++.pt/memtemp92.C -std=c++98 (test for excess errors)
3998FAIL: g++.old-deja/g++.pt/memtemp92.C -std=c++11 (test for excess errors)
3999FAIL: g++.old-deja/g++.pt/memtemp93.C -std=c++98 (test for excess errors)
4000FAIL: g++.old-deja/g++.pt/memtemp93.C -std=c++11 (test for excess errors)
4001FAIL: g++.old-deja/g++.pt/memtemp96.C -std=c++98 (test for excess errors)
4002FAIL: g++.old-deja/g++.pt/memtemp96.C -std=c++11 (test for excess errors)
4003FAIL: g++.old-deja/g++.pt/memtemp97.C -std=c++98 (test for excess errors)
4004FAIL: g++.old-deja/g++.pt/memtemp97.C -std=c++11 (test for excess errors)
4005FAIL: g++.old-deja/g++.pt/mi1.C -std=c++98 (test for excess errors)
4006FAIL: g++.old-deja/g++.pt/mi1.C -std=c++11 (test for excess errors)
4007FAIL: g++.old-deja/g++.pt/niklas01b.C -std=c++98 (test for excess errors)
4008FAIL: g++.old-deja/g++.pt/niklas01b.C -std=c++11 (test for excess errors)
4009FAIL: g++.old-deja/g++.pt/niklas02.C -std=c++98 (test for excess errors)
4010FAIL: g++.old-deja/g++.pt/niklas02.C -std=c++11 (test for excess errors)
4011FAIL: g++.old-deja/g++.pt/nontype4.C -std=c++98 (test for excess errors)
4012FAIL: g++.old-deja/g++.pt/nontype4.C -std=c++11 (test for excess errors)
4013FAIL: g++.old-deja/g++.pt/nttp1.C -std=c++98 (test for excess errors)
4014FAIL: g++.old-deja/g++.pt/nttp1.C -std=c++11 (test for excess errors)
4015FAIL: g++.old-deja/g++.pt/nttp2.C -std=c++98 (test for excess errors)
4016FAIL: g++.old-deja/g++.pt/nttp2.C -std=c++11 (test for excess errors)
4017FAIL: g++.old-deja/g++.pt/overload1.C -std=c++98 (test for excess errors)
4018FAIL: g++.old-deja/g++.pt/overload1.C -std=c++11 (test for excess errors)
4019FAIL: g++.old-deja/g++.pt/overload10.C -std=c++98 (test for excess errors)
4020FAIL: g++.old-deja/g++.pt/overload10.C -std=c++11 (test for excess errors)
4021FAIL: g++.old-deja/g++.pt/overload11.C -std=c++98 (test for excess errors)
4022FAIL: g++.old-deja/g++.pt/overload11.C -std=c++11 (test for excess errors)
4023FAIL: g++.old-deja/g++.pt/overload12.C -std=c++98 (test for excess errors)
4024FAIL: g++.old-deja/g++.pt/overload12.C -std=c++11 (test for excess errors)
4025FAIL: g++.old-deja/g++.pt/overload13.C -std=c++11 (test for excess errors)
4026FAIL: g++.old-deja/g++.pt/overload15.C -std=c++98 (test for excess errors)
4027FAIL: g++.old-deja/g++.pt/overload15.C -std=c++11 (test for excess errors)
4028FAIL: g++.old-deja/g++.pt/overload6.C -std=c++98 (test for excess errors)
4029FAIL: g++.old-deja/g++.pt/overload6.C -std=c++11 (test for excess errors)
4030FAIL: g++.old-deja/g++.pt/overload9.C -std=c++98 (test for excess errors)
4031FAIL: g++.old-deja/g++.pt/overload9.C -std=c++11 (test for excess errors)
4032FAIL: g++.old-deja/g++.pt/parms1.C -std=c++98 (test for excess errors)
4033FAIL: g++.old-deja/g++.pt/parms1.C -std=c++11 (test for excess errors)
4034FAIL: g++.old-deja/g++.pt/partial3.C -std=c++98 (test for excess errors)
4035FAIL: g++.old-deja/g++.pt/partial3.C -std=c++11 (test for excess errors)
4036FAIL: g++.old-deja/g++.pt/partial5.C -std=c++98 (test for excess errors)
4037FAIL: g++.old-deja/g++.pt/partial5.C -std=c++11 (test for excess errors)
4038FAIL: g++.old-deja/g++.pt/ptrmem1.C -std=c++98 (test for excess errors)
4039FAIL: g++.old-deja/g++.pt/ptrmem1.C -std=c++11 (test for excess errors)
4040FAIL: g++.old-deja/g++.pt/ptrmem2.C -std=c++98 (test for excess errors)
4041FAIL: g++.old-deja/g++.pt/ptrmem2.C -std=c++11 (test for excess errors)
4042FAIL: g++.old-deja/g++.pt/ptrmem4.C -std=c++98 (test for excess errors)
4043FAIL: g++.old-deja/g++.pt/ptrmem4.C -std=c++11 (test for excess errors)
4044FAIL: g++.old-deja/g++.pt/ptrmem5.C -std=c++98 (test for excess errors)
4045FAIL: g++.old-deja/g++.pt/ptrmem5.C -std=c++11 (test for excess errors)
4046FAIL: g++.old-deja/g++.pt/ptrmem9.C -std=c++98 (test for excess errors)
4047FAIL: g++.old-deja/g++.pt/ptrmem9.C -std=c++11 (test for excess errors)
4048FAIL: g++.old-deja/g++.pt/recursion.C -std=c++98 (test for excess errors)
4049FAIL: g++.old-deja/g++.pt/recursion.C -std=c++11 (test for excess errors)
4050FAIL: g++.old-deja/g++.pt/redecl2.C -std=c++98 (test for excess errors)
4051FAIL: g++.old-deja/g++.pt/redecl2.C -std=c++11 (test for excess errors)
4052FAIL: g++.old-deja/g++.pt/ref3.C -std=c++98 (test for excess errors)
4053FAIL: g++.old-deja/g++.pt/ref3.C -std=c++11 (test for excess errors)
4054FAIL: g++.old-deja/g++.pt/ref4.C -std=c++98 (test for excess errors)
4055FAIL: g++.old-deja/g++.pt/ref4.C -std=c++11 (test for excess errors)
4056FAIL: g++.old-deja/g++.pt/repo3.C -std=gnu++98 (test for excess errors)
4057FAIL: g++.old-deja/g++.pt/repo3.C -std=gnu++11 (test for excess errors)
4058FAIL: g++.old-deja/g++.pt/sizeof.C -std=c++98 (test for excess errors)
4059FAIL: g++.old-deja/g++.pt/sizeof.C -std=c++11 (test for excess errors)
4060FAIL: g++.old-deja/g++.pt/sizeof2.C -std=c++98 (test for excess errors)
4061FAIL: g++.old-deja/g++.pt/sizeof2.C -std=c++11 (test for excess errors)
4062FAIL: g++.old-deja/g++.pt/spec1.C -std=c++98 (test for excess errors)
4063FAIL: g++.old-deja/g++.pt/spec1.C -std=c++11 (test for excess errors)
4064FAIL: g++.old-deja/g++.pt/spec17.C -std=c++98 (test for excess errors)
4065FAIL: g++.old-deja/g++.pt/spec17.C -std=c++11 (test for excess errors)
4066FAIL: g++.old-deja/g++.pt/spec18.C -std=c++98 (test for excess errors)
4067FAIL: g++.old-deja/g++.pt/spec18.C -std=c++11 (test for excess errors)
4068FAIL: g++.old-deja/g++.pt/spec3.C -std=c++98 (test for excess errors)
4069FAIL: g++.old-deja/g++.pt/spec3.C -std=c++11 (test for excess errors)
4070FAIL: g++.old-deja/g++.pt/spec33.C -std=c++98 (test for excess errors)
4071FAIL: g++.old-deja/g++.pt/spec33.C -std=c++11 (test for excess errors)
4072FAIL: g++.old-deja/g++.pt/spec36.C -std=c++98 (test for excess errors)
4073FAIL: g++.old-deja/g++.pt/spec36.C -std=c++11 (test for excess errors)
4074FAIL: g++.old-deja/g++.pt/spec8.C -std=c++98 (test for excess errors)
4075FAIL: g++.old-deja/g++.pt/spec8.C -std=c++11 (test for excess errors)
4076FAIL: g++.old-deja/g++.pt/static11.C -std=c++98 (test for excess errors)
4077FAIL: g++.old-deja/g++.pt/static11.C -std=c++11 (test for excess errors)
4078FAIL: g++.old-deja/g++.pt/static2.C -std=c++98 (test for excess errors)
4079FAIL: g++.old-deja/g++.pt/static2.C -std=c++11 (test for excess errors)
4080FAIL: g++.old-deja/g++.pt/static3.C -std=c++98 (test for excess errors)
4081FAIL: g++.old-deja/g++.pt/static3.C -std=c++11 (test for excess errors)
4082FAIL: g++.old-deja/g++.pt/static7.C -std=c++98 (test for excess errors)
4083FAIL: g++.old-deja/g++.pt/static7.C -std=c++11 (test for excess errors)
4084FAIL: g++.old-deja/g++.pt/static8.C -std=c++98 (test for excess errors)
4085FAIL: g++.old-deja/g++.pt/static8.C -std=c++11 (test for excess errors)
4086FAIL: g++.old-deja/g++.pt/static9.C -std=c++98 (test for excess errors)
4087FAIL: g++.old-deja/g++.pt/static9.C -std=c++11 (test for excess errors)
4088FAIL: g++.old-deja/g++.pt/static_cast.C -std=c++98 (test for excess errors)
4089FAIL: g++.old-deja/g++.pt/static_cast.C -std=c++11 (test for excess errors)
4090FAIL: g++.old-deja/g++.pt/stmtexpr.C -std=c++98 (test for excess errors)
4091FAIL: g++.old-deja/g++.pt/stmtexpr.C -std=c++11 (test for excess errors)
4092FAIL: g++.old-deja/g++.pt/stmtexpr2.C -std=c++98 (test for excess errors)
4093FAIL: g++.old-deja/g++.pt/stmtexpr2.C -std=c++11 (test for excess errors)
4094FAIL: g++.old-deja/g++.pt/t06.C -std=c++98 (test for excess errors)
4095FAIL: g++.old-deja/g++.pt/t06.C -std=c++11 (test for excess errors)
4096FAIL: g++.old-deja/g++.pt/t07.C -std=c++98 (test for excess errors)
4097FAIL: g++.old-deja/g++.pt/t07.C -std=c++11 (test for excess errors)
4098FAIL: g++.old-deja/g++.pt/t11a.C -std=c++98 (test for excess errors)
4099FAIL: g++.old-deja/g++.pt/t11a.C -std=c++11 (test for excess errors)
4100FAIL: g++.old-deja/g++.pt/t16.C -std=c++98 (test for excess errors)
4101FAIL: g++.old-deja/g++.pt/t16.C -std=c++11 (test for excess errors)
4102FAIL: g++.old-deja/g++.pt/t18.C -std=c++98 (test for excess errors)
4103FAIL: g++.old-deja/g++.pt/t18.C -std=c++11 (test for excess errors)
4104FAIL: g++.old-deja/g++.pt/t21.C -std=c++98 (test for excess errors)
4105FAIL: g++.old-deja/g++.pt/t21.C -std=c++11 (test for excess errors)
4106FAIL: g++.old-deja/g++.pt/t25.C -std=c++98 (test for excess errors)
4107FAIL: g++.old-deja/g++.pt/t25.C -std=c++11 (test for excess errors)
4108FAIL: g++.old-deja/g++.pt/t26.C -std=c++98 (test for excess errors)
4109FAIL: g++.old-deja/g++.pt/t26.C -std=c++11 (test for excess errors)
4110FAIL: g++.old-deja/g++.pt/t27.C -std=c++98 (test for excess errors)
4111FAIL: g++.old-deja/g++.pt/t27.C -std=c++11 (test for excess errors)
4112FAIL: g++.old-deja/g++.pt/t28.C -std=c++98 (test for excess errors)
4113FAIL: g++.old-deja/g++.pt/t28.C -std=c++11 (test for excess errors)
4114FAIL: g++.old-deja/g++.pt/t29.C -std=c++98 (test for excess errors)
4115FAIL: g++.old-deja/g++.pt/t30.C -std=c++98 (test for excess errors)
4116FAIL: g++.old-deja/g++.pt/t31.C -std=c++98 (test for excess errors)
4117FAIL: g++.old-deja/g++.pt/t31.C -std=c++11 (test for excess errors)
4118FAIL: g++.old-deja/g++.pt/t32.C -std=c++98 (test for excess errors)
4119FAIL: g++.old-deja/g++.pt/t32.C -std=c++11 (test for excess errors)
4120FAIL: g++.old-deja/g++.pt/t34.C -std=c++98 (test for excess errors)
4121FAIL: g++.old-deja/g++.pt/t34.C -std=c++11 (test for excess errors)
4122FAIL: g++.old-deja/g++.pt/t35.C -std=gnu++98 (test for excess errors)
4123FAIL: g++.old-deja/g++.pt/t35.C -std=gnu++11 (test for excess errors)
4124FAIL: g++.old-deja/g++.pt/t38.C -std=gnu++98 (test for excess errors)
4125FAIL: g++.old-deja/g++.pt/t38.C -std=gnu++11 (test for excess errors)
4126FAIL: g++.old-deja/g++.pt/t39.C -std=c++98 (test for excess errors)
4127FAIL: g++.old-deja/g++.pt/t39.C -std=c++11 (test for excess errors)
4128FAIL: g++.old-deja/g++.pt/t42.C -std=c++98 (test for excess errors)
4129FAIL: g++.old-deja/g++.pt/t42.C -std=c++11 (test for excess errors)
4130FAIL: g++.old-deja/g++.pt/tiemann2.C -std=c++98 (test for excess errors)
4131FAIL: g++.old-deja/g++.pt/tiemann2.C -std=c++11 (test for excess errors)
4132FAIL: g++.old-deja/g++.pt/ttp11.C -std=c++98 (test for excess errors)
4133FAIL: g++.old-deja/g++.pt/ttp11.C -std=c++11 (test for excess errors)
4134FAIL: g++.old-deja/g++.pt/ttp12.C -std=c++98 (test for excess errors)
4135FAIL: g++.old-deja/g++.pt/ttp12.C -std=c++11 (test for excess errors)
4136FAIL: g++.old-deja/g++.pt/ttp13.C -std=c++98 (test for excess errors)
4137FAIL: g++.old-deja/g++.pt/ttp13.C -std=c++11 (test for excess errors)
4138FAIL: g++.old-deja/g++.pt/ttp14.C -std=c++98 (test for excess errors)
4139FAIL: g++.old-deja/g++.pt/ttp14.C -std=c++11 (test for excess errors)
4140FAIL: g++.old-deja/g++.pt/ttp15.C -std=c++98 (test for excess errors)
4141FAIL: g++.old-deja/g++.pt/ttp15.C -std=c++11 (test for excess errors)
4142FAIL: g++.old-deja/g++.pt/ttp16.C -std=c++98 (test for excess errors)
4143FAIL: g++.old-deja/g++.pt/ttp16.C -std=c++11 (test for excess errors)
4144FAIL: g++.old-deja/g++.pt/ttp17.C -std=c++98 (test for excess errors)
4145FAIL: g++.old-deja/g++.pt/ttp17.C -std=c++11 (test for excess errors)
4146FAIL: g++.old-deja/g++.pt/ttp18.C -std=c++98 (test for excess errors)
4147FAIL: g++.old-deja/g++.pt/ttp18.C -std=c++11 (test for excess errors)
4148FAIL: g++.old-deja/g++.pt/ttp20.C -std=c++98 (test for excess errors)
4149FAIL: g++.old-deja/g++.pt/ttp20.C -std=c++11 (test for excess errors)
4150FAIL: g++.old-deja/g++.pt/ttp21.C -std=c++98 (test for excess errors)
4151FAIL: g++.old-deja/g++.pt/ttp21.C -std=c++11 (test for excess errors)
4152FAIL: g++.old-deja/g++.pt/ttp22.C -std=c++98 (test for excess errors)
4153FAIL: g++.old-deja/g++.pt/ttp22.C -std=c++11 (test for excess errors)
4154FAIL: g++.old-deja/g++.pt/ttp23.C -std=c++98 (test for excess errors)
4155FAIL: g++.old-deja/g++.pt/ttp23.C -std=c++11 (test for excess errors)
4156FAIL: g++.old-deja/g++.pt/ttp24.C -std=c++98 (test for excess errors)
4157FAIL: g++.old-deja/g++.pt/ttp24.C -std=c++11 (test for excess errors)
4158FAIL: g++.old-deja/g++.pt/ttp25.C -std=c++98 (test for excess errors)
4159FAIL: g++.old-deja/g++.pt/ttp25.C -std=c++11 (test for excess errors)
4160FAIL: g++.old-deja/g++.pt/ttp27.C -std=c++98 (test for excess errors)
4161FAIL: g++.old-deja/g++.pt/ttp27.C -std=c++11 (test for excess errors)
4162FAIL: g++.old-deja/g++.pt/ttp28.C -std=c++98 (test for excess errors)
4163FAIL: g++.old-deja/g++.pt/ttp28.C -std=c++11 (test for excess errors)
4164FAIL: g++.old-deja/g++.pt/ttp29.C -std=c++98 (test for excess errors)
4165FAIL: g++.old-deja/g++.pt/ttp29.C -std=c++11 (test for excess errors)
4166FAIL: g++.old-deja/g++.pt/ttp30.C -std=c++98 (test for excess errors)
4167FAIL: g++.old-deja/g++.pt/ttp30.C -std=c++11 (test for excess errors)
4168FAIL: g++.old-deja/g++.pt/ttp31.C -std=c++98 (test for excess errors)
4169FAIL: g++.old-deja/g++.pt/ttp31.C -std=c++11 (test for excess errors)
4170FAIL: g++.old-deja/g++.pt/ttp32.C -std=c++98 (test for excess errors)
4171FAIL: g++.old-deja/g++.pt/ttp32.C -std=c++11 (test for excess errors)
4172FAIL: g++.old-deja/g++.pt/ttp33.C -std=c++98 (test for excess errors)
4173FAIL: g++.old-deja/g++.pt/ttp33.C -std=c++11 (test for excess errors)
4174FAIL: g++.old-deja/g++.pt/ttp34.C -std=c++98 (test for excess errors)
4175FAIL: g++.old-deja/g++.pt/ttp34.C -std=c++11 (test for excess errors)
4176FAIL: g++.old-deja/g++.pt/ttp47.C -std=c++98 (test for excess errors)
4177FAIL: g++.old-deja/g++.pt/ttp47.C -std=c++11 (test for excess errors)
4178FAIL: g++.old-deja/g++.pt/ttp48.C -std=c++98 (test for excess errors)
4179FAIL: g++.old-deja/g++.pt/ttp48.C -std=c++11 (test for excess errors)
4180FAIL: g++.old-deja/g++.pt/ttp53.C -std=c++98 (test for excess errors)
4181FAIL: g++.old-deja/g++.pt/ttp53.C -std=c++11 (test for excess errors)
4182FAIL: g++.old-deja/g++.pt/ttp54.C -std=c++98 (test for excess errors)
4183FAIL: g++.old-deja/g++.pt/ttp54.C -std=c++11 (test for excess errors)
4184FAIL: g++.old-deja/g++.pt/ttp55.C -std=c++98 (test for excess errors)
4185FAIL: g++.old-deja/g++.pt/ttp55.C -std=c++11 (test for excess errors)
4186FAIL: g++.old-deja/g++.pt/ttp57.C -std=c++98 (test for excess errors)
4187FAIL: g++.old-deja/g++.pt/ttp57.C -std=c++11 (test for excess errors)
4188FAIL: g++.old-deja/g++.pt/ttp58.C -std=c++98 (test for excess errors)
4189FAIL: g++.old-deja/g++.pt/ttp58.C -std=c++11 (test for excess errors)
4190FAIL: g++.old-deja/g++.pt/ttp59.C -std=c++98 (test for excess errors)
4191FAIL: g++.old-deja/g++.pt/ttp59.C -std=c++11 (test for excess errors)
4192FAIL: g++.old-deja/g++.pt/ttp60.C -std=c++98 (test for excess errors)
4193FAIL: g++.old-deja/g++.pt/ttp60.C -std=c++11 (test for excess errors)
4194FAIL: g++.old-deja/g++.pt/ttp62.C -std=c++98 (test for excess errors)
4195FAIL: g++.old-deja/g++.pt/ttp62.C -std=c++11 (test for excess errors)
4196FAIL: g++.old-deja/g++.pt/ttp64.C -std=c++98 (test for excess errors)
4197FAIL: g++.old-deja/g++.pt/ttp64.C -std=c++11 (test for excess errors)
4198FAIL: g++.old-deja/g++.pt/ttp65.C -std=c++98 (test for excess errors)
4199FAIL: g++.old-deja/g++.pt/ttp65.C -std=c++11 (test for excess errors)
4200FAIL: g++.old-deja/g++.pt/typedef3.C -std=c++98 (test for excess errors)
4201FAIL: g++.old-deja/g++.pt/typedef3.C -std=c++11 (test for excess errors)
4202FAIL: g++.old-deja/g++.pt/typename1.C -std=c++98 (test for excess errors)
4203FAIL: g++.old-deja/g++.pt/typename1.C -std=c++11 (test for excess errors)
4204FAIL: g++.old-deja/g++.pt/typename12.C -std=gnu++98 (test for excess errors)
4205FAIL: g++.old-deja/g++.pt/typename12.C -std=gnu++11 (test for excess errors)
4206FAIL: g++.old-deja/g++.pt/typename13.C -std=gnu++98 (test for excess errors)
4207FAIL: g++.old-deja/g++.pt/typename13.C -std=gnu++11 (test for excess errors)
4208FAIL: g++.old-deja/g++.pt/typename2.C -std=c++98 (test for excess errors)
4209FAIL: g++.old-deja/g++.pt/typename2.C -std=c++11 (test for excess errors)
4210FAIL: g++.old-deja/g++.pt/unify2.C -std=c++98 (test for excess errors)
4211FAIL: g++.old-deja/g++.pt/unify2.C -std=c++11 (test for excess errors)
4212FAIL: g++.old-deja/g++.pt/union2.C -std=c++98 (test for excess errors)
4213FAIL: g++.old-deja/g++.pt/union2.C -std=c++11 (test for excess errors)
4214FAIL: g++.old-deja/g++.pt/using2.C -std=c++98 (test for excess errors)
4215FAIL: g++.old-deja/g++.pt/using2.C -std=c++11 (test for excess errors)
4216FAIL: g++.old-deja/g++.pt/vaarg.C -std=c++98 (test for excess errors)
4217FAIL: g++.old-deja/g++.pt/vaarg.C -std=c++11 (test for excess errors)
4218FAIL: g++.old-deja/g++.pt/vaarg2.C -std=c++98 (test for excess errors)
4219FAIL: g++.old-deja/g++.pt/vaarg2.C -std=c++11 (test for excess errors)
4220FAIL: g++.old-deja/g++.pt/vbase1.C -std=c++98 (test for excess errors)
4221FAIL: g++.old-deja/g++.pt/vbase1.C -std=c++11 (test for excess errors)
4222FAIL: g++.old-deja/g++.pt/virtual1.C -std=c++98 (test for excess errors)
4223FAIL: g++.old-deja/g++.pt/virtual1.C -std=c++11 (test for excess errors)
4224FAIL: g++.old-deja/g++.pt/virtual2.C -std=c++98 (test for excess errors)
4225FAIL: g++.old-deja/g++.pt/virtual2.C -std=c++11 (test for excess errors)
4226FAIL: g++.old-deja/g++.pt/virtual4.C -std=c++98 (test for excess errors)
4227FAIL: g++.old-deja/g++.pt/virtual4.C -std=c++11 (test for excess errors)
4228FAIL: g++.old-deja/g++.pt/warn1.C -std=gnu++98 (test for excess errors)
4229FAIL: g++.old-deja/g++.pt/warn1.C -std=gnu++11 (test for excess errors)
4230FAIL: g++.old-deja/g++.pt/warn2.C -std=gnu++98 (test for excess errors)
4231FAIL: g++.old-deja/g++.pt/warn2.C -std=gnu++11 (test for excess errors)
4232FAIL: g++.old-deja/g++.robertl/980310-1.C -std=gnu++98 (test for excess errors)
4233FAIL: g++.old-deja/g++.robertl/980310-1.C -std=gnu++11 (test for excess errors)
4234FAIL: g++.old-deja/g++.robertl/eb104.C -std=c++98 (test for excess errors)
4235FAIL: g++.old-deja/g++.robertl/eb104.C -std=c++11 (test for excess errors)
4236FAIL: g++.old-deja/g++.robertl/eb114.C -std=c++98 (test for excess errors)
4237FAIL: g++.old-deja/g++.robertl/eb114.C -std=c++11 (test for excess errors)
4238FAIL: g++.old-deja/g++.robertl/eb116.C -std=c++98 (test for excess errors)
4239FAIL: g++.old-deja/g++.robertl/eb116.C -std=c++11 (test for excess errors)
4240FAIL: g++.old-deja/g++.robertl/eb120.C -std=c++98 (test for excess errors)
4241FAIL: g++.old-deja/g++.robertl/eb120.C -std=c++11 (test for excess errors)
4242FAIL: g++.old-deja/g++.robertl/eb126.C -std=c++98 (test for excess errors)
4243FAIL: g++.old-deja/g++.robertl/eb126.C -std=c++11 (test for excess errors)
4244FAIL: g++.old-deja/g++.robertl/eb13.C -std=c++98 (test for excess errors)
4245FAIL: g++.old-deja/g++.robertl/eb13.C -std=c++11 (test for excess errors)
4246FAIL: g++.old-deja/g++.robertl/eb130.C -std=gnu++98 (test for excess errors)
4247FAIL: g++.old-deja/g++.robertl/eb130.C -std=gnu++11 (test for excess errors)
4248FAIL: g++.old-deja/g++.robertl/eb132.C -std=gnu++98 (test for excess errors)
4249FAIL: g++.old-deja/g++.robertl/eb14.C -std=c++98 (test for excess errors)
4250FAIL: g++.old-deja/g++.robertl/eb14.C -std=c++11 (test for excess errors)
4251FAIL: g++.old-deja/g++.robertl/eb15.C -std=c++98 (test for excess errors)
4252FAIL: g++.old-deja/g++.robertl/eb15.C -std=c++11 (test for excess errors)
4253FAIL: g++.old-deja/g++.robertl/eb17.C -std=c++98 (test for excess errors)
4254FAIL: g++.old-deja/g++.robertl/eb17.C -std=c++11 (test for excess errors)
4255FAIL: g++.old-deja/g++.robertl/eb19.C -std=c++98 (test for excess errors)
4256FAIL: g++.old-deja/g++.robertl/eb19.C -std=c++11 (test for excess errors)
4257FAIL: g++.old-deja/g++.robertl/eb2.C -std=c++98 (test for excess errors)
4258FAIL: g++.old-deja/g++.robertl/eb2.C -std=c++11 (test for excess errors)
4259FAIL: g++.old-deja/g++.robertl/eb21.C -std=c++98 (test for excess errors)
4260FAIL: g++.old-deja/g++.robertl/eb21.C -std=c++11 (test for excess errors)
4261FAIL: g++.old-deja/g++.robertl/eb26.C -std=c++98 (test for excess errors)
4262FAIL: g++.old-deja/g++.robertl/eb26.C -std=c++11 (test for excess errors)
4263FAIL: g++.old-deja/g++.robertl/eb3.C -std=c++98 (test for excess errors)
4264FAIL: g++.old-deja/g++.robertl/eb3.C -std=c++11 (test for excess errors)
4265FAIL: g++.old-deja/g++.robertl/eb30.C -std=c++98 (test for excess errors)
4266FAIL: g++.old-deja/g++.robertl/eb30.C -std=c++11 (test for excess errors)
4267FAIL: g++.old-deja/g++.robertl/eb34.C -std=c++98 (test for excess errors)
4268FAIL: g++.old-deja/g++.robertl/eb34.C -std=c++11 (test for excess errors)
4269FAIL: g++.old-deja/g++.robertl/eb35.C -std=c++98 (test for excess errors)
4270FAIL: g++.old-deja/g++.robertl/eb35.C -std=c++11 (test for excess errors)
4271FAIL: g++.old-deja/g++.robertl/eb37.C -std=c++98 (test for excess errors)
4272FAIL: g++.old-deja/g++.robertl/eb37.C -std=c++11 (test for excess errors)
4273FAIL: g++.old-deja/g++.robertl/eb38.C -std=c++98 (test for excess errors)
4274FAIL: g++.old-deja/g++.robertl/eb38.C -std=c++11 (test for excess errors)
4275FAIL: g++.old-deja/g++.robertl/eb39.C -std=c++98 (test for excess errors)
4276FAIL: g++.old-deja/g++.robertl/eb39.C -std=c++11 (test for excess errors)
4277FAIL: g++.old-deja/g++.robertl/eb41.C -std=c++98 (test for excess errors)
4278FAIL: g++.old-deja/g++.robertl/eb41.C -std=c++11 (test for excess errors)
4279FAIL: g++.old-deja/g++.robertl/eb45.C -std=c++98 (test for excess errors)
4280FAIL: g++.old-deja/g++.robertl/eb45.C -std=c++11 (test for excess errors)
4281FAIL: g++.old-deja/g++.robertl/eb46.C -std=c++98 (test for excess errors)
4282FAIL: g++.old-deja/g++.robertl/eb46.C -std=c++11 (test for excess errors)
4283FAIL: g++.old-deja/g++.robertl/eb5.C -std=c++98 (test for excess errors)
4284FAIL: g++.old-deja/g++.robertl/eb5.C -std=c++11 (test for excess errors)
4285FAIL: g++.old-deja/g++.robertl/eb50.C -std=c++98 (test for excess errors)
4286FAIL: g++.old-deja/g++.robertl/eb50.C -std=c++11 (test for excess errors)
4287FAIL: g++.old-deja/g++.robertl/eb54.C -std=c++98 (test for excess errors)
4288FAIL: g++.old-deja/g++.robertl/eb54.C -std=c++11 (test for excess errors)
4289FAIL: g++.old-deja/g++.robertl/eb58.C -std=gnu++98 (test for excess errors)
4290FAIL: g++.old-deja/g++.robertl/eb58.C -std=gnu++11 (test for excess errors)
4291FAIL: g++.old-deja/g++.robertl/eb59.C -std=c++98 (test for excess errors)
4292FAIL: g++.old-deja/g++.robertl/eb59.C -std=c++11 (test for excess errors)
4293FAIL: g++.old-deja/g++.robertl/eb6.C -std=c++98 (test for excess errors)
4294FAIL: g++.old-deja/g++.robertl/eb6.C -std=c++11 (test for excess errors)
4295FAIL: g++.old-deja/g++.robertl/eb60.C -std=c++98 (test for excess errors)
4296FAIL: g++.old-deja/g++.robertl/eb60.C -std=c++11 (test for excess errors)
4297FAIL: g++.old-deja/g++.robertl/eb62.C -std=c++98 (test for excess errors)
4298FAIL: g++.old-deja/g++.robertl/eb62.C -std=c++11 (test for excess errors)
4299FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++98 (test for excess errors)
4300FAIL: g++.old-deja/g++.robertl/eb63.C -std=gnu++11 (test for excess errors)
4301FAIL: g++.old-deja/g++.robertl/eb65.C -std=c++98 (test for excess errors)
4302FAIL: g++.old-deja/g++.robertl/eb65.C -std=c++11 (test for excess errors)
4303FAIL: g++.old-deja/g++.robertl/eb7.C -std=c++98 (test for excess errors)
4304FAIL: g++.old-deja/g++.robertl/eb7.C -std=c++11 (test for excess errors)
4305FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++98 (test for excess errors)
4306FAIL: g++.old-deja/g++.robertl/eb73.C -std=gnu++11 (test for excess errors)
4307FAIL: g++.old-deja/g++.robertl/eb74.C -std=c++98 (test for excess errors)
4308FAIL: g++.old-deja/g++.robertl/eb74.C -std=c++11 (test for excess errors)
4309FAIL: g++.old-deja/g++.robertl/eb77.C -std=c++98 (test for excess errors)
4310FAIL: g++.old-deja/g++.robertl/eb77.C -std=c++11 (test for excess errors)
4311FAIL: g++.old-deja/g++.robertl/eb84.C -std=c++98 (test for excess errors)
4312FAIL: g++.old-deja/g++.robertl/eb84.C -std=c++11 (test for excess errors)
4313FAIL: g++.old-deja/g++.robertl/eb91.C -std=c++98 (test for excess errors)
4314FAIL: g++.old-deja/g++.robertl/eb91.C -std=c++11 (test for excess errors)
4315FAIL: g++.old-deja/g++.robertl/eb95.C -std=c++98 (test for excess errors)
4316FAIL: g++.old-deja/g++.robertl/eb95.C -std=c++11 (test for excess errors)
4317FAIL: g++.old-deja/g++.robertl/eb97.C -std=c++98 (test for excess errors)
4318FAIL: g++.old-deja/g++.robertl/eb97.C -std=c++11 (test for excess errors)
4319FAIL: g++.old-deja/g++.robertl/ebnull-cast.C -std=c++98 (test for excess errors)
4320FAIL: g++.old-deja/g++.robertl/ebnull-cast.C -std=c++11 (test for excess errors)
4321FAIL: g++.old-deja/g++.robertl/ebnull-oldcast.C -std=c++98 (test for excess errors)
4322FAIL: g++.old-deja/g++.robertl/ebnull-oldcast.C -std=c++11 (test for excess errors)
4323FAIL: g++.old-deja/g++.robertl/ebnull.C -std=c++98 (test for excess errors)
4324FAIL: g++.old-deja/g++.robertl/ebnull.C -std=c++11 (test for excess errors)
4325FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++98 (test for excess errors)
4326FAIL: g++.old-deja/g++.robertl/eh990323-1.C -std=c++11 (test for excess errors)
4327FAIL: g++.old-deja/g++.robertl/eh990323-2.C -std=c++98 (test for excess errors)
4328FAIL: g++.old-deja/g++.robertl/eh990323-2.C -std=c++11 (test for excess errors)
4329FAIL: g++.old-deja/g++.robertl/eh990323-3.C -std=c++98 (test for excess errors)
4330FAIL: g++.old-deja/g++.robertl/eh990323-3.C -std=c++11 (test for excess errors)
4331FAIL: g++.old-deja/g++.robertl/eh990323-4.C -std=c++98 (test for excess errors)
4332FAIL: g++.old-deja/g++.robertl/eh990323-4.C -std=c++11 (test for excess errors)
4333FAIL: g++.old-deja/g++.robertl/ice990323-2.C -std=c++98 (test for excess errors)
4334FAIL: g++.old-deja/g++.robertl/ice990323-2.C -std=c++11 (test for excess errors)
4335FAIL: g++.old-deja/g++.warn/inline.C -std=gnu++98 (test for excess errors)
4336FAIL: g++.old-deja/g++.warn/inline.C -std=gnu++11 (test for excess errors)
4337
4338                === g++ Summary ===
4339
4340# of expected passes            48910
4341# of unexpected failures        3442
4342# of unexpected successes       4
4343# of expected failures          292
4344# of unresolved testcases       103
4345# of unsupported tests          1069
4346/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/gcc/xg++  version 4.8.5 (MacPorts gcc48 4.8.5_3)
4347
4348make[3]: [check-parallel-g++] Error 1 (ignored)
4349test -d plugin || mkdir plugin
4350test -d testsuite || mkdir testsuite
4351test -d testsuite/gfortran || mkdir testsuite/gfortran
4352(rootme=`${PWDCMD-pwd}`; export rootme; \
4353        srcdir=`cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
4354        cd testsuite/gfortran; \
4355        rm -f tmp-site.exp; \
4356        sed '/set tmpdir/ s|testsuite$|testsuite/gfortran|' \
4357                < ../../site.exp > tmp-site.exp; \
4358        /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
4359        EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
4360        if [ -f ${rootme}/../expect/expect ] ; then  \
4361           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
4362            export TCL_LIBRARY ; fi ; \
4363        runtestflags= ; \
4364        if [ -n "" ] ; then \
4365          runtestflags=""; \
4366        elif [ -n "" ] ; then \
4367          parts="`echo '  ' \
4368                  | sed 's/=[^ ]* / /g'`"; \
4369          for part in `find $srcdir/testsuite/gfortran* -name \*.exp` ; do \
4370            part=`basename $part` ; \
4371            case " $parts $runtestflags " in \
4372              *" $part "*) ;; \
4373              *) runtestflags="$runtestflags $part" ;; \
4374            esac ; \
4375          done ; \
4376        fi ; \
4377        `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gfortran  $runtestflags)
4378WARNING: Couldn't find the global config file.
4379Test run by root on Sat Sep 15 20:07:05 2018
4380Native configuration is x86_64-apple-darwin17
4381
4382                === gfortran tests ===
4383
4384Schedule of variations:
4385    unix
4386
4387Running target unix
4388Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
4389Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
4390Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
4391Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/coarray/caf.exp ...
4392Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/debug/debug.exp ...
4393Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/dg.exp ...
4394Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/gomp/gomp.exp ...
4395Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/graphite/graphite.exp ...
4396FAIL: gfortran.dg/graphite/id-11.f  -O  (internal compiler error)
4397FAIL: gfortran.dg/graphite/id-11.f  -O  (test for excess errors)
4398FAIL: gfortran.dg/graphite/id-12.f  -O  (internal compiler error)
4399FAIL: gfortran.dg/graphite/id-12.f  -O  (test for excess errors)
4400FAIL: gfortran.dg/graphite/id-13.f  -O  (internal compiler error)
4401FAIL: gfortran.dg/graphite/id-13.f  -O  (test for excess errors)
4402FAIL: gfortran.dg/graphite/id-14.f  -O  (internal compiler error)
4403FAIL: gfortran.dg/graphite/id-14.f  -O  (test for excess errors)
4404FAIL: gfortran.dg/graphite/id-15.f  -O  (internal compiler error)
4405FAIL: gfortran.dg/graphite/id-15.f  -O  (test for excess errors)
4406FAIL: gfortran.dg/graphite/id-16.f  -O  (internal compiler error)
4407FAIL: gfortran.dg/graphite/id-16.f  -O  (test for excess errors)
4408FAIL: gfortran.dg/graphite/id-17.f  -O  (internal compiler error)
4409FAIL: gfortran.dg/graphite/id-17.f  -O  (test for excess errors)
4410FAIL: gfortran.dg/graphite/id-18.f90  -O  (internal compiler error)
4411FAIL: gfortran.dg/graphite/id-18.f90  -O  (test for excess errors)
4412FAIL: gfortran.dg/graphite/id-24.f  -O  (internal compiler error)
4413FAIL: gfortran.dg/graphite/id-24.f  -O  (test for excess errors)
4414FAIL: gfortran.dg/graphite/id-25.f  -O  (internal compiler error)
4415FAIL: gfortran.dg/graphite/id-25.f  -O  (test for excess errors)
4416FAIL: gfortran.dg/graphite/id-4.f90  -O  (internal compiler error)
4417FAIL: gfortran.dg/graphite/id-4.f90  -O  (test for excess errors)
4418FAIL: gfortran.dg/graphite/id-7.f  -O  (internal compiler error)
4419FAIL: gfortran.dg/graphite/id-7.f  -O  (test for excess errors)
4420FAIL: gfortran.dg/graphite/id-8.f  -O  (internal compiler error)
4421FAIL: gfortran.dg/graphite/id-8.f  -O  (test for excess errors)
4422FAIL: gfortran.dg/graphite/id-9.f  -O  (internal compiler error)
4423FAIL: gfortran.dg/graphite/id-9.f  -O  (test for excess errors)
4424FAIL: gfortran.dg/graphite/id-pr43354.f  -O  (internal compiler error)
4425FAIL: gfortran.dg/graphite/id-pr43354.f  -O  (test for excess errors)
4426FAIL: gfortran.dg/graphite/id-pr45370.f90  -O  (internal compiler error)
4427FAIL: gfortran.dg/graphite/id-pr45370.f90  -O  (test for excess errors)
4428FAIL: gfortran.dg/graphite/interchange-3.f90  -O  (internal compiler error)
4429FAIL: gfortran.dg/graphite/interchange-3.f90  -O  (test for excess errors)
4430FAIL: gfortran.dg/graphite/vect-pr40979.f90  -O  (internal compiler error)
4431FAIL: gfortran.dg/graphite/vect-pr40979.f90  -O  (test for excess errors)
4432FAIL: gfortran.dg/graphite/run-id-1.f  -O  (internal compiler error)
4433FAIL: gfortran.dg/graphite/run-id-1.f  -O  (test for excess errors)
4434FAIL: gfortran.dg/graphite/run-id-2.f90  -O  (internal compiler error)
4435FAIL: gfortran.dg/graphite/run-id-2.f90  -O  (test for excess errors)
4436FAIL: gfortran.dg/graphite/pr29832.f90  -O0  (internal compiler error)
4437FAIL: gfortran.dg/graphite/pr29832.f90  -O0  (test for excess errors)
4438FAIL: gfortran.dg/graphite/pr29832.f90  -O1  (internal compiler error)
4439FAIL: gfortran.dg/graphite/pr29832.f90  -O1  (test for excess errors)
4440FAIL: gfortran.dg/graphite/pr29832.f90  -O2  (internal compiler error)
4441FAIL: gfortran.dg/graphite/pr29832.f90  -O2  (test for excess errors)
4442FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer  (internal compiler error)
4443FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer  (test for excess errors)
4444FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer -funroll-loops  (internal compiler error)
4445FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
4446FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (internal compiler error)
4447FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
4448FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -g  (internal compiler error)
4449FAIL: gfortran.dg/graphite/pr29832.f90  -O3 -g  (test for excess errors)
4450FAIL: gfortran.dg/graphite/pr29832.f90  -Os  (internal compiler error)
4451FAIL: gfortran.dg/graphite/pr29832.f90  -Os  (test for excess errors)
4452FAIL: gfortran.dg/graphite/pr38953.f90  -O  (internal compiler error)
4453FAIL: gfortran.dg/graphite/pr38953.f90  -O  (test for excess errors)
4454FAIL: gfortran.dg/graphite/pr40982.f90  -O  (internal compiler error)
4455FAIL: gfortran.dg/graphite/pr40982.f90  -O  (test for excess errors)
4456FAIL: gfortran.dg/graphite/pr41924.f90  -O  (internal compiler error)
4457FAIL: gfortran.dg/graphite/pr41924.f90  -O  (test for excess errors)
4458FAIL: gfortran.dg/graphite/pr42180.f90  -O  (internal compiler error)
4459FAIL: gfortran.dg/graphite/pr42180.f90  -O  (test for excess errors)
4460FAIL: gfortran.dg/graphite/pr42186.f90  -O  (internal compiler error)
4461FAIL: gfortran.dg/graphite/pr42186.f90  -O  (test for excess errors)
4462FAIL: gfortran.dg/graphite/pr42393-1.f90  -O  (internal compiler error)
4463FAIL: gfortran.dg/graphite/pr42393-1.f90  -O  (test for excess errors)
4464FAIL: gfortran.dg/graphite/pr42393.f90  -O  (internal compiler error)
4465FAIL: gfortran.dg/graphite/pr42393.f90  -O  (test for excess errors)
4466Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/guality/guality.exp ...
4467Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/lto/lto.exp ...
4468Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.dg/vect/vect.exp ...
4469Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp ...
4470Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp ...
4471
4472                === gfortran Summary ===
4473
4474# of expected passes            43985
4475# of unexpected failures        70
4476# of expected failures          56
4477# of unresolved testcases       11
4478# of unsupported tests          72
4479/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/gcc/gfortran  version 4.8.5 (MacPorts gcc48 4.8.5_3)
4480
4481make[3]: [check-parallel-gfortran] Error 1 (ignored)
4482test -d plugin || mkdir plugin
4483test -d testsuite || mkdir testsuite
4484test -d testsuite/objc || mkdir testsuite/objc
4485(rootme=`${PWDCMD-pwd}`; export rootme; \
4486        srcdir=`cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
4487        cd testsuite/objc; \
4488        rm -f tmp-site.exp; \
4489        sed '/set tmpdir/ s|testsuite$|testsuite/objc|' \
4490                < ../../site.exp > tmp-site.exp; \
4491        /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
4492        EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
4493        if [ -f ${rootme}/../expect/expect ] ; then  \
4494           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
4495            export TCL_LIBRARY ; fi ; \
4496        runtestflags= ; \
4497        if [ -n "" ] ; then \
4498          runtestflags=""; \
4499        elif [ -n "" ] ; then \
4500          parts="`echo '  ' \
4501                  | sed 's/=[^ ]* / /g'`"; \
4502          for part in `find $srcdir/testsuite/objc* -name \*.exp` ; do \
4503            part=`basename $part` ; \
4504            case " $parts $runtestflags " in \
4505              *" $part "*) ;; \
4506              *) runtestflags="$runtestflags $part" ;; \
4507            esac ; \
4508          done ; \
4509        fi ; \
4510        `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool objc  $runtestflags)
4511WARNING: Couldn't find the global config file.
4512Test run by root on Sat Sep 15 22:12:13 2018
4513Native configuration is x86_64-apple-darwin17
4514
4515                === objc tests ===
4516
4517Schedule of variations:
4518    unix
4519
4520Running target unix
4521Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
4522Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
4523Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
4524Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc/compile/compile.exp ...
4525Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc/execute/exceptions/exceptions.exp ...
4526Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc/execute/execute.exp ...
4527FAIL: objc/execute/formal_protocol-5.m compilation,  -O0 -fnext-runtime
4528FAIL: objc/execute/formal_protocol-5.m compilation,  -O1 -fnext-runtime
4529FAIL: objc/execute/formal_protocol-5.m compilation,  -O2 -fnext-runtime
4530FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4531FAIL: objc/execute/formal_protocol-5.m compilation,  -O3 -g -fnext-runtime
4532FAIL: objc/execute/formal_protocol-5.m compilation,  -Os -fnext-runtime
4533FAIL: objc/execute/formal_protocol-6.m compilation,  -O0 -fnext-runtime
4534FAIL: objc/execute/formal_protocol-6.m compilation,  -O1 -fnext-runtime
4535FAIL: objc/execute/formal_protocol-6.m compilation,  -O2 -fnext-runtime
4536FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4537FAIL: objc/execute/formal_protocol-6.m compilation,  -O3 -g -fnext-runtime
4538FAIL: objc/execute/formal_protocol-6.m compilation,  -Os -fnext-runtime
4539FAIL: objc/execute/formal_protocol-7.m compilation,  -O0 -fnext-runtime
4540FAIL: objc/execute/formal_protocol-7.m compilation,  -O1 -fnext-runtime
4541FAIL: objc/execute/formal_protocol-7.m compilation,  -O2 -fnext-runtime
4542FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4543FAIL: objc/execute/formal_protocol-7.m compilation,  -O3 -g -fnext-runtime
4544FAIL: objc/execute/formal_protocol-7.m compilation,  -Os -fnext-runtime
4545FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O0 -fnext-runtime
4546FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O1 -fnext-runtime
4547FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O2 -fnext-runtime
4548FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4549FAIL: objc/execute/protocol-isEqual-1.m compilation,  -O3 -g -fnext-runtime
4550FAIL: objc/execute/protocol-isEqual-1.m compilation,  -Os -fnext-runtime
4551FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O0 -fnext-runtime
4552FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O1 -fnext-runtime
4553FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O2 -fnext-runtime
4554FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4555FAIL: objc/execute/protocol-isEqual-2.m compilation,  -O3 -g -fnext-runtime
4556FAIL: objc/execute/protocol-isEqual-2.m compilation,  -Os -fnext-runtime
4557FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O0 -fnext-runtime
4558FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O1 -fnext-runtime
4559FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O2 -fnext-runtime
4560FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4561FAIL: objc/execute/protocol-isEqual-3.m compilation,  -O3 -g -fnext-runtime
4562FAIL: objc/execute/protocol-isEqual-3.m compilation,  -Os -fnext-runtime
4563FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O0 -fnext-runtime
4564FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O1 -fnext-runtime
4565FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O2 -fnext-runtime
4566FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -fomit-frame-pointer -fnext-runtime
4567FAIL: objc/execute/protocol-isEqual-4.m compilation,  -O3 -g -fnext-runtime
4568FAIL: objc/execute/protocol-isEqual-4.m compilation,  -Os -fnext-runtime
4569Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/attributes/attributes.exp ...
4570Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/dg.exp ...
4571FAIL: objc.dg/call-super-2.m -fnext-runtime  (test for warnings, line 74)
4572FAIL: objc.dg/call-super-2.m -fnext-runtime  (test for warnings, line 104)
4573FAIL: objc.dg/category-1.m -fnext-runtime execution test
4574FAIL: objc.dg/encode-7-next-64bit.m -fnext-runtime (test for excess errors)
4575FAIL: objc.dg/exceptions-2.m -fnext-runtime (test for excess errors)
4576FAIL: objc.dg/exceptions-2.m -fnext-runtime execution test
4577FAIL: objc.dg/gnu-api-2-objc.m -fnext-runtime execution test
4578FAIL: objc.dg/headers.m -fnext-runtime (test for excess errors)
4579FAIL: objc.dg/image-info.m -fnext-runtime (test for excess errors)
4580FAIL: objc.dg/isa-field-1.m -fnext-runtime (test for excess errors)
4581FAIL: objc.dg/method-6.m -fnext-runtime (test for excess errors)
4582FAIL: objc.dg/no-extra-load.m -fnext-runtime (test for excess errors)
4583FAIL: objc.dg/objc-foreach-4.m -fnext-runtime (test for excess errors)
4584FAIL: objc.dg/objc-foreach-5.m -fnext-runtime (test for excess errors)
4585FAIL: objc.dg/objc-gc-4.m -fnext-runtime (test for excess errors)
4586FAIL: objc.dg/pr23214.m -fnext-runtime (test for excess errors)
4587FAIL: objc.dg/proto-lossage-7.m -fnext-runtime (test for excess errors)
4588FAIL: objc.dg/proto-qual-1.m -fnext-runtime (test for excess errors)
4589FAIL: objc.dg/super-class-3.m -fnext-runtime execution test
4590FAIL: objc.dg/symtab-1.m -fnext-runtime (test for excess errors)
4591FAIL: objc.dg/zero-link-1.m -fnext-runtime (test for excess errors)
4592FAIL: objc.dg/zero-link-2.m -fnext-runtime (test for excess errors)
4593FAIL: objc.dg/zero-link-3.m -fnext-runtime (test for excess errors)
4594Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp ...
4595Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/lto/lto.exp ...
4596Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/pch/pch.exp ...
4597Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/property/property.exp ...
4598Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/special/special.exp ...
4599Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/strings/strings.exp ...
4600FAIL: objc.dg/strings/const-cfstring-2.m -fnext-runtime (test for excess errors)
4601FAIL: objc.dg/strings/const-cfstring-5.m -fnext-runtime (test for excess errors)
4602FAIL: objc.dg/strings/const-str-12b.m -fnext-runtime (test for excess errors)
4603Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/tls/tls.exp ...
4604Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/torture/dg-torture.exp ...
4605FAIL: objc.dg/torture/forward-1.m  -O0  -fnext-runtime execution test
4606FAIL: objc.dg/torture/forward-1.m  -O1  -fnext-runtime execution test
4607FAIL: objc.dg/torture/forward-1.m  -O2  -fnext-runtime execution test
4608FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer  -fnext-runtime execution test
4609FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-loops  -fnext-runtime execution test
4610FAIL: objc.dg/torture/forward-1.m  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  -fnext-runtime execution test
4611FAIL: objc.dg/torture/forward-1.m  -O3 -g  -fnext-runtime execution test
4612FAIL: objc.dg/torture/forward-1.m  -Os  -fnext-runtime execution test
4613FAIL: objc.dg/torture/forward-1.m  -O2 -flto -flto-partition=none  -fnext-runtime execution test
4614FAIL: objc.dg/torture/forward-1.m  -O2 -flto  -fnext-runtime execution test
4615Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/torture/strings/strings.exp ...
4616FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O0  -fnext-runtime (test for excess errors)
4617FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O1  -fnext-runtime (test for excess errors)
4618FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2  -fnext-runtime (test for excess errors)
4619FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4620FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O3 -g  -fnext-runtime (test for excess errors)
4621FAIL: objc.dg/torture/strings/const-cfstring-1.m  -Os  -fnext-runtime (test for excess errors)
4622FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4623FAIL: objc.dg/torture/strings/const-cfstring-1.m  -O2 -flto  -fnext-runtime (test for excess errors)
4624FAIL: objc.dg/torture/strings/const-str-10.m  -O0  -fnext-runtime (test for excess errors)
4625FAIL: objc.dg/torture/strings/const-str-10.m  -O1  -fnext-runtime (test for excess errors)
4626FAIL: objc.dg/torture/strings/const-str-10.m  -O2  -fnext-runtime (test for excess errors)
4627FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4628FAIL: objc.dg/torture/strings/const-str-10.m  -O3 -g  -fnext-runtime (test for excess errors)
4629FAIL: objc.dg/torture/strings/const-str-10.m  -Os  -fnext-runtime (test for excess errors)
4630FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4631FAIL: objc.dg/torture/strings/const-str-10.m  -O2 -flto  -fnext-runtime (test for excess errors)
4632FAIL: objc.dg/torture/strings/const-str-11.m  -O0  -fnext-runtime (test for excess errors)
4633FAIL: objc.dg/torture/strings/const-str-11.m  -O1  -fnext-runtime (test for excess errors)
4634FAIL: objc.dg/torture/strings/const-str-11.m  -O2  -fnext-runtime (test for excess errors)
4635FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4636FAIL: objc.dg/torture/strings/const-str-11.m  -O3 -g  -fnext-runtime (test for excess errors)
4637FAIL: objc.dg/torture/strings/const-str-11.m  -Os  -fnext-runtime (test for excess errors)
4638FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4639FAIL: objc.dg/torture/strings/const-str-11.m  -O2 -flto  -fnext-runtime (test for excess errors)
4640FAIL: objc.dg/torture/strings/const-str-9.m  -O0  -fnext-runtime (test for excess errors)
4641FAIL: objc.dg/torture/strings/const-str-9.m  -O1  -fnext-runtime (test for excess errors)
4642FAIL: objc.dg/torture/strings/const-str-9.m  -O2  -fnext-runtime (test for excess errors)
4643FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4644FAIL: objc.dg/torture/strings/const-str-9.m  -O3 -g  -fnext-runtime (test for excess errors)
4645FAIL: objc.dg/torture/strings/const-str-9.m  -Os  -fnext-runtime (test for excess errors)
4646FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4647FAIL: objc.dg/torture/strings/const-str-9.m  -O2 -flto  -fnext-runtime (test for excess errors)
4648Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/objc.dg/torture/tls/tls.exp ...
4649
4650                === objc Summary ===
4651
4652# of expected passes            5723
4653# of unexpected failures        110
4654# of expected failures          6
4655# of unresolved testcases       111
4656# of unsupported tests          91
4657/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/gcc/xgcc  version 4.8.5 (MacPorts gcc48 4.8.5_3)
4658
4659make[3]: [check-parallel-objc] Error 1 (ignored)
4660test -d plugin || mkdir plugin
4661test -d testsuite || mkdir testsuite
4662test -d testsuite/obj-c++ || mkdir testsuite/obj-c++
4663(rootme=`${PWDCMD-pwd}`; export rootme; \
4664        srcdir=`cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc; ${PWDCMD-pwd}` ; export srcdir ; \
4665        cd testsuite/obj-c++; \
4666        rm -f tmp-site.exp; \
4667        sed '/set tmpdir/ s|testsuite$|testsuite/obj-c++|' \
4668                < ../../site.exp > tmp-site.exp; \
4669        /bin/sh ${srcdir}/../move-if-change tmp-site.exp site.exp; \
4670        EXPECT=expect ; export EXPECT ; \
4671        if [ -f ${rootme}/../expect/expect ] ; then  \
4672           TCL_LIBRARY=`cd .. ; cd ${srcdir}/../tcl/library ; ${PWDCMD-pwd}` ; \
4673            export TCL_LIBRARY ; fi ; \
4674        runtest --tool obj-c++ )
4675WARNING: Couldn't find the global config file.
4676Test run by root on Sat Sep 15 22:22:40 2018
4677Native configuration is x86_64-apple-darwin17
4678
4679                === obj-c++ tests ===
4680
4681Schedule of variations:
4682    unix
4683
4684Running target unix
4685Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
4686Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
4687Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
4688Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/attributes/attributes.exp ...
4689Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/dg.exp ...
4690FAIL: obj-c++.dg/cxx-ivars-1.mm -fgnu-runtime (test for excess errors)
4691FAIL: obj-c++.dg/demangle-1.mm -fgnu-runtime (test for excess errors)
4692FAIL: obj-c++.dg/encode-10.mm -fgnu-runtime (test for excess errors)
4693FAIL: obj-c++.dg/encode-9.mm -fgnu-runtime (test for excess errors)
4694FAIL: obj-c++.dg/lookup-2.mm -fgnu-runtime (test for excess errors)
4695FAIL: obj-c++.dg/qual-types-1.mm -fgnu-runtime (test for excess errors)
4696FAIL: obj-c++.dg/template-1.mm -fgnu-runtime (test for excess errors)
4697FAIL: obj-c++.dg/template-3.mm -fgnu-runtime (test for excess errors)
4698FAIL: obj-c++.dg/template-4.mm -fgnu-runtime (test for excess errors)
4699FAIL: obj-c++.dg/template-8.mm -fgnu-runtime (test for excess errors)
4700FAIL: obj-c++.dg/cxx-ivars-1.mm -fnext-runtime (test for excess errors)
4701FAIL: obj-c++.dg/cxx-ivars-2.mm -fnext-runtime (test for excess errors)
4702FAIL: obj-c++.dg/cxx-ivars-3.mm -fnext-runtime (test for excess errors)
4703FAIL: obj-c++.dg/demangle-1.mm -fnext-runtime (test for excess errors)
4704FAIL: obj-c++.dg/encode-10.mm -fnext-runtime (test for excess errors)
4705FAIL: obj-c++.dg/encode-5.mm -fnext-runtime (test for excess errors)
4706FAIL: obj-c++.dg/encode-9.mm -fnext-runtime (test for excess errors)
4707FAIL: obj-c++.dg/gnu-api-2-objc.mm -fnext-runtime execution test
4708FAIL: obj-c++.dg/isa-field-1.mm -fnext-runtime (test for excess errors)
4709FAIL: obj-c++.dg/lookup-2.mm -fnext-runtime (test for excess errors)
4710FAIL: obj-c++.dg/objc-gc-3.mm -fnext-runtime (test for excess errors)
4711FAIL: obj-c++.dg/proto-lossage-3.mm -fnext-runtime (test for excess errors)
4712FAIL: obj-c++.dg/proto-lossage-7.mm -fnext-runtime (test for excess errors)
4713FAIL: obj-c++.dg/proto-qual-1.mm -fnext-runtime (test for excess errors)
4714FAIL: obj-c++.dg/qual-types-1.mm -fnext-runtime (test for excess errors)
4715FAIL: obj-c++.dg/syntax-error-1.mm -fnext-runtime (test for excess errors)
4716FAIL: obj-c++.dg/template-1.mm -fnext-runtime (test for excess errors)
4717FAIL: obj-c++.dg/template-3.mm -fnext-runtime (test for excess errors)
4718FAIL: obj-c++.dg/template-4.mm -fnext-runtime (test for excess errors)
4719FAIL: obj-c++.dg/template-8.mm -fnext-runtime (test for excess errors)
4720FAIL: obj-c++.dg/try-catch-2.mm -fnext-runtime (test for excess errors)
4721FAIL: obj-c++.dg/try-catch-2.mm -fnext-runtime execution test
4722FAIL: obj-c++.dg/try-catch-9.mm -fnext-runtime (test for excess errors)
4723FAIL: obj-c++.dg/try-catch-9.mm -fnext-runtime execution test
4724Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/lto/lto.exp ...
4725Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/property/property.exp ...
4726Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/strings/strings.exp ...
4727FAIL: obj-c++.dg/strings/const-cfstring-2.mm -fnext-runtime (test for excess errors)
4728FAIL: obj-c++.dg/strings/const-cfstring-5.mm -fnext-runtime (test for excess errors)
4729FAIL: obj-c++.dg/strings/const-str-12.mm -fnext-runtime (test for excess errors)
4730Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/tls/tls.exp ...
4731Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/torture/dg-torture.exp ...
4732Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp ...
4733FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O0  -fnext-runtime (test for excess errors)
4734FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O1  -fnext-runtime (test for excess errors)
4735FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2  -fnext-runtime (test for excess errors)
4736FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4737FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O3 -g  -fnext-runtime (test for excess errors)
4738FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -Os  -fnext-runtime (test for excess errors)
4739FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4740FAIL: obj-c++.dg/torture/strings/const-cfstring-1.mm  -O2 -flto  -fnext-runtime (test for excess errors)
4741FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O0  -fnext-runtime (test for excess errors)
4742FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O1  -fnext-runtime (test for excess errors)
4743FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2  -fnext-runtime (test for excess errors)
4744FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4745FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O3 -g  -fnext-runtime (test for excess errors)
4746FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -Os  -fnext-runtime (test for excess errors)
4747FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4748FAIL: obj-c++.dg/torture/strings/const-str-10.mm  -O2 -flto  -fnext-runtime (test for excess errors)
4749FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O0  -fnext-runtime (test for excess errors)
4750FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O1  -fnext-runtime (test for excess errors)
4751FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2  -fnext-runtime (test for excess errors)
4752FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4753FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O3 -g  -fnext-runtime (test for excess errors)
4754FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -Os  -fnext-runtime (test for excess errors)
4755FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4756FAIL: obj-c++.dg/torture/strings/const-str-11.mm  -O2 -flto  -fnext-runtime (test for excess errors)
4757FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O0  -fnext-runtime (test for excess errors)
4758FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O1  -fnext-runtime (test for excess errors)
4759FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2  -fnext-runtime (test for excess errors)
4760FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O3 -fomit-frame-pointer  -fnext-runtime (test for excess errors)
4761FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O3 -g  -fnext-runtime (test for excess errors)
4762FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -Os  -fnext-runtime (test for excess errors)
4763FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2 -flto -flto-partition=none  -fnext-runtime (test for excess errors)
4764FAIL: obj-c++.dg/torture/strings/const-str-9.mm  -O2 -flto  -fnext-runtime (test for excess errors)
4765Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/gcc/testsuite/obj-c++.dg/torture/tls/tls.exp ...
4766
4767                === obj-c++ Summary ===
4768
4769# of expected passes            2972
4770# of unexpected failures        69
4771# of expected failures          18
4772# of unresolved testcases       60
4773# of unsupported tests          74
4774/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/gcc/xg++  version 4.8.5 (MacPorts gcc48 4.8.5_3)
4775
4776make[2]: [check-obj-c++] Error 1 (ignored)
4777make[2]: Nothing to be done for `check'.
4778true  DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4779/Applications/Xcode.app/Contents/Developer/usr/bin/make  btest
4780/usr/bin/clang -arch x86_64 -DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libbacktrace  -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libbacktrace/../include -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libbacktrace/../libgcc -I ../libgcc  -funwind-tables -frandom-seed=btest-btest.o -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O -pipe -Os -c -o btest-btest.o `test -f 'btest.c' || echo '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libbacktrace/'`btest.c
4781/bin/sh ./libtool --tag=CC   --mode=link /usr/bin/clang -arch x86_64 -funwind-tables -frandom-seed=btest -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual  -g -O -pipe -Os  -L/opt/local/lib -Wl,-headerpad_max_install_names -o btest btest-btest.o libbacktrace.la
4782libtool: link: /usr/bin/clang -arch x86_64 -funwind-tables -frandom-seed=btest -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O -pipe -Os -Wl,-headerpad_max_install_names -o btest btest-btest.o  -L/opt/local/lib ./.libs/libbacktrace.a
4783/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
4784PASS: btest
4785=============
47861 test passed
4787=============
4788make[2]: Nothing to be done for `check'.
4789make[2]: Nothing to be done for `check'.
4790/usr/bin/clang -arch x86_64 -DHAVE_CONFIG_H -pipe -Os -I.. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/../../include  -o test-demangle \
4791                /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/test-demangle.c ../libiberty.a
4792/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/test-demangle.c:105:21: warning: implicit declaration
4793      of function 'getpagesize' is invalid in C99 [-Wimplicit-function-declaration]
4794  size_t pagesize = getpagesize();
4795                    ^
47961 warning generated.
4797./test-demangle < /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/demangle-expected
4798./test-demangle: 882 tests, 0 failures
4799/usr/bin/clang -arch x86_64 -DHAVE_CONFIG_H -pipe -Os -I.. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/../../include  -DHAVE_CONFIG_H -I.. -o test-pexecute \
4800                /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/test-pexecute.c ../libiberty.a
4801./test-pexecute
4802/usr/bin/clang -arch x86_64 -DHAVE_CONFIG_H -pipe -Os -I.. -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/../../include  -DHAVE_CONFIG_H -I.. -o test-expandargv \
4803                /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/test-expandargv.c ../libiberty.a
4804/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libiberty/testsuite/test-expandargv.c:227:7: warning: implicit
4805      declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration]
4806  if (unlink (filename) != 0)
4807      ^
48081 warning generated.
4809./test-expandargv
4810PASS: test-expandargv-0.
4811PASS: test-expandargv-1.
4812PASS: test-expandargv-2.
4813PASS: test-expandargv-3.
4814PASS: test-expandargv-4.
4815PASS: test-expandargv-5.
4816PASS: test-expandargv-6.
4817make[1]: Target `check-host' not remade because of errors.
4818Making check in include
4819make[3]: Nothing to be done for `check'.
4820Making check in libsupc++
4821make[3]: Nothing to be done for `check'.
4822Making check in src
4823Making check in c++98
4824make[4]: Nothing to be done for `check'.
4825Making check in c++11
4826make[4]: Nothing to be done for `check'.
4827make[4]: Nothing to be done for `check-am'.
4828Making check in doc
4829make[3]: Nothing to be done for `check'.
4830Making check in po
4831make[3]: Nothing to be done for `check'.
4832Making check in testsuite
4833/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-DEJAGNU
4834Making a new site.exp file...
4835AR="/opt/local/bin/ar"; export AR; \
4836        RANLIB="/opt/local/bin/ranlib"; export RANLIB; \
4837        if [ -z "" ] \
4838            && [ "" = "-j" ]; then \
4839          /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-DEJAGNUnormal0 check-DEJAGNUnormal1 check-DEJAGNUnormal2 check-DEJAGNUnormal3 check-DEJAGNUnormal4 check-DEJAGNUnormal5 check-DEJAGNUnormal6 check-DEJAGNUnormal7 check-DEJAGNUnormal8 check-DEJAGNUnormal9; \
4840          for idx in 0 1 2 3 4 5 6 7 8 9; do \
4841            mv -f normal$idx/libstdc++.sum normal$idx/libstdc++.sum.sep; \
4842            mv -f normal$idx/libstdc++.log normal$idx/libstdc++.log.sep; \
4843          done; \
4844          mv -f libstdc++.sum libstdc++.sum.sep; \
4845          mv -f libstdc++.log libstdc++.log.sep; \
4846          /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh \
4847            libstdc++.sum.sep normal[0-9]/libstdc++.sum.sep > libstdc++.sum; \
4848          /bin/sh /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/../../contrib/dg-extract-results.sh -L \
4849            libstdc++.log.sep normal[0-9]/libstdc++.log.sep > libstdc++.log; \
4850          exit 0; \
4851        fi; \
4852        srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite && pwd`; export srcdir; \
4853        EXPECT=expect; export EXPECT; \
4854        runtest=runtest; \
4855        if [ -z "$runtest" ]; then runtest=runtest; fi; \
4856        tool=libstdc++; \
4857        dirs=; \
4858        case "" in \
4859          normal0) \
4860            if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
4861              $runtest  --tool $tool --srcdir $srcdir \
4862                         abi.exp prettyprinters.exp; \
4863            else echo "WARNING: could not find \`runtest'" 1>&2; :;\
4864            fi; \
4865            dirs="`cd $srcdir; echo [013-9][0-9]_*/*`";; \
4866          normal1) \
4867            dirs="`cd $srcdir; echo [ab]* de* [ep]*/*`";; \
4868          normal2) \
4869            dirs="`cd $srcdir; echo 2[01]_*/*`";; \
4870          normal3) \
4871            dirs="`cd $srcdir; echo 22_*/*`";; \
4872          normal4) \
4873            dirs="`cd $srcdir; echo 23_*/[a-km-tw-z]*`";; \
4874          normal5) \
4875            dirs="`cd $srcdir; echo 23_*/[luv]*`";; \
4876          normal6) \
4877            dirs="`cd $srcdir; echo 2[459]_*/*`";; \
4878          normal7) \
4879            dirs="`cd $srcdir; echo 2[68]_*/*`";; \
4880          normal8) \
4881            dirs="`cd $srcdir; echo 27_*/*`";; \
4882          normal9) \
4883            dirs="`cd $srcdir; echo t*/*`";; \
4884        esac; \
4885        if [ -n "" ]; then cd ""; fi; \
4886        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
4887          if [ -n "$dirs" ]; then \
4888            $runtest  --tool $tool --srcdir $srcdir \
4889                     \
4890                    "conformance.exp=`echo $dirs | sed 's/ /* /g;s/$/*/'`"; \
4891          else \
4892            $runtest  --tool $tool --srcdir $srcdir \
4893                    ; \
4894          fi; \
4895        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
4896        fi
4897WARNING: Couldn't find the global config file.
4898Test run by root on Sat Sep 15 22:27:15 2018
4899Native configuration is x86_64-apple-darwin17
4900
4901                === libstdc++ tests ===
4902
4903Schedule of variations:
4904    unix
4905
4906Running target unix
4907Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
4908Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
4909Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/config/default.exp as tool-and-target-specific interface file.
4910Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-abi/abi.exp ...
4911ERROR: tcl error sourcing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-abi/abi.exp.
4912ERROR: could not compile testsuite_abi.cc
4913    while executing
4914"error "could not compile $f""
4915    (procedure "v3-build_support" line 61)
4916    invoked from within
4917"v3-build_support"
4918    (file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/t..." line 30)
4919    invoked from within
4920"source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc..."
4921    ("uplevel" body line 1)
4922    invoked from within
4923"uplevel #0 source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4...."
4924    invoked from within
4925"catch "uplevel #0 source $test_file_name""
4926Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp ...
4927ERROR: tcl error sourcing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp.
4928ERROR: could not compile testsuite_abi.cc
4929    while executing
4930"error "could not compile $f""
4931    (procedure "v3-build_support" line 61)
4932    invoked from within
4933"v3-build_support"
4934    (file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/t..." line 25)
4935    invoked from within
4936"source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc..."
4937    ("uplevel" body line 1)
4938    invoked from within
4939"uplevel #0 source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4...."
4940    invoked from within
4941"catch "uplevel #0 source $test_file_name""
4942Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp ...
4943ERROR: tcl error sourcing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp.
4944ERROR: could not compile testsuite_abi.cc
4945    while executing
4946"error "could not compile $f""
4947    (procedure "v3-build_support" line 61)
4948    invoked from within
4949"v3-build_support"
4950    (file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/t..." line 20)
4951    invoked from within
4952"source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc..."
4953    ("uplevel" body line 1)
4954    invoked from within
4955"uplevel #0 source /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4...."
4956    invoked from within
4957"catch "uplevel #0 source $test_file_name""
4958
4959                === libstdc++ Summary ===
4960
4961make[4]: *** [check-DEJAGNU] Error 2
4962make[3]: *** [check-am] Error 2
4963make[3]: Target `check' not remade because of errors.
4964Making check in python
4965make[3]: Nothing to be done for `check'.
4966true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CC_FOR_TARGET=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "includedir=/opt/local/include/gcc48" "prefix=/opt/local" "tooldir=/opt/local/x86_64-apple-darwin17" "gxx_include_dir=/opt/local/include/gcc48/c++/" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "RANLIB=/opt/local/bin/ranlib" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "NM_FOR_BUILD=" "NM_FOR_TARGET=/opt/local/bin/nm" "DESTDIR=" "WERROR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4967make[2]: *** [check-recursive] Error 1
4968make[2]: Target `check' not remade because of errors.
4969make[1]: *** [check-target-libstdc++-v3] Error 2
4970Making check in sanitizer_common
4971make[3]: Nothing to be done for `check'.
4972Making check in asan
4973make[3]: Nothing to be done for `check'.
4974true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "prefix=/opt/local" "includedir=/opt/local/include/gcc48" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -pipe -Os" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "PICFLAG=" "RANLIB=/opt/local/bin/ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4975true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "prefix=/opt/local" "includedir=/opt/local/include/gcc48" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "CXX=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xg++ -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -nostdinc++ -nostdinc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include/x86_64-apple-darwin17 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/libsupc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/include/backward -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/util -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src/.libs -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -pipe -Os" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "PICFLAG=" "RANLIB=/opt/local/bin/ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4976true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libquadmath/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "prefix=/opt/local" "includedir=/opt/local/include/gcc48" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "CXX=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xg++ -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -nostdinc++ -nostdinc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include/x86_64-apple-darwin17 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/libsupc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/include/backward -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/util -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src/.libs -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -pipe -Os" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "PICFLAG=" "RANLIB=/opt/local/bin/ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4977/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
4978true  DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
4979make[2]: Nothing to be done for `check'.
4980Making check in include
4981make[3]: Nothing to be done for `check'.
4982Making check in testsuite
4983/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-DEJAGNU
4984Making a new site.exp file...
4985srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/testsuite && pwd`; export srcdir; \
4986        EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT; \
4987        runtest=`if [ -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/../dejagnu/runtest ] ; then echo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/../dejagnu/runtest ; else echo runtest; fi`; \
4988        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
4989          exit_status=0; l='libffi'; for tool in $l; do \
4990            if $runtest  --tool $tool --srcdir $srcdir ; \
4991            then :; else exit_status=1; fi; \
4992          done; \
4993        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
4994        fi; \
4995        exit $exit_status
4996WARNING: Couldn't find the global config file.
4997Test run by root on Sat Sep 15 22:27:27 2018
4998Native configuration is x86_64-apple-darwin17
4999
5000                === libffi tests ===
5001
5002Schedule of variations:
5003    unix
5004
5005Running target unix
5006Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
5007Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
5008Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/testsuite/config/default.exp as tool-and-target-specific interface file.
5009Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/testsuite/libffi.call/call.exp ...
5010FAIL: libffi.call/cls_pointer_stack.c -O0 -W -Wall (test for excess errors)
5011FAIL: libffi.call/cls_pointer_stack.c -O2 (test for excess errors)
5012FAIL: libffi.call/cls_pointer_stack.c -O3 (test for excess errors)
5013FAIL: libffi.call/cls_pointer_stack.c -Os (test for excess errors)
5014FAIL: libffi.call/cls_pointer_stack.c -O2 -fomit-frame-pointer (test for excess errors)
5015Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/testsuite/libffi.special/special.exp ...
5016
5017                === libffi Summary ===
5018
5019# of expected passes            1804
5020# of unexpected failures        5
5021# of unresolved testcases       5
5022# of unsupported tests          55
5023make[4]: *** [check-DEJAGNU] Error 1
5024make[3]: *** [check-am] Error 2
5025make[3]: Target `check' not remade because of errors.
5026Making check in man
5027make[3]: Nothing to be done for `check'.
5028true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/../gcc/doc/include -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libffi/../gcc/doc/include" "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/sh" "exec_prefix=/opt/local" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "mandir=/opt/local/share/man" "prefix=/opt/local" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "CC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "CXX=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/xg++ -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/ -nostdinc++ -nostdinc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include/x86_64-apple-darwin17 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/libsupc++ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/include/backward -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libstdc++-v3/testsuite/util -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libstdc++-v3/src/.libs -B/opt/local/x86_64-apple-darwin17/bin/ -B/opt/local/x86_64-apple-darwin17/lib/ -isystem /opt/local/x86_64-apple-darwin17/include -isystem /opt/local/x86_64-apple-darwin17/sys-include   " "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "RANLIB=/opt/local/bin/ranlib" "DESTDIR=" DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
5029make[2]: *** [check-recursive] Error 1
5030make[2]: Target `check' not remade because of errors.
5031make[1]: *** [check-target-libffi] Error 2
5032Making check in libltdl
5033true  DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
5034Making check in gcj
5035make[3]: Nothing to be done for `check'.
5036Making check in include
5037make[3]: Nothing to be done for `check'.
5038Making check in classpath
5039Making check in lib
5040true
5041top_builddir=.. top_srcdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/classpath /bin/sh ./gen-classlist.sh standard
5042Adding java source files from srcdir '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/classpath'.
5043Adding java source files from VM directory /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava
5044Adding java source files from VM directory /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libjava
5045Adding generated files in builddir '..'.
5046make[4]: Nothing to be done for `check'.
5047Making check in doc
5048Making check in api
5049make[5]: Nothing to be done for `check'.
5050make[5]: Nothing to be done for `check-am'.
5051Making check in external
5052Making check in sax
5053make[5]: Nothing to be done for `check'.
5054Making check in w3c_dom
5055make[5]: Nothing to be done for `check'.
5056Making check in relaxngDatatype
5057make[5]: Nothing to be done for `check'.
5058Making check in jsr166
5059make[5]: Nothing to be done for `check'.
5060make[5]: Nothing to be done for `check-am'.
5061Making check in include
5062make[4]: Nothing to be done for `check'.
5063Making check in native
5064Making check in fdlibm
5065make[5]: Nothing to be done for `check'.
5066Making check in jni
5067Making check in classpath
5068make[6]: Nothing to be done for `check'.
5069Making check in java-math
5070make[6]: Nothing to be done for `check'.
5071/bin/sh ../../scripts/check_jni_methods.sh
5072make[5]: Nothing to be done for `check-am'.
5073Making check in resource
5074make[4]: Nothing to be done for `check'.
5075Making check in scripts
5076make[4]: Nothing to be done for `check'.
5077Making check in tools
5078Makefile:837: warning: overriding commands for target `gjdoc'
5079Makefile:755: warning: ignoring old commands for target `gjdoc'
5080/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-am
5081Makefile:837: warning: overriding commands for target `gjdoc'
5082Makefile:755: warning: ignoring old commands for target `gjdoc'
5083make[5]: Nothing to be done for `check-am'.
5084true  DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
5085Making check in testsuite
5086/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-DEJAGNU
5087Making a new site.exp file...
5088srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/testsuite && pwd`; export srcdir; \
5089        EXPECT=`if [ -f ../../expect/expect ] ; then echo ../../expect/expect ; else echo expect ; fi`; export EXPECT; \
5090        runtest="`if [ -f /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/../dejagnu/runtest ] ; then echo /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/../dejagnu/runtest ; else echo runtest; fi` INTERPRETER=yes"; \
5091        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
5092          exit_status=0; l='libjava'; for tool in $l; do \
5093            if $runtest INTERPRETER=yes --tool $tool --srcdir $srcdir ; \
5094            then :; else exit_status=1; fi; \
5095          done; \
5096        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
5097        fi; \
5098        exit $exit_status
5099WARNING: Couldn't find the global config file.
5100Test run by root on Sat Sep 15 22:31:41 2018
5101Native configuration is x86_64-apple-darwin17
5102
5103                === libjava tests ===
5104
5105Schedule of variations:
5106    unix
5107
5108Running target unix
5109Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
5110Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
5111Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/testsuite/config/default.exp as tool-and-target-specific interface file.
5112Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/libjava/testsuite/libjava.cni/cni.exp ...
5113ERROR: (DejaGnu) proc "absolute /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libjava/testsuite" does not exist.
5114The error code is NONE
5115The info on the error is:
5116invalid command name "absolute"
5117    while executing
5118"::tcl_unknown absolute /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/b..."
5119    ("uplevel" body line 1)
5120    invoked from within
5121"uplevel 1 ::tcl_unknown $args"
5122
5123                === libjava Summary ===
5124
5125# of expected passes            1
5126make[4]: *** [check-DEJAGNU] Error 1
5127make[3]: *** [check-am] Error 2
5128make[3]: Target `check' not remade because of errors.
5129: /Applications/Xcode.app/Contents/Developer/usr/bin/make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=/usr/bin/clang -arch x86_64" "CFLAGS=-g -O2 -pipe -Os" "CXXFLAGS=-g -O2 -pipe -Os" "CPPFLAGS=" "CFLAGS_FOR_BUILD=-pipe -Os" "CFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "GCJFLAGS=-g -O2" "LDFLAGS=" "LIBCFLAGS=-g -O2 -pipe -Os" "LIBCFLAGS_FOR_TARGET=-g -O2 -pipe -Os" "MAKE=/Applications/Xcode.app/Contents/Developer/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/opt/local" "datadir=/opt/local/share/gcc-4.8" "infodir=/opt/local/share/info" "libdir=/opt/local/lib/gcc48" "mandir=/opt/local/share/man" "prefix=/opt/local" "gxx_include_dir=/opt/local/include/gcc48/c++/" "AR=/opt/local/bin/ar" "AS=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/as" "DLLTOOL=dlltool" "LD=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/collect-ld" "LIBCFLAGS=-g -O2 -pipe -Os" "NM=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/./gcc/nm" "PICFLAG=" "RANLIB=/opt/local/bin/ranlib" "DESTDIR=" "JAR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/build/x86_64-apple-darwin17/libjava/scripts/jar" DO=all multi-do
5130make[2]: *** [check-recursive] Error 1
5131make[2]: Target `check' not remade because of errors.
5132make[1]: *** [check-target-libjava] Error 2
5133make[2]: Nothing to be done for `check'.
5134Making check in include
5135make[3]: Nothing to be done for `check'.
5136Making check in testsuite
5137/Applications/Xcode.app/Contents/Developer/usr/bin/make  check-DEJAGNU
5138Making a new site.exp file...
5139srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/boehm-gc/testsuite && pwd`; export srcdir; \
5140        EXPECT=expect; export EXPECT; \
5141        runtest=runtest; \
5142        if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
5143          exit_status=0; l='boehm-gc'; for tool in $l; do \
5144            if $runtest  --tool $tool --srcdir $srcdir ; \
5145            then :; else exit_status=1; fi; \
5146          done; \
5147        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
5148        fi; \
5149        exit $exit_status
5150WARNING: Couldn't find the global config file.
5151Test run by root on Sat Sep 15 22:31:43 2018
5152Native configuration is x86_64-apple-darwin17
5153
5154                === boehm-gc tests ===
5155
5156Schedule of variations:
5157    unix
5158
5159Running target unix
5160Using /opt/local/share/dejagnu/baseboards/unix.exp as board description file for target.
5161Using /opt/local/share/dejagnu/config/unix.exp as generic interface file for target.
5162Using /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/boehm-gc/testsuite/config/default.exp as tool-and-target-specific interface file.
5163Running /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/gcc48/work/gcc-4.8.5/boehm-gc/testsuite/boehm-gc.c/c.exp ...
5164WARNING: program timed out.