This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug exp/11926] "p 0x1.1" crashes gdb


------- Additional Comments From dje at google dot com  2010-08-18 20:37 -------
Related problems:

(gdb) set lang java
(gdb) p 1.1f
Invalid number "1.1f"
(gdb) set lang pascal
(gdb) p 1.1f
Invalid number "1.1f".

These are also due to invalid suffix handling in the language's respective 
parse_number routines.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11926

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]