------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=139423 Summary: GCC function __attribute__ not recognized Product: kdevelop Version: 3.3.5 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: tdalman project-psi org Version: 3.3.5 (using KDE 3.5.5, Gentoo) Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.18 GCC attribute keyword as function decoration is not recognized by the C++ parser, an thus marked as error: int foo(void) __attribute__(__constructor__); or __attribute__(__constructor__) int foo(void);