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: middle-end/6994: ICE in find_function_data


Hi,

the bug can be reproduced with the following code snippet
(just compile with g++ -c):

----------------------------snip here------------------------
class A
{
    A( int );
};

A::A ( int i )
{
    int ar[1][i];

    ar[0][0] = 0;
}
----------------------------snip here------------------------

The bug is a regression from gcc 2.95.3 (it first appears in gcc 3.0
and is still present in the main trunk - checked on mips-sgi-irix6.5).

Greetings,
Volker Reichelt

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



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