Community
Participate
Working Groups
Build Identifier: 201102110609 This is a GNU extension operator that is only present in GCC (see http://stackoverflow.com/questions/1777990/c-programming-address-of-a-label and http://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#index-address-operator-155 ). However, the majority of "makefile project from existing code" wizard's bindings is against GNU build system variations so it should probably understand GNU extensions, at least when a GNU C/C++ compiler is selected in the toolchain. Reproducible: Always Steps to Reproduce: 1. Run "Makefile project from existing code" against any code that uses the operator - e.g. http://rpm.pbone.net/index.php3/stat/26/dist/55/size/333607/name/procps-3.2.7-16.el5.src.rpm 2. Go to the code that uses the operator (e.g. ps/global.c:183) 3. The line will be marked as a syntax error. If you replace all '&&'s with, say, '&'s, the mark vanishes.
*** This bug has been marked as a duplicate of bug 84144 ***