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++/24515] internal compiler error: in write_builtin_type, at cp/mangle.c:1784



------- Comment #1 from rguenth at gcc dot gnu dot org  2005-10-25 10:31 -------
Fixed in 4.0.2 (at least).

./cc1plus -quiet -o /dev/null -Wall /tmp/t.C 
/tmp/t.C: In function ?int main(int, char**)?:
/tmp/t.C:22: error: no matching function for call to ?V4sf::set4(float&)?
/tmp/t.C:9: note: candidates are: void V4sf::set4(float __vector__&)

verified on both x86_64 and i686.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
  GCC build triplet|gcc -g  -Wall vector_bug.cc |
                   |-lstdc++                    |
      Known to work|                            |4.0.2
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.2


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


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