This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)
- From: "mark at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2004 15:19:12 -0000
- Subject: [Bug c++/14545] [3.4/3.5 Regression] Cannot compile pooma-gcc (regression)
- References: <20040312062911.14545.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mark at codesourcery dot com 2004-03-18 15:19 -------
Subject: Re: [3.4/3.5 Regression] Cannot compile pooma-gcc
(regression)
bangerth at dealii dot org wrote:
>------- Additional Comments From bangerth at dealii dot org 2004-03-18 15:08 -------
>Oh, hell. I was just posting this as an amusement for everyone, because
>it is so _really_ short. How can we _not_ get this right?
>
>This whole business with non-dependent initializers has run somehow
>out of control given how late we are in the release cycle. We must have
>had at least a dozen different reports about this problem. Has anyone
>considered reverting the patch that introduced this instability? We seem
>to be stomping out fires that keep popping up everywhere...
>
>
Yes, I've been considering reverting that patch.
However, some of the problems we've found would have arisen in other
contexts as well; that's just where they happened so show up. Falsely
assuming that something is an integral constant-expression (which has
been the source of several of the bugs) could result in many other
problems as well.
I hope to look at this some more today.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14545