public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
@ 2011-03-16 17:52 dominiq at lps dot ens.fr
  2011-03-16 20:37 ` [Bug bootstrap/48153] " jakub at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-03-16 17:52 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] Bootstrapping revision 171033 fails
                    on x86_64-apple-darwin10
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr


Bootstrapping revision 171033 fails on x86_64-apple-darwin10 with

...
libtool: link: /opt/gcc/build_w/./gcc/gcj
-B/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libjava/ -B/opt/gcc/build_w/./gcc/
-B/opt/gcc/gcc4.7w/x86_64-apple-darwin10.6.0/bin/
-B/opt/gcc/gcc4.7w/x86_64-apple-darwin10.6.0/lib/ -isystem
/opt/gcc/gcc4.7w/x86_64-apple-darwin10.6.0/include -isystem
/opt/gcc/gcc4.7w/x86_64-apple-darwin10.6.0/sys-include -fomit-frame-pointer -g
-O2 -o .libs/gcj-dbtool --main=gnu.gcj.tools.gcj_dbtool.Main -shared-libgcc
gnu/gcj/tools/gcj_dbtool/natMain.o gnu/gcj/tools/.libs/gcj_dbtool.o 
-L/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libjava/.libs
-L/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libjava ./.libs/libgcj.dylib
-L/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libstdc++-v3/src
-L/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libstdc++-v3/src/.libs -ldl -lz
Assertion failed: (!"Unknown one-operand"), function LinkLocation, file
/SourceCache/dwarf_utilities/dwarf_utilities-79/source/DWARFdSYM.cpp, line
1625.
...

Note that I use Xcode 3.2.6 with the as provided by 3.2.5. The following
command is enough to trigger the assert:

/opt/gcc/build_w/./gcc/gcj
-B/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libjava/ -B/opt/gcc/build_w/./gcc/
--main=gnu.gcj.tools.gcj_dbtool.Main -shared-libgcc
gnu/gcj/tools/gcj_dbtool/natMain.o gnu/gcj/tools/.libs/gcj_dbtool.o
-L/opt/gcc/build_w/x86_64-apple-darwin10.6.0/libjava/.libs


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

* [Bug bootstrap/48153] [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
  2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2011-03-16 20:37 ` jakub at gcc dot gnu.org
  2011-03-16 20:44 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-16 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.7.0


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

* [Bug bootstrap/48153] [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
  2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-03-16 20:37 ` [Bug bootstrap/48153] " jakub at gcc dot gnu.org
@ 2011-03-16 20:44 ` jakub at gcc dot gnu.org
  2011-03-16 23:34 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-16 20:44 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-16 20:37:17 UTC ---
Created attachment 23685
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23685
gcc47-pr48153.patch

Please try this patch.


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

* [Bug bootstrap/48153] [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
  2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-03-16 20:37 ` [Bug bootstrap/48153] " jakub at gcc dot gnu.org
  2011-03-16 20:44 ` jakub at gcc dot gnu.org
@ 2011-03-16 23:34 ` dominiq at lps dot ens.fr
  2011-03-17 15:36 ` jakub at gcc dot gnu.org
  2011-03-17 16:07 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-03-16 23:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-03-16 23:07:58 UTC ---
> Created attachment 23685 [details]
> gcc47-pr48153.patch
>
> Please try this patch.

This fix the bootstrap at revision 171072. Thanks.


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

* [Bug bootstrap/48153] [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
  2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2011-03-16 23:34 ` dominiq at lps dot ens.fr
@ 2011-03-17 15:36 ` jakub at gcc dot gnu.org
  2011-03-17 16:07 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-17 15:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-17 15:22:22 UTC ---
Author: jakub
Date: Thu Mar 17 15:22:20 2011
New Revision: 171102

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171102
Log:
    PR bootstrap/48153
    * dwarf2out.c (mem_loc_descriptor) <case ENTRY_VALUE>: Return NULL
    if dwarf_strict.
    (gen_subprogram_die): Don't add call_site DIEs if dwarf_strict.
    Clear call_arg_locations and call_arg_loc_last always.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


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

* [Bug bootstrap/48153] [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10
  2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2011-03-17 15:36 ` jakub at gcc dot gnu.org
@ 2011-03-17 16:07 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-17 16:07 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-17 16:05:42 UTC ---
Fixed.


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

end of thread, other threads:[~2011-03-17 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-16 17:52 [Bug bootstrap/48153] New: [4.7 Regression] Bootstrapping revision 171033 fails on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2011-03-16 20:37 ` [Bug bootstrap/48153] " jakub at gcc dot gnu.org
2011-03-16 20:44 ` jakub at gcc dot gnu.org
2011-03-16 23:34 ` dominiq at lps dot ens.fr
2011-03-17 15:36 ` jakub at gcc dot gnu.org
2011-03-17 16:07 ` jakub at gcc dot gnu.org

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