14 Mar
                
                    2005
                
            
            
                14 Mar
                
                '05
                
            
            
            
        
    
                5:22 p.m.
            
        GCC 4.0 complains about the default value for aligmnent_ saying that:
'(size_t)((-1))' is not a valid template argument for type 'unsigned int' because it is a non-constant expression
which is ruining some of the regression tests. Is GCC right or shall I submit a bug report at gcc.gnu.org/bugzilla?
I'm certain it's a bug: casts are permitted in integral constant expressions. John.