On 01/19/15 10:23, Akim Demaille wrote:
[internal compiler error for 95]
That's weird.  I have no idea what we might be doing here
that troubles it.

Is there some way to find what actually gets executed at


$CXX $CXXFLAGS $CPPFLAGS -c -o cxx.o -c "\`~!@#\$%^&*()-=_+{}[]|\\:;<>, .'.cc"

?

189: the error output from xlC should probably be normalized in 
AT_SYNCLINES_COMPILE
[error message output doesn't match gcc]
The point of this test is to check that the location of an
invalid identifier is properly reported.  The input file is:
[..]

So it's on purpose that we have this 'break' there.  However, it seems
that your compiler's error recovery is not sufficient, hence (I guess)
all the other messages.

Yes, I never could understand why the consensus among compilers seems to be to go on compiling when an error was encountered.

I'll try to find a means to avoid that.

Since the first error message still contains everything to make the grep succeed, I stand by my initial assertion that compiler output simply needs to be massaged appropriately.

241, 440-443, 463, 464 these can possibly be cured by choosing another language 
level with compiler option -qlanglvl=, but there's so many to choose from. Is 
the version of C++ bison would like documented somewhere?

I don't know :)  There weren't that many C++s before.  It aims at C++98/C++03.

While the ISO standard C++ 98 is perhaps something to start from, most codes seem to use one extension or another.

426  427  428  429  430  431 432: looks like repetitions of basically the same 
bug.

Well, this is surprising:

426. c++.at:371: testing Variants lalr1.cc  ...
/sw/src/bison/bison-3.0.3/tests/c++.at:371: bison -fno-caret -o list.cc list.y
/sw/src/bison/bison-3.0.3/tests/c++.at:371: $BISON_CXX_WORKS
stderr:
stdout:
/sw/src/bison/bison-3.0.3/tests/c++.at:371: $CXX $CXXFLAGS $CPPFLAGS $LDFLAGS 
-o list list.cc $LIBS
stderr:
stdout:
/sw/src/bison/bison-3.0.3/tests/c++.at:371:  $PREPARSER ./list
stderr:
Destroy: ""
Destroy: "0"
Destroy: (0)
Destroy: (0)
Destroy: 1
Destroy: "1"
Destroy: ()
Destroy: ""
Destroy: "2"
Destroy: ()
Destroy: ""
Destroy: 3
Destroy: ()
Destroy: ""
Destroy: "4"
Destroy: ()
Destroy: ()
Destroy: 5
Destroy: ()
Destroy: ""
Destroy: "6"
Destroy: ()
Destroy: (0, 1, 2, 4, 6)
/sw/src/bison/bison-3.0.3/tests/c++.at:371: sed >&2 -e '/^profiling:.*:Merge 
mismatch for summaries/d' stderr
--- -   2015-01-15 12:17:22.000000000 +0100
+++ 
/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/at-groups/426/stderr  
    2015-01-15 12:17:22.000000000 +0100
@@ -1,6 +1,7 @@
  Destroy: ""
  Destroy: "0"
  Destroy: (0)
+Destroy: (0)
  Destroy: 1
  Destroy: "1"
  Destroy: ()
426. c++.at:371: 426. Variants lalr1.cc  (c++.at:371): FAILED (c++.at:371)

For some reason, we have one more call to the destructor than expected.  Which
certainly means that one value was duplicated at some point, unexpectedly.
Maybe your compiler does not perform some common optimizations, such as
RVO and NRVO, possibly precisely because the destructor is nontrivial?

I'm building without optimization. So that would be kind of the expected behaviour then?

Could you try to see where this destructor call is coming from?

Is $PREPARSER anything I should be aware of? When I run the program as ./list, I get the following output:

Destroy: ""
Destroy: "0"
Destroy: (0)
Destroy: (0)
Destroy: 1
Destroy: "1"
Destroy: ()
Destroy: ""
Destroy: "2"
Destroy: ()
Destroy: ""
Destroy: 3
Destroy: ()
Destroy: ""
Destroy: "4"
Destroy: ()
Destroy: ()
Destroy: 5
Destroy: ()
Destroy: ""
Destroy: "6"
Destroy: ()
(0, 1, 2, 4, 6)
Destroy: (0, 1, 2, 4, 6)

I've run the program named "list" in 426 from gdb with the attached script. Please see the attached output for backtraces at (hopefully) the relevant places. Please don't hesitate if something else from the debugger would be useful.

Also, running these test with valgrind, if applicable, might help us knowing
whether this call to the destructor is ok or not (i.e., if there is indeed
more copies than usual, or a double free somewhere).

Try make maintainer-check-valgrind.

Unfortunately, while valgrind had support for AIX 5.3, the necessary effort hasn't been made for AIX 6.1 and I'm not well versed in using libefence/dmalloc. Would it be sufficient to trace both constructor and destructor calls and match the two?

Regards, Thomas
--
Thomas Jahns
HD(CP)^2
Abteilung Anwendungssoftware

Deutsches Klimarechenzentrum GmbH
Bundesstraße 45a • D-20146 Hamburg • Germany

Phone:  +49 40 460094-151
Fax:    +49 40 460094-270
Email:  Thomas Jahns <ja...@dkrz.de>
URL:    www.dkrz.de

Geschäftsführer: Prof. Dr. Thomas Ludwig
Sitz der Gesellschaft: Hamburg
Amtsgericht Hamburg HRB 39784
break list.cc:1026
r
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
bt
c
Breakpoint 1 at 0x10000e124: file list.cc, line 1028. (2 locations)
Destroy: ""
Destroy: "0"
Destroy: (0)

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009a94) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009a94) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009a94, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009a94, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009a94) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009a94) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009a94, _L=0x110009ab8) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x00000001000121b8 in 
insert__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_UlRCQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=@0xfffffffffffe360, _M=1, _X=@0xfffffffffffe480) 
at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector.t:86
#7  0x000000010001765c in 
insert__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_RCQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe3f8, 
_P=@0xfffffffffffe3f0, _X=@0xfffffffffffe480) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:255
#8  0x0000000100017880 in 
push_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _X=@0xfffffffffffe480) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:236
#9  0x00000001000179c8 in 
push__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, t=@0xfffffffffffe5c0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:178
#10 0x0000000100017b8c in yy::parser::yypush_( (char const *, 
yy::parser::stack_symbol_type &)) (this=0xfffffffffffe830, m=0x100035578 
"Shifting", s=@0xfffffffffffe5c0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1333
#11 0x000000010001ad34 in 
yypush___Q2_2yy6parserFPCciRQ3_2yy6parser12basic_symbolXTQ3_2yy6parser7by_type_ 
(this=0xfffffffffffe830, m=0x100035578 "Shifting", s=8, sym=@0xfffffffffffe690) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1324
#12 0x000000010001b898 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1479
#13 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: (0)

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009af4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009af4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009af4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009af4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009af4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009af4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009af4, _L=0x110009b3c) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x00000001000121b8 in 
insert__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_UlRCQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=@0xfffffffffffe360, _M=1, _X=@0xfffffffffffe480) 
at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector.t:86
#7  0x000000010001765c in 
insert__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_RCQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe3f8, 
_P=@0xfffffffffffe3f0, _X=@0xfffffffffffe480) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:255
#8  0x0000000100017880 in 
push_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _X=@0xfffffffffffe480) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:236
#9  0x00000001000179c8 in 
push__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, t=@0xfffffffffffe5c0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:178
#10 0x0000000100017b8c in yy::parser::yypush_( (char const *, 
yy::parser::stack_symbol_type &)) (this=0xfffffffffffe830, m=0x100035578 
"Shifting", s=@0xfffffffffffe5c0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1333
#11 0x000000010001ad34 in 
yypush___Q2_2yy6parserFPCciRQ3_2yy6parser12basic_symbolXTQ3_2yy6parser7by_type_ 
(this=0xfffffffffffe830, m=0x100035578 "Shifting", s=2, sym=@0xfffffffffffe690) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1324
#12 0x000000010001b898 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1479
#13 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: 1
Destroy: "1"
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=3) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: ""
Destroy: "2"
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=3) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: ""
Destroy: 3
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: ""
Destroy: "4"
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=3) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: 5
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
Destroy: ""
Destroy: "6"
Destroy: ()

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=3) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154
(0, 1, 2, 4, 6)
Destroy: (0, 1, 2, 4, 6)

