This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10479] __alignof__(double) not compile time constant inside template class
- From: "rguenth at tat dot physik dot uni-tuebingen dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2004 15:11:34 -0000
- Subject: [Bug c++/10479] __alignof__(double) not compile time constant inside template class
- References: <20030424121601.10479.rguenth@tat.physik.uni-tuebingen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2004-09-14 15:11 -------
Subject: Re: __alignof__(double) not compile time constant
inside template class
On 14 Sep 2004, gdr at integrable-solutions dot net wrote:
> I know "double" is not dependent type. Did you doubt that?
No, I thought you maybe missed it. I thought so because I cannot
see the difference between the templated and non-templated variant
- of course just because of my ignorance.
> Do you believe I'm against making this work? I find it very annoying,
> and happen to qualify as plain stupid. I was just explaining what was
> going on.
Ok thanks, I'll guess target-milestone would be 4.1 earliest then.
> Some time ago, I tried to fix that but it blew up. It may probably be
> not difficult, but it you don't try you probably won't figure it out.
Of course.
Richard.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10479