This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/24515] internal compiler error: in write_builtin_type, at cp/mangle.c:1784
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2005 10:31:39 -0000
- Subject: [Bug c++/24515] internal compiler error: in write_builtin_type, at cp/mangle.c:1784
- References: <bug-24515-11583@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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