Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* GDB build failure when using latest (ToT) GCC
@ 2017-02-27 19:51 Steve Ellcey
  2017-02-27 19:57 ` Simon Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Ellcey @ 2017-02-27 19:51 UTC (permalink / raw)
  To: gdb

I am building the ToT gdb with a ToT GCC and getting this error:

../../../src/binutils-gdb/gdb/remote.c: In function ‘int remote_add_target_side_
condition(gdbarch*, bp_target_info*, char*, char*)’:
../../../src/binutils-gdb/gdb/remote.c:9668:8: error: types may not be defined i
n a for-range-declaration [-fpermissive]
   for (struct agent_expr *aexpr : bp_tgt->conditions)
        ^~~~~~
Makefile:1898: recipe for target 'remote.o' failed


Does anyone know how to change this code so that GCC will not complain?
I am not familiar with C++ for ranges.  I get a bunch of warnings too, but this
is a hard error that stops my compilation.  Yes, I can use -fpermissive but I
would rather not and this will need to be fixed when GCC 7.X comes out.

Steve Ellcey
sellcey@cavium.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-27 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 19:51 GDB build failure when using latest (ToT) GCC Steve Ellcey
2017-02-27 19:57 ` Simon Marchi
2017-02-27 21:11   ` Steve Ellcey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox