This is the mail archive of the gcc-patches@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]

Re: c++ failures


Looking at this fail

  FAIL: g++.dg/other/error2.C  (test for errors, line 14)

The parser ICEs here:

9707          if ((*targetm.vector_opaque_p) (TREE_TYPE (decl)))

decl is 0.  The value returned from the call to start_decl at line
9668 is 0.  Possibly, the solution is simply that the initializer
shouldn't be parsed when the decl is null.

Dave
-- 
J. David Anglin                                  dave dot anglin at nrc-cnrc dot gc dot ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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