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]

c++/4838: Internal compiler error in `assign_stack_temp_for_type', at function.c:940



>Number:         4838
>Category:       c++
>Synopsis:       Internal compiler error in `assign_stack_temp_for_type', at function.c:940
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 08 16:56:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sonny
>Release:        unknown-1.0
>Organization:
>Environment:
FreeBSD 4.4-RELEASE
>Description:
#include <stdio.h>
#include <iostream.h>


main()
{
    char *def[1000000000];
}


>How-To-Repeat:
run the small code in Description
>Fix:
no idea at all.. maybe use small array.
>Release-Note:
>Audit-Trail:
>Unformatted:


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