public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/46510] New: r166812 breaks bootstrap on x86_64-apple-darwin10
@ 2010-11-16 23:06 howarth at nitro dot med.uc.edu
  2010-11-16 23:08 ` [Bug middle-end/46510] " pinskia at gcc dot gnu.org
                   ` (28 more replies)
  0 siblings, 29 replies; 31+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2010-11-16 23:06 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: r166812 breaks bootstrap on x86_64-apple-darwin10
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: howarth@nitro.med.uc.edu


The commit...

Author: hubicka
Date: Tue Nov 16 18:15:17 2010
New Revision: 166812

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166812
Log:

    * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;
    when !flag_toplevel_reorder do not remove unless variable is
    COMDAT or ARTIFICIAL.
    * ipa.c (varpool_can_remove_if_no_refs): ... here.
    (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay.
    * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too.
    * varpool.c (decide_is_variable_needed): Do not handle visibility issues.
    (varpool_finalize_decl): Likewise.
    (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node; update
    outdated comment on DECL_RTL_SET_P check.

breaks the bootstrap of x86_64-apple-darwin10. The bootstrap now fails with...

libtool: compile:  /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.6/x86_64-apple-darwin10.5.0/bin/
-B/sw/lib/gcc4.6/x86_64-apple-darwin10.5.0/lib/ -isystem
/sw/lib/gcc4.6/x86_64-apple-darwin10.5.0/include -isystem
/sw/lib/gcc4.6/x86_64-apple-darwin10.5.0/sys-include -DHAVE_CONFIG_H -I.
-I../../../gcc-4.6-20101116/libgomp
-I../../../gcc-4.6-20101116/libgomp/config/bsd
-I../../../gcc-4.6-20101116/libgomp/config/posix
-I../../../gcc-4.6-20101116/libgomp -Wall -pthread -Werror -g -O2 -MT loop.lo
-MD -MP -MF .deps/loop.Tpo -c ../../../gcc-4.6-20101116/libgomp/loop.c 
-fno-common -DPIC -o .libs/loop.o
../../../gcc-4.6-20101116/libgomp/barrier.c:41:1: internal compiler error: in
decide_is_variable_needed, at varpool.c:338

The same error occurs when compiling libgomp/iter.c:333:1,
libgomp/iter_ull.c:340:1, libgomp/env.c:658:1 and libgomp/loop.c:619:1.

../gcc-4.6-20101116/configure --prefix=/sw --prefix=/sw/lib/gcc4.6
--mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info
--enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw
--with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw
--with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
--program-suffix=-fsf-4.6 --enable-checking=yes --enable-cloog-backend=isl


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2010-11-22  0:04 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-16 23:06 [Bug middle-end/46510] New: r166812 breaks bootstrap on x86_64-apple-darwin10 howarth at nitro dot med.uc.edu
2010-11-16 23:08 ` [Bug middle-end/46510] " pinskia at gcc dot gnu.org
2010-11-16 23:22 ` howarth at nitro dot med.uc.edu
2010-11-16 23:42 ` dominiq at lps dot ens.fr
2010-11-16 23:52 ` dominiq at lps dot ens.fr
2010-11-17 11:55 ` [Bug middle-end/46510] [4.6 Regression] " rguenth at gcc dot gnu.org
2010-11-17 16:22 ` hubicka at gcc dot gnu.org
2010-11-17 16:37 ` howarth at nitro dot med.uc.edu
2010-11-17 16:43 ` howarth at nitro dot med.uc.edu
2010-11-17 21:43 ` dominiq at lps dot ens.fr
2010-11-18 10:12 ` rguenth at gcc dot gnu.org
2010-11-18 15:29 ` ramana at gcc dot gnu.org
2010-11-18 15:32 ` ramana at gcc dot gnu.org
2010-11-18 16:10 ` dominiq at lps dot ens.fr
2010-11-18 23:44 ` dave at hiauly1 dot hia.nrc.ca
2010-11-18 23:46 ` dominiq at lps dot ens.fr
2010-11-19  0:08 ` dave at hiauly1 dot hia.nrc.ca
2010-11-19 14:59 ` howarth at nitro dot med.uc.edu
2010-11-21 13:33 ` hubicka at gcc dot gnu.org
2010-11-21 16:17 ` dominiq at lps dot ens.fr
2010-11-21 16:32 ` hubicka at ucw dot cz
2010-11-21 17:25 ` howarth at nitro dot med.uc.edu
2010-11-21 17:27 ` howarth at nitro dot med.uc.edu
2010-11-21 17:51 ` hubicka at ucw dot cz
2010-11-21 18:16 ` howarth at nitro dot med.uc.edu
2010-11-21 18:37 ` dominiq at lps dot ens.fr
2010-11-21 18:49 ` dominiq at lps dot ens.fr
2010-11-21 18:55   ` Jan Hubicka
2010-11-21 18:57 ` hubicka at ucw dot cz
2010-11-21 23:06 ` hubicka at gcc dot gnu.org
2010-11-22  0:05 ` howarth at nitro dot med.uc.edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).