[Bug c++/25365] g++ crashes with segmentation fault, when -Wall is active

2005-12-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-12 15:04 --- Fixed already in 4.0.3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25365] g++ crashes with segmentation fault, when -Wall is active

2005-12-12 Thread pgunreben at lucent dot com
--- Comment #1 from pgunreben at lucent dot com 2005-12-12 12:00 --- it doesn't crash, if I use the union in the code, e.g.: =8<= int main() { void *p; p = int32_t_incorrect; return 0; } =8<= -- pgunreben at lucent