This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
DW_OP_piece???
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: gcc at gcc dot gnu dot org
- Date: 07 May 2003 23:18:48 +0200
- Subject: DW_OP_piece???
Hi,
Since today I get this warning message gdb 5.2.1:
(gdb) b c-semantics.c:103
During symbol reading, unsupported stack op: 'DW_OP_piece'.
Breakpoint 4 at 0x80d957d: file ../../gcc-34/gcc/c-semantics.c, line 103.
(gdb)
cc1 --version says:
GNU C version 3.4 20030505 (experimental) (i586-pc-linux-gnu)
compiled by GNU C version 3.4 20030505 (experimental)
Everything still seems to work, but I never saw this before. Is
something wrong, or is there a new feature and do I need to upgrade
my gdb?
Thanks,
Steven