Summary: | ndefined reference to `__builtin_stdarg_start' when compiling util-vserver-0.30.216 on gentoo | ||
---|---|---|---|
Product: | gcc | Reporter: | praktakus |
Component: | pch | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | blocker | ||
Priority: | P3 | ||
Version: | 4.4.5 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: |
Description
praktakus
2011-03-19 02:20:50 UTC
__builtin_stdarg_start has been removed as it was broken and not used by GCC's headers any more (it was really internal to GCC's stdards headers). __builtin_va_start is the replacement. How should i fix my problem then? Should I relly on anyone? Best regards, MB Dnia 19 marca 2011 3:54 "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org> napisaĆ(a): > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48201 > > Andrew Pinski <pinskia at gcc dot gnu.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution| |INVALID > > --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-03-19 02:54:17 UTC --- > __builtin_stdarg_start has been removed as it was broken and not used by GCC's > headers any more (it was really internal to GCC's stdards headers). > __builtin_va_start is the replacement. > > |