This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/23145] struct {int i;} is not compatiable with struct {int i,j}
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jul 2005 03:05:39 -0000
- Subject: [Bug c/23145] struct {int i;} is not compatiable with struct {int i,j}
- References: <20050730030431.23145.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-30 03:05 -------
Hmm, Apple's 3.3-fast does not have this bug.
sv.i:4: warning: conflicting types for `a'
op.i:4: warning: previous declaration of `a'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23145