--- Comment #4 from gdr at cs dot tamu dot edu 2006-10-19 21:32 ---
Subject: Re: incorrect "
On Thu, 19 Oct 2006, pinskia at gcc dot gnu dot org wrote:
| I tried a simple testcase and variations on it (changing (T)(ok) to just ok
and
| such):
yes, the parens don't change anything --
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-19 21:27 ---
I tried a simple testcase and variations on it (changing (T)(ok) to just ok and
such):
template class b{};
template class t
{
static bool const ok = true;
b<(T)(ok)> c;
};
int main(void)
{
t a;
}
--
ht
--- Comment #2 from wb at fnal dot gov 2006-10-19 21:22 ---
Created an attachment (id=12463)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12463&action=view)
preprocessed version of test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29518
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-19 21:19 ---
Yes we need the preprocessed source.
You can attach it to the bug report instead of just copying and pasting it.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added