[Bug c/12719] New: Variables declaration can be anywhere.

albie at alfarrabio dot di dot uminho dot pt gcc-bugzilla@gcc.gnu.org
Wed Oct 22 07:51:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Variables declaration can be anywhere.
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: albie at alfarrabio dot di dot uminho dot pt
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-gnu-linux
  GCC host triplet: i686-gnu-linux
GCC target triplet: i686-gnu-linux

Did not tested with 3.3.1 and 3.3.2, but looking to the ChangeLog it seems not
modified.
With my gcc 3.3 I can compile this:

    ...
    WordLstNode *node;
                                                                                
    N = word_list_size(WL1);
                                                                                
    Dictionary* dic = dictionary_new(N);
    ...



More information about the Gcc-bugs mailing list