[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2010-01-20 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2010-01-20 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2010-01-20 21:30 --- Subject: Bug 40750 Author: jason Date: Wed Jan 20 21:30:20 2010 New Revision: 156084 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156084 Log: PR c++/40750 * decl.c (grokdeclarator): Clear

[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2010-01-20 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2010-01-20 21:59 --- Fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2009-12-29 Thread fang at csl dot cornell dot edu
--- Comment #3 from fang at csl dot cornell dot edu 2009-12-30 03:57 --- Also fails with g++-4.0.1 and g++-4.2.1 (i686-darwin10). g++-3.4.6 rejects the example: error: invalid type qualifier for non-member function type -- fang at csl dot cornell dot edu changed: What

[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2009-12-26 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-12-26 19:10 --- I find this disturbing. Let's CC Jason... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/40750] Side-effect of member function call not produced in certain circumstances

2009-07-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-07-15 09:41 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added