This is the mail archive of the gcc-prs@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/7741: [3.3 regression] ICE on conflicting types


Old Synopsis: ICE on conflicting types
New Synopsis: [3.3 regression] ICE on conflicting types

State-Changed-From-To: feedback->analyzed
State-Changed-By: bangerth
State-Changed-When: Wed Dec  4 13:20:29 2002
State-Changed-Why:
    Thanks for the feedback. Your testcase
    ---------------------------
    int f(int);
    int main()
    {
        char c;        /* any type except int causes ICE */
        int i;
        int c = f(i);
    }
    ------------------------
    indeed ICEs for me. This is a regression on the main trunk,
    so I mark it as that.
    
    Thanks
      Wolfgang

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7741


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