This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c/14308] New: gcc unable to compile gdb-6.0


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


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