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/20368] [4.0/4.1 Regression] internal compiler error: tree check: expected function_type or method_type, have integer_type in start_function, at c-decl.c:5777


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-19 13:39 -------
(In reply to comment #2)
> Confirmed; compile the following reduced testcase with -Wstrict-prototypes
> to see the bug.  I don't have --enable-checking release branch compilers
> (4.0 and previous releases) to hand to see whether this is a regression.

But I do and this is a regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0 4.1.0
      Known to work|                            |3.4.0
            Summary|internal compiler error:    |[4.0/4.1 Regression]
                   |tree check: expected        |internal compiler error:
                   |function_type or            |tree check: expected
                   |method_type, have           |function_type or
                   |integer_type in             |method_type, have
                   |start_function, at c-       |integer_type in
                   |decl.c:5777                 |start_function, at c-
                   |                            |decl.c:5777
   Target Milestone|---                         |4.0.0


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


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