This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14308] New: gcc unable to compile gdb-6.0
- From: "mblack at csi-inc dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Feb 2004 15:44:24 -0000
- Subject: [Bug c/14308] New: gcc unable to compile gdb-6.0
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc -c -g -O2 -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -
DHAVE_CONFIG_H -I./../include/opcode -I./../readline/
.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -
Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wp
arentheses -Wpointer-arith -Wuninitialized gdbtypes.c
gdbtypes.c: In function `recursive_dump_type':
gdbtypes.c:3059: error: invalid lvalue in increment
make: *** [gdbtypes.o] Error 1
Tried to attach the -E output but wouldn't fit in here.
Line 3059 is:
obstack_ptr_grow (&dont_print_type_obstack, type);
--
Summary: gcc unable to compile gdb-6.0
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mblack at csi-inc dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14308