This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: "gdb-patches at sourceware dot org ml" <gdb-patches at sourceware dot org>
- Date: Wed, 16 Oct 2013 11:57:43 +0200
- Subject: Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc]
- Authentication-results: sourceware.org; auth=none
- References: <5249C987 dot 50809 at redhat dot com> <87d2no4uim dot fsf at fleche dot redhat dot com> <524BA344 dot 2070802 at redhat dot com>
On Wed, 02 Oct 2013 06:38:28 +0200, Keith Seitz wrote:
> All committed. Thank you Sergio and Tom for looking at this!
c85cddc51d5d9e4423509a2dc7cf3d9809451b49 is the first bad commit
commit c85cddc51d5d9e4423509a2dc7cf3d9809451b49
Author: Keith Seitz <keiths@redhat.com>
Date: Wed Oct 2 00:46:06 2013 +0000
Constification of parse_linespec and fallout:
https://sourceware.org/ml/gdb-patches/2013-09/msg01017.html
https://sourceware.org/ml/gdb-patches/2013-09/msg01018.html
https://sourceware.org/ml/gdb-patches/2013-09/msg01019.html
https://sourceware.org/ml/gdb-patches/2013-09/msg01020.html
You need fpc installed.
-PASS: gdb.pascal/floats.exp: print 2 * r
-PASS: gdb.pascal/floats.exp: print 2.0 * r
+FAIL: gdb.pascal/floats.exp: print 2 * r
+FAIL: gdb.pascal/floats.exp: print 2.0 * r
-PASS: gdb.pascal/floats.exp: print 35 / 2
+FAIL: gdb.pascal/floats.exp: print 35 / 2
-PASS: gdb.pascal/integers.exp: print i + 1 = j
+FAIL: gdb.pascal/integers.exp: print i + 1 = j
-PASS: gdb.pascal/integers.exp: print i + 1 < j
-PASS: gdb.pascal/integers.exp: print i + 1 <= j
-PASS: gdb.pascal/integers.exp: print i + 1 > j
-PASS: gdb.pascal/integers.exp: print i + 1 >= j
-PASS: gdb.pascal/integers.exp: print 2 * i
+FAIL: gdb.pascal/integers.exp: print i + 1 < j
+FAIL: gdb.pascal/integers.exp: print i + 1 <= j
+FAIL: gdb.pascal/integers.exp: print i + 1 > j
+FAIL: gdb.pascal/integers.exp: print i + 1 >= j
+FAIL: gdb.pascal/integers.exp: print 2 * i
-PASS: gdb.pascal/integers.exp: print 35 div 2
-PASS: gdb.pascal/integers.exp: print 35 mod 2
-PASS: gdb.pascal/integers.exp: print i+10*j+100*k
-PASS: gdb.pascal/integers.exp: print (i + 5) * (j + 7)
+FAIL: gdb.pascal/integers.exp: print 35 div 2
+FAIL: gdb.pascal/integers.exp: print 35 mod 2
+FAIL: gdb.pascal/integers.exp: print i+10*j+100*k
+FAIL: gdb.pascal/integers.exp: print (i + 5) * (j + 7)
Jan