This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/46243] New: [4.6 Regression] expected tree that contains âdecl minimalâ structure, have âtree_listâ in start_decl, at c-decl.c:4049


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

           Summary: [4.6 Regression] expected tree that contains âdecl
                    minimalâ structure, have âtree_listâ in start_decl, at
                    c-decl.c:4049
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bonzini@gnu.org
                CC: froydnj@gcc.gnu.org


I'm seeing the error on the following code:

void Y(Z); /* { dg-error "" "error before" } */

which is a modified version of gcc.dg/pr14963.c

pr14963.c:1:1: warning: parameter names (without types) in function declaration
[enabled by default]
pr14963.c:1:1: internal compiler error: tree check: expected tree that contains
âdecl minimalâ structure, have âtree_listâ in start_decl, at c-decl.c:4049
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]