This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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]

[Bug tree-optimization/36218] [4.2/4.3/4.4 regression] VRP causes stack overflow while building libgcj



------- Comment #5 from jsm28 at gcc dot gnu dot org  2008-06-08 16:15 -------
Subject: Bug 36218

Author: jsm28
Date: Sun Jun  8 16:14:33 2008
New Revision: 136563

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136563
Log:
        PR tree-optimization/36218
        * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
        * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
        (all prefix="build-"): Pass them to build-system sub-makes.
        * Makefile.in: Regenerate.

config:
        * config/mh-mingw (LDFLAGS): Define.

gcc:
        * configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running
        configure for the build system.
        (BUILD_LDFLAGS): Define.
        * configure: Regenerate.
        * Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@.

Modified:
    trunk/ChangeLog
    trunk/Makefile.def
    trunk/Makefile.in
    trunk/Makefile.tpl
    trunk/config/ChangeLog
    trunk/config/mh-mingw
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/configure
    trunk/gcc/configure.ac


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36218


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