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++/29535] [4.1 Regression] ICE in instantiate_class_template, at cp/pt.c:5728



------- Comment #8 from jakub at gcc dot gnu dot org  2007-01-02 10:16 -------
I should note that this wasn't broken on 4.1 branch with PR28206 change,
but with the PR29020 cp_parser_nested_name_specifier_opt change
that was committed without a ChangeLog entry together in that SVN commit.

And, on 4.2+ branches this was fixed by PR28261 fix (particularly the
cp_lexer_next_token_is_decl_specifier_keyword addition and its use in
cp_parser_constructor_declarator_p).  Mark's mail
http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00877.html
says:
"I will apply to the 4.1 branch when testing completes."
but that apparently never happened.  I can bootstrap/regtest it now.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |28261
OtherBugsDependingO|28506                       |29020
              nThis|                            |
      Known to fail|4.1.2 4.2.0                 |4.1.2
      Known to work|4.1.1                       |4.1.1 4.2.0 4.3.0
            Summary|[4.1/4.2/4.3 Regression] ICE|[4.1 Regression] ICE in
                   |in                          |instantiate_class_template,
                   |instantiate_class_template, |at cp/pt.c:5728
                   |at cp/pt.c:5728             |


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


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