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]

bootstrap/6604: cc1 gives up after allocating more than 126MB while compiling crtstuff.c



>Number:         6604
>Category:       bootstrap
>Synopsis:       cc1 gives up after allocating more than 126MB while compiling crtstuff.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 08 01:16:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sven Dack
>Release:        gcc-3.0.4
>Organization:
>Environment:
m88k-motorola-sysv4
> uname -a
UNIX_System_V mve17 4.0 R40V4.4 m88k mc88100
>Description:
During bootstrap, when the first xgcc tries to compile crtstuff.c, cc1 gives up after allocating constantly 64 kb blocks of memory (seen from truss).
Preprocessing runs fine (-E), but stops after the third line in crtstuff.s at 'global __dso_handle'.
>How-To-Repeat:
Try compiling gcc-3.0.4 on m88k-motorola-sysv4 but with the following modifications (to make it get there):
- remove -Wall -Wwhatever ... options in Makefiles,
- fix call of gettimeofday() to pass only one argument,
- define SUPPORTS_ONLY_ONE in cppinit.c to be true to get it linked

>Fix:
Unknown.
>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]