[Bug optimization/14640] [3.3.4 regression] miscompilation of mozilla-firefox (deallocator problems?)

2004-03-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-19 21:57 --- Most likely now the issue is in the middle-end doing some messed up with /u and RTX_UNCHANGING_P. -- What|Removed |Added

[Bug c++/2112] [3.3/3.4/3.5 Regression] misleading message for binding r-value to non-const reference

2004-03-19 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-03-19 19:56 --- I don't consider this as a bug. I'd just close it. Note that there is not much we can do about it: we can't say that there is an attempt to bind an rvalue to a non-const reference, because this would imply

[Bug c++/2112] [3.3/3.4/3.5 Regression] misleading message for binding r-value to non-const reference

2004-03-19 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-03-19 19:48 --- If we consider this a bug of any kind, it's a regression against 2.95. -- What|Removed |Added