[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2021-01-16 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 Martin Uecker changed: What|Removed |Added CC||muecker at gwdg dot de --- Comment #7

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2015-03-15 Thread shawn at churchofgit dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 --- Comment #5 from Shawn Landden shawn at churchofgit dot com --- http://mackyle.github.io/blocksruntime/#download

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2015-03-15 Thread shawn at churchofgit dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 Shawn Landden shawn at churchofgit dot com changed: What|Removed |Added CC||shawn at

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2015-03-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Rob Staudinger from comment #3) For the record, this is already possible using bracketed expressions, but the syntactical sugar of not having to pick a function name

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2010-10-25 Thread robert.staudinger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 --- Comment #3 from Rob Staudinger robert.staudinger at gmail dot com 2010-10-25 07:31:59 UTC --- For the record, this is already possible using bracketed expressions, but the syntactical sugar of not having to pick a function name would be

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2010-10-22 Thread robert.staudinger at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 --- Comment #2 from Rob Staudinger robert.staudinger at gmail dot com 2010-10-22 08:33:46 UTC --- There obviously is some relation, but this proposal evades syntactical overloading of operators, unlike C++ lambda functions or LLVM blocks.

[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)

2010-10-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2010-10-21 18:38:31 UTC --- This sounds like C++ lambda functions. Second, I think this is a bad idea for C.