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]

Re: c++/8503: strange behaviour of function types.


Synopsis: strange behaviour of function types.

State-Changed-From-To: open->analyzed
State-Changed-By: paolo
State-Changed-When: Sat Nov  9 07:09:50 2002
State-Changed-Why:
    Current mainline is Ok:
    paolo:~> a.out
    non-const
    non-const
    non-const
    On the other hand, 3_2-branch is affected by the bug:
    paolo:~> a.out
    const
    const
    const
    Regression from 3.0.4 -> high priority.

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


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