[Bug c/39433] gcc core dumping for unnecessary header file conflict

2009-03-11 Thread nmdilipsimha at gmail dot com
--- Comment #2 from nmdilipsimha at gmail dot com 2009-03-11 17:48 --- (In reply to comment #1) > It doesn't segfault for me (gcc version 4.1.3 20080704 (prerelease) (Debian > 4.1.2-25) > hmm. Mine is: si...@home_pc:~/test/header_file$ gcc -v Using built-in specs. Targ

[Bug c/39433] New: gcc core dumping for unnecessary header file conflict

2009-03-11 Thread nmdilipsimha at gmail dot com
f3 { int a; F1 a1; }; # 6 "2.h" 2 struct f2 { int a; F3 a3; }; # 5 "1.h" 2 struct f1 { int a; F2 a2; }; # 2 "1.c" 2 int main() { F1 a; a.a = 1; return 0; } -- Summary: gcc core dumping for unnecessary header file conflict Product: