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++/21210] Trouble with __complex__ types default construction


------- Additional Comments From pcarlini at suse dot de  2005-04-25 11:59 -------
Actually, this has nothing to do with std::vector per se. This tiny snippet
suffices to trigger the C++ front-end problem:

  typedef float __complex__ fcomplex;
  fcomplex cplx = fcomplex();





-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|STL containers do not accept|Trouble with __complex__
                   |GNU builtin __complex__ type|types default construction
                   |anymore                     |


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


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