[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#184862: g++: static fpos_t gives internal compiler error



retitle 184862 [fixed in 3.3] static fpos_t gives internal compiler error
thanks

present in 3.2, but not 3.3

Silas S. Brown writes:
> Package: g++
> Version: 2:2.95.4-14
> Severity: normal
> 
> This gives "internal compiler error":
> 
> #include <stdio.h>
> int main() {
>   static fpos_t f=0;
> }
> 
> /tmp/test.c++: In function `int main()':
> /tmp/test.c++:3: Internal compiler error:
> /tmp/test.c++:3: Internal compiler error in `gen_lowpart', at emit-rtl.c:1069
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> 
> (Yes I know the code is wrong, but it shouldn't give a
> compiler error.)



Reply to: