This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/22487] C++ front-end produces mis-match types in EQ_EXPR (array constructor)



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-09 20:47 -------
Even further reduced testcase:
struct _Words     {_Words();};
_Words _M_local_word[2];

---
This shows up while bootstrapping on x86_64-pc-linux-gnu.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22487


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]