Breakpoint 1, clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
1028            break;
#0  clear__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv 
(this=0x110009bf4) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1028
#1  0x000000010000e344 in 
__dt__Q3_2yy6parser12basic_symbolXTQ3_2yy6parser8by_state_Fv (this=0x110009bf4, 
__dtorFlags=0) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:996
#2  0x000000010000e428 in yy::parser::stack_symbol_type::__dt( (void)) 
(this=0x110009bf4, __dtorFlags=2) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:997
#3  0x000000010000e4bc in 
_Destroy__3stdHQ3_2yy6parser17stack_symbol_type_PQ3_2yy6parser17stack_symbol_type_v
 (_P=0x110009bf4) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:342
#4  0x000000010000e55c in 
destroy__Q2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_FPQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848, _P=0x110009bf4) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/xmemory:423
#5  0x000000010000e634 in 
_Destroy__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FPQ3_2yy6parser17stack_symbol_typeT1
 (this=0xfffffffffffe848, _F=0x110009bf4, _L=0x110009c18) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:320
#6  0x0000000100018054 in 
erase__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type__FQ2_3std6_PtritXTQ3_2yy6parser17stack_symbol_typeTlTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_typeTPQ3_2yy6parser17stack_symbol_typeTRQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, __classReturn=@0xfffffffffffe520, 
_P=@0xfffffffffffe518) at /pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:275
#7  0x000000010001822c in 
pop_back__Q2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type
 (this=0xfffffffffffe848) at 
/pf/sw/ibm/xlC/11.1.0.17/usr/vacpp/include/vector:238
#8  0x0000000100018310 in 
pop__Q2_2yy5stackXTQ3_2yy6parser17stack_symbol_typeTQ2_3std6vectorXTQ3_2yy6parser17stack_symbol_typeTQ2_3std9allocatorXTQ3_2yy6parser17stack_symbol_type_
 (this=0xfffffffffffe848, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:187
#9  0x000000010001842c in yy::parser::yypop_( (unsigned int)) 
(this=0xfffffffffffe830, n=1) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1340
#10 0x000000010001bde0 in yy::parser::parse( (void)) (this=0xfffffffffffe830) 
at /pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.cc:1577
#11 0x0000000100026aa0 in main (argc=1, argv=0xfffffffffffe920) at 
/pf/sw/src/bison/bison-3.0.3-build-64bit/tests/testsuite.dir/426/list.y:154

Program exited normally.
No stack.
CMDFILE:24: Error in sourced command file:
The program is not being run.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to