public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Use coroutines for avr-gcc
@ 2022-09-21 13:38 Wilhelm Meier
  2022-09-22 12:28 ` Wilhelm Meier
  0 siblings, 1 reply; 7+ messages in thread
From: Wilhelm Meier @ 2022-09-21 13:38 UTC (permalink / raw)
  To: gcc-help

I tried to use coroutines with avr-gcc (13.0.0) for the AVR target. I 
managed to include the coroutine-header and to write a very simple 
generator using the example from cppreference.

It compiles well, but then I get undefined symbols:

1) new and delete operator-functions
2) f(f()::f().Frame*)

Therefore two question arise here:

a) is it possible to use coroutines without head-allocation? E.g. define 
some global storage for the state of the coroutine?
b) if a) can be fullfilled, what is 2) supposed to do?

Thanks for any hints,
  Wilhelm

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

end of thread, other threads:[~2022-09-23  8:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 13:38 Use coroutines for avr-gcc Wilhelm Meier
2022-09-22 12:28 ` Wilhelm Meier
2022-09-22 12:34   ` Jonathan Wakely
2022-09-22 19:58     ` Iain Sandoe
2022-09-23  7:58       ` Wilhelm Meier
2022-09-23  8:16         ` Iain Sandoe
2022-09-23  8:42           ` Wilhelm Meier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).