[Bug c++/772] Statement expressions issues

2022-12-01 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 --- Comment #24 from Eric Gallager --- (In reply to Eric Gallager from comment #22) > oops wait I thought this was a meta-bug for a moment... although, maybe it's > time to start using it as one? Never mind about this; looks like there's a keyword

[Bug c++/772] Statement expressions issues

2022-10-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 --- Comment #23 from Andrew Pinski --- Part of the C++ front-end issues was fixed with r13-3046-gc823366fdb9069a54a37a3b18b65a4fa69feabfd . I didn't look to see if all were fixed though.

[Bug c++/772] Statement expressions issues

2022-07-23 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 --- Comment #22 from Eric Gallager --- oops wait I thought this was a meta-bug for a moment... although, maybe it's time to start using it as one?

[Bug c++/772] Statement expressions issues

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Andrew Pinski changed: What|Removed |Added CC||vegard.nossum at gmail dot com --- Comment

[Bug c++/772] Statement expressions issues

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Andrew Pinski changed: What|Removed |Added Blocks||89003 CC|

[Bug c++/772] Statement expressions issues

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Andrew Pinski changed: What|Removed |Added CC||donald.chai at synopsys dot com --- Commen

[Bug c++/772] Statement expressions issues

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 --- Comment #18 from Andrew Pinski --- *** Bug 17913 has been marked as a duplicate of this bug. ***

[Bug c++/772] Statement expressions issues

2021-01-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 --- Comment #17 from Jakub Jelinek --- (In reply to Ed Smith-Rowland from comment #14) > I wonder what the relationship of these expression statements are to lambdas. > > Is ({int _a = (a), _b = (b); _a > _b ? _a : _b; }) > equivalent to > [](){in

[Bug c++/772] Statement expressions issues

2021-01-19 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #16 f

[Bug c++/772] Statement expressions issues

2021-01-19 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Jakub Jelinek changed: What|Removed |Added CC||nbkolchin at gmail dot com --- Comment #15

[Bug c++/772] Statement expressions issues

2011-11-23 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=772 Ed Smith-Rowland <3dw4rd at verizon dot net> changed: What|Removed |Added CC||3dw4rd at veri

[Bug c++/772] Statement expressions issues

2005-09-09 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-09-09 15:41 --- Subject: Re: Statement expressions issues On Fri, 9 Sep 2005, rguenth at gcc dot gnu dot org wrote: > No testcase? But I think this is fixed on the mainline and only pending on > 4.0. > See PR17913. Th

[Bug c++/772] Statement expressions issues

2005-09-09 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-09-09 12:38 --- No testcase? But I think this is fixed on the mainline and only pending on 4.0. See PR17913. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=772

[Bug c++/772] Statement expressions issues

2005-04-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-03 18:56 --- *** Bug 20741 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/772] Statement expressions issues

2005-03-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-31 07:26 --- Only a C++ front-end problem now. -- What|Removed |Added Component|c

[Bug c/772] Statement expressions issues

2005-03-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-30 19:59 --- Subject: Bug 772 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-30 19:59:21 Modified files: gcc: ChangeLo

[Bug c/772] Statement expressions issues

2005-03-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-30 19:56 --- Subject: Bug 772 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-30 19:56:40 Modified files: gcc: ChangeLog c-decl.c c-tree.h c-typeck.c

[Bug c/772] Statement expressions issues

2004-10-27 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-27 13:24 --- Some more discussion here: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02310.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=772

[Bug c/772] Statement expressions issues

2004-10-27 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-27 13:21 --- A similar problem are jumps via 'break'/'continue' out of statement expressions. Here's a place where people have really used this: http://gcc.gnu.org/ml/gcc-patches/2003-05/msg00706.html (Isn't the ability