public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53396] New: [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10
@ 2012-05-18 11:42 dominiq at lps dot ens.fr
  2012-05-18 11:49 ` [Bug bootstrap/53396] " hubicka at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-18 11:42 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53396
           Summary: [4.8 Regression] revision 187631 breaks bootstrap on
                    x86_64-apple-darwin10
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: hubicka@gcc.gnu.org


On x86_64-apple-darwin10 bootstrap is broken by revision 187631 (a clean
bootstrap of r187630 did succeed):

/bin/sh ../../libtool --tag CXX --tag disable-shared   --mode=compile
/opt/gcc/build_w/./gcc/xgcc -shared-libgcc -B/opt/gcc/build_w/./gcc -nostdinc++
-L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/src
-L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/src/.libs
-B/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/bin/
-B/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/lib/ -isystem
/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/include -isystem
/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/sys-include   
-I/opt/gcc/_clean/libstdc++-v3/../libgcc
-I/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/include/x86_64-apple-darwin10.8.0
-I/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/include
-I/opt/gcc/_clean/libstdc++-v3/libsupc++  -prefer-pic -fno-implicit-templates
-Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi 
-fdiagnostics-show-location=once  -fvisibility-inlines-hidden
-ffunction-sections -fdata-sections  -frandom-seed=ios_init.lo -g -O2 -c -o
ios_init.lo ../../../../../_clean/libstdc++-v3/src/c++98/ios_init.cc
libtool: compile:  /opt/gcc/build_w/./gcc/xgcc -shared-libgcc
-B/opt/gcc/build_w/./gcc -nostdinc++
-L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/src
-L/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/src/.libs
-B/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/bin/
-B/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/lib/ -isystem
/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/include -isystem
/opt/gcc/gcc4.8w/x86_64-apple-darwin10.8.0/sys-include
-I/opt/gcc/_clean/libstdc++-v3/../libgcc
-I/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/include/x86_64-apple-darwin10.8.0
-I/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/include
-I/opt/gcc/_clean/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra
-Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once
-fvisibility-inlines-hidden -ffunction-sections -fdata-sections
-frandom-seed=ios_init.lo -g -O2 -c
../../../../../_clean/libstdc++-v3/src/c++98/ios_init.cc  -fno-common -DPIC -o
ios_init.o
_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEED1Ev/366 (virtual
__gnu_cxx::stdio_sync_filebuf<wchar_t>::~stdio_sync_filebuf()) @0x1027ac270
  Type: function
  Visibility: public weak comdat
comdat_group:_ZN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEED1Ev
one_only visibility_specified virtual artificial
  Address is taken.
  References: 
  Referring: _ZTVN9__gnu_cxx18stdio_sync_filebufIwSt11char_traitsIwEEE/323
(addr)
  Availability: not_available
  Function flags: body finalized
  Called by: 
  Calls: 
In file included from
../../../../../_clean/libstdc++-v3/src/c++98/ios_init.cc:36:0:
/opt/gcc/build_w/x86_64-apple-darwin10.8.0/libstdc++-v3/include/ext/stdio_sync_filebuf.h:57:11:
internal compiler error: failed to reclaim unneeded function
     class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits>
           ^
Note that this pr may be a duplicate of pr53393.


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

* [Bug bootstrap/53396] [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10
  2012-05-18 11:42 [Bug bootstrap/53396] New: [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2012-05-18 11:49 ` hubicka at gcc dot gnu.org
  2012-05-18 11:51 ` rguenth at gcc dot gnu.org
  2012-05-18 14:23 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: hubicka at gcc dot gnu.org @ 2012-05-18 11:49 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-05-18
         AssignedTo|unassigned at gcc dot       |hubicka at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-05-18 11:48:00 UTC ---
This bug should be solved by the following patch:
        * cgraphunit.c (varpool_finalize_decl): Allow external decls.
        (mark_functions_to_output): Fix sanity check.
        * ipa.c (function_and_variable_visibility): Remove TREE_STATIC
        check.
Can you, please, confirm that the bootstrap is working now?

Honza


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

* [Bug bootstrap/53396] [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10
  2012-05-18 11:42 [Bug bootstrap/53396] New: [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2012-05-18 11:49 ` [Bug bootstrap/53396] " hubicka at gcc dot gnu.org
@ 2012-05-18 11:51 ` rguenth at gcc dot gnu.org
  2012-05-18 14:23 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-18 11:51 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug bootstrap/53396] [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10
  2012-05-18 11:42 [Bug bootstrap/53396] New: [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2012-05-18 11:49 ` [Bug bootstrap/53396] " hubicka at gcc dot gnu.org
  2012-05-18 11:51 ` rguenth at gcc dot gnu.org
@ 2012-05-18 14:23 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-18 14:23 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-05-18 14:21:43 UTC ---
Bootstrap just finished at revision 187651, so closing as fixed. Thanks for the
patch.


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

end of thread, other threads:[~2012-05-18 14:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18 11:42 [Bug bootstrap/53396] New: [4.8 Regression] revision 187631 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2012-05-18 11:49 ` [Bug bootstrap/53396] " hubicka at gcc dot gnu.org
2012-05-18 11:51 ` rguenth at gcc dot gnu.org
2012-05-18 14:23 ` dominiq at lps dot ens.fr

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).