Bug 54367 (lambdas)

Summary: [meta-bug] lambda expressions
Product: gcc Reporter: Jonathan Wakely <redi>
Component: c++Assignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED MOVED    
Severity: normal CC: nathan, webrown.cpp
Priority: P3 Keywords: c++-lambda, meta-bug
Version: 4.8.0   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2013-01-29 00:00:00
Bug Depends on: 52281, 56260, 59655, 65389, 70555, 77950, 78083, 79328, 79367, 80439, 80789, 84544, 86550, 86675, 86697, 88164, 89478, 92402, 93431, 95127, 95968, 100007, 100198, 100282, 101054, 101911, 102272, 102721, 102748, 102791, 103811, 103876, 103901, 103913, 103927, 104765, 41933, 47226, 50939, 51412, 51422, 51494, 51833, 51884, 51927, 52014, 52026, 52374, 52613, 52619, 53137, 53157, 53486, 53921, 54122, 54170, 54276, 54277, 54383, 54403, 54431, 54764, 54801, 54891, 54947, 54975, 54995, 55015, 55076, 55178, 55223, 55357, 55472, 55532, 55680, 55710, 55720, 55828, 55834, 55914, 55972, 56013, 56039, 56135, 56222, 56388, 56447, 56464, 56565, 56567, 56901, 56973, 57437, 57443, 57658, 57817, 57958, 58062, 58083, 58107, 58481, 58566, 58568, 58596, 58597, 58613, 58761, 58824, 58894, 58907, 58972, 59483, 59949, 59991, 60228, 60230, 60366, 60855, 61135, 61148, 61358, 61362, 61814, 61857, 62052, 62272, 63192, 63207, 63601, 63628, 64000, 64095, 64329, 64488, 64848, 66672, 66735, 67247, 67273, 67274, 67370, 68071, 68177, 68584, 69756, 69977, 70343, 70385, 70515, 70942, 70979, 71095, 71105, 71332, 71386, 71546, 71564, 71946, 78006, 78018, 78816, 78850, 79005, 79021, 79104, 79133, 79180, 79488, 79563, 79590, 79620, 79627, 80488, 80587, 80873, 80947, 81032, 81574, 81700, 82022, 82069, 82195, 82230, 82288, 82474, 82565, 82643, 82980, 83167, 83268, 84618, 86429, 87828, 88313, 88869, 89138, 89640, 90480, 90533, 90647, 91891, 92211, 92320, 92556, 92633, 92652, 92707, 92722, 93595, 94807, 95020, 95028, 95111, 95368, 95434, 96743, 96917, 97458, 98500, 99152, 100594, 101243, 101315, 101367, 101717, 101764, 102367, 102644, 102693, 102851, 102931, 103186, 103358, 103696, 103912, 103929, 103969, 104137, 104138, 104548, 105106, 105373, 106508    
Bug Blocks:    

Description Jonathan Wakely 2012-08-24 12:08:45 UTC

    
Comment 1 Eric Gallager 2019-11-15 01:27:59 UTC
alias lambdas
Comment 2 Andrew Pinski 2022-03-11 00:34:59 UTC
Decided it would be better if we used keywords for different C++ front-end features (c++-lambda for this one). It simplifies searching and allows to do better meta analysis on where bug reports are located in the C++ front-end.