http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60837

            Bug ID: 60837
           Summary: initializer element is not constant: int test = (1, 2)
                    + 1;
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: potrepa...@asc-ural.ru

main.c
--------------
int test = (6, 9) + 1;
int main( void ) { return 0; }
--------------

>gcc main.c
main.c:1:1: error: initializer element is not constant

Reply via email to