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

2005-12-12 Thread pgunreben at lucent dot com
Version: 4.0.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pgunreben at lucent dot com GCC build triplet: i686-suse-linux GCC host triplet: i686-suse-linux GCC targe

[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<===== -- pgunrebe