From kdevelop-bugs Sun Dec 31 02:15:58 2006 From: Tolga Dalman Date: Sun, 31 Dec 2006 02:15:58 +0000 To: kdevelop-bugs Subject: [Bug 139423] New: GCC function __attribute__ not recognized Message-Id: <20061231031557.139423.tdalman () project-psi ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306962011634 ------- 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);