public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "2013.bugzilla.gcc.gnu.org at ingomueller dot net" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/56780] --disable-install-libiberty still installs libiberty.a
Date: Mon, 05 Aug 2013 10:14:00 -0000	[thread overview]
Message-ID: <bug-56780-4-LObeyFqeiA@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-56780-4@http.gcc.gnu.org/bugzilla/>

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

Ingo Müller <2013.bugzilla.gcc.gnu.org at ingomueller dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |2013.bugzilla.gcc.gnu.org@i
                   |                            |ngomueller.net

--- Comment #7 from Ingo Müller <2013.bugzilla.gcc.gnu.org at ingomueller dot net> ---
libiberty.a is still installed to /lib/libiberty.a in GCC 4.8.1, even with
--disable-install-libiberty set.
>From gcc-bugs-return-427354-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Aug 05 10:16:59 2013
Return-Path: <gcc-bugs-return-427354-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 10734 invoked by alias); 5 Aug 2013 10:16:59 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 10676 invoked by uid 48); 5 Aug 2013 10:16:56 -0000
From: "ktkachov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug regression/58084] New: FAIL: gcc.dg/torture/pr8081.c  -O2 -flto -fno-use-linker-plugin -flto-partition=none  (internal compiler error)
Date: Mon, 05 Aug 2013 10:16:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: regression
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ktkachov at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-58084-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-08/txt/msg00278.txt.bz2
Content-length: 4008

http://gcc.gnu.org/bugzilla/show_bug.cgi?idX084

            Bug ID: 58084
           Summary: FAIL: gcc.dg/torture/pr8081.c  -O2 -flto
                    -fno-use-linker-plugin -flto-partition=none  (internal
                    compiler error)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ktkachov at gcc dot gnu.org

New ICE in the testsuite when targeting arm-none-eabi:

FAIL: gcc.dg/torture/pr8081.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (internal compiler error)
FAIL: gcc.dg/torture/pr8081.c  -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (test for excess errors)
FAIL: gcc.dg/torture/pr8081.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (internal compiler error)
FAIL: gcc.dg/torture/pr8081.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  (test for excess errors)
WARNING: gcc.dg/torture/pr8081.c  -O2 -flto -fuse-linker-plugin
-fno-fat-lto-objects  compilation failed to produce executable

example output:

Executing on host: $ROOT/build/obj/gcc2/gcc/xgcc -B$ROOT/build/obj/gcc2/gcc/
$ROOT/gcc/gcc/testsuite/gcc.dg/torture/pr8081.c gcc_tg.o
-fno-diagnostics-show-caret -fdiagnostics-color=never   -O2 -flto
-fno-use-linker-plugin -flto-partition=none   -specs=rdimon.specs -Wa,-m
no-warn-deprecated      -Wl,-wrap,exit -Wl,-wrap,_exit -Wl,-wrap,main
-Wl,-wrap,abort -lm   -o ./pr8081.exe    (timeout = 300)
$ROOT/gcc/gcc/testsuite/gcc.dg/torture/pr8081.c: In function 'retframe_block':
$ROOT/gcc/gcc/testsuite/gcc.dg/torture/pr8081.c:15:3: error: invalid conversion
in return statement
struct block

struct block

# VUSE <.MEM_6>
return <retval>;
$ROOT/gcc/gcc/testsuite/gcc.dg/torture/pr8081.c:15:3: internal compiler error:
verify_gimple failed
0x89d91d verify_gimple_in_cfg(function*)
        $ROOT/gcc/gcc/tree-cfg.c:4807
0x7c1bf2 execute_function_todo
        $ROOT/gcc/gcc/passes.c:1627
0x7c4d6d execute_todo
        $ROOT/gcc/gcc/passes.c:1660
0x7c6e89 execute_one_ipa_transform_pass
        $ROOT/gcc/gcc/passes.c:1843
0x7c6e89 execute_all_ipa_transforms()
        $ROOT/gcc/gcc/passes.c:1873
0x574348 expand_function
        $ROOT/gcc/gcc/cgraphunit.c:1601
0x575150 expand_all_functions
        $ROOT/gcc/gcc/cgraphunit.c:1712
0x575150 compile()
        $ROOT/gcc/gcc/cgraphunit.c:2049
0x4f9126 lto_main()
        $ROOT/gcc/gcc/lto/lto.c:3872
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: $ROOT/build/obj/gcc2/gcc/xgcc returned 1 exit status
collect2: error: lto-wrapper returned 1 exit status
compiler exited with status 1


Bisection shows it started with r201468:

2013-08-02  Jan Hubicka  <jh@suse.cz>

    * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into
    boundaries.
    * lto-streamer-out.c (tree_is_indexable): Results decls and
    parm decls are not indexable.
    (DFS_write_tree_body): Do not follow args and results.
    (hash_tree): Likewise.
    (output_functions): Rearrange so struct function is needed
    only when real body is output; be able to also ouptut abstract
    functions; output DECL_ARGUMENTS and DECL_RESULT.
    (lto_output): When not in WPA, ale store abstract functions.
    (write_symbol): Do not care about RESULT_DECL.
    (output_symbol_p): Handle correctly sbtract decls.
    * lto-streamer-in.c (input_function): Rearrange so struct
    function can be NULL at entry; allow streaming of
    functions w/o body; store DECL_ARGUMENTS and DECL_RESULT.
    * ipa.c (symtab_remove_unreachable_nodes): Silence confused
    sanity check during LTO.
    * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Skip
    RESULT_DECl and DECL_ARGUMENTS.
    * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
    Likewise.


  parent reply	other threads:[~2013-08-05 10:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 13:24 [Bug other/56780] New: " matthew at linuxfromscratch dot org
2013-04-03 14:04 ` [Bug other/56780] " matthew at linuxfromscratch dot org
2013-05-13 16:40 ` redi at gcc dot gnu.org
2013-05-14 11:54 ` matthew at linuxfromscratch dot org
2013-06-04 14:14 ` palves at redhat dot com
2013-06-04 19:26 ` yselkowitz at users dot sourceforge.net
2013-06-04 20:10 ` yselkowitz at users dot sourceforge.net
2013-08-05 10:14 ` 2013.bugzilla.gcc.gnu.org at ingomueller dot net [this message]
2014-01-06  8:49 ` knrstaj at gmail dot com
2014-01-06 18:23 ` vapier at gentoo dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56780-4-LObeyFqeiA@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).