public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/64552] New: Build broken for cris-elf and others
@ 2015-01-09 17:19 hp at gcc dot gnu.org
  2015-01-09 17:33 ` [Bug middle-end/64552] " hp at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2015-01-09 17:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552

            Bug ID: 64552
           Summary: Build broken for cris-elf and others
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hp at gcc dot gnu.org
                CC: marxin at gcc dot gnu.org

Created attachment 34414
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34414&action=edit
Observe crash with ./cc1  -quiet -fpreprocessed unwind-dw2.i -O2 -o
unwind-dw2.s

With a commit in the range (219373:219378] but from the crash message obviously
r219377, the build is broken for cris-elf, and
<http://gcc.gnu.org/ml/gcc-patches/2015-01/msg00534.html> indicates a similar
(but not identical) crash for arm-eabi.  Configure for cris-elf, then build and
observe, building libgcc:

/tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/xgcc
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/ -nostdinc
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/targ-include -isystem
/tmp/hpautotest-gcc1/gcc/newlib/libc/include
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/cris
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/libnosys
-L/tmp/hpautotest-gcc1/gcc/libgloss/cris
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/bin/
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/lib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/include -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/sys-include    -g -O2 -march=v8
-mbest-lib-options -O2  -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -W -Wall
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector -Dinhibit_libc  -I. -I. -I../../.././gcc
-I/tmp/hpautotest-gcc1/gcc/libgcc -I/tmp/hpautotest-gcc1/gcc/libgcc/.
-I/tmp/hpautotest-gcc1/gcc/libgcc/../gcc
-I/tmp/hpautotest-gcc1/gcc/libgcc/../include  -DHAVE_CC_TLS -DUSE_EMUTLS -o
unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c
/tmp/hpautotest-gcc1/gcc/libgcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS
/tmp/hpautotest-gcc1/gcc/libgcc/unwind-dw2.c:1695:0: internal compiler error:
Segmentation fault

 ^
0x9bd705 crash_signal
        /tmp/hpautotest-gcc1/gcc/gcc/toplev.c:366
0xd682b9 tree_check
        /tmp/hpautotest-gcc1/gcc/gcc/tree.h:2778
0xd682b9 target_opts_for_fn
        /tmp/hpautotest-gcc1/gcc/gcc/tree.h:4681
0xd682b9 ipa_icf::sem_function::equals_private(ipa_icf::sem_item*,
hash_map<symtab_node*, ipa_icf::sem_item*, default_hashmap_traits>&)
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:431
0xd68dd9 ipa_icf::sem_function::equals(ipa_icf::sem_item*,
hash_map<symtab_node*, ipa_icf::sem_item*, default_hashmap_traits>&)
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:386
0xd64425 ipa_icf::sem_item_optimizer::subdivide_classes_by_equality(bool)
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:1893
0xd675cc ipa_icf::sem_item_optimizer::execute()
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:1712
0xd6a501 ipa_icf_driver
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:2441
0xd6a501 ipa_icf::pass_ipa_icf::execute(function*)
        /tmp/hpautotest-gcc1/gcc/gcc/ipa-icf.c:2489
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.
make[4]: *** [unwind-dw2.o] Error 1
make[4]: Leaving directory
`/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/v8/libgcc'

Preprocessed code attached, committer of failing revision CC:ed.


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

* [Bug middle-end/64552] Build broken for cris-elf and others
  2015-01-09 17:19 [Bug middle-end/64552] New: Build broken for cris-elf and others hp at gcc dot gnu.org
@ 2015-01-09 17:33 ` hp at gcc dot gnu.org
  2015-01-09 18:05 ` renlin at gcc dot gnu.org
  2015-01-12  9:03 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu.org @ 2015-01-09 17:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |cris-elf
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-09
               Host|                            |x86_64-linux
     Ever confirmed|0                           |1


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

* [Bug middle-end/64552] Build broken for cris-elf and others
  2015-01-09 17:19 [Bug middle-end/64552] New: Build broken for cris-elf and others hp at gcc dot gnu.org
  2015-01-09 17:33 ` [Bug middle-end/64552] " hp at gcc dot gnu.org
@ 2015-01-09 18:05 ` renlin at gcc dot gnu.org
  2015-01-12  9:03 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: renlin at gcc dot gnu.org @ 2015-01-09 18:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552

renlin at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |renlin at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #1 from renlin at gcc dot gnu.org ---
presumably a duplicate of 64551

*** This bug has been marked as a duplicate of bug 64551 ***


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

* [Bug middle-end/64552] Build broken for cris-elf and others
  2015-01-09 17:19 [Bug middle-end/64552] New: Build broken for cris-elf and others hp at gcc dot gnu.org
  2015-01-09 17:33 ` [Bug middle-end/64552] " hp at gcc dot gnu.org
  2015-01-09 18:05 ` renlin at gcc dot gnu.org
@ 2015-01-12  9:03 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2015-01-12  9:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64552

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Jan 12 09:02:33 2015
New Revision: 219449

URL: https://gcc.gnu.org/viewcvs?rev=219449&root=gcc&view=rev
Log:
PR ipa/64550

        PR ipa/64551
    PR ipa/64552
    * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
    '||' to fix typo issue.

    * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
    accept and return NULL.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-icf.c
    trunk/gcc/tree.h
>From gcc-bugs-return-472747-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 12 09:03:09 2015
Return-Path: <gcc-bugs-return-472747-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 11427 invoked by alias); 12 Jan 2015 09:03:08 -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 11262 invoked by uid 48); 12 Jan 2015 09:03:02 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/63967] [5 Regression] r217633 caused internal compiler error: in estimate_edge_growth, at ipa-inline.h:299
Date: Mon, 12 Jan 2015 09:03:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status
Message-ID: <bug-63967-4-IpIUysdT6v@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63967-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63967-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-01/txt/msg00741.txt.bz2
Content-length: 716

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63967

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Jan Hubicka from comment #4)
> Bug in PRPR63470  is C++ only. I however commited today another fix for this
> ICE occuring with ICF and -fprofile-use. So I believe this bug should be
> fixed. Can you, please, confirm it?

The profiledbootstrap with r219444 still fails [1].

[1] https://gcc.gnu.org/ml/gcc-regression/2015-01/msg00182.html
>From gcc-bugs-return-472748-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 12 09:03:16 2015
Return-Path: <gcc-bugs-return-472748-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 12096 invoked by alias); 12 Jan 2015 09:03:15 -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 11513 invoked by uid 55); 12 Jan 2015 09:03:09 -0000
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64550] [5 Regression] IPA fixes cause ICE in tree-ssa.c:939
Date: Mon, 12 Jan 2015 09:03:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: marxin at gcc dot gnu.org
X-Bugzilla-Status: WAITING
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64550-4-g1oY1w8G5b@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64550-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64550-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-01/txt/msg00742.txt.bz2
Content-length: 591

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64550

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Jan 12 09:02:33 2015
New Revision: 219449

URL: https://gcc.gnu.org/viewcvs?rev=219449&root=gcc&view=rev
Log:
PR ipa/64550

        PR ipa/64551
    PR ipa/64552
    * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
    '||' to fix typo issue.

    * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
    accept and return NULL.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-icf.c
    trunk/gcc/tree.h
>From gcc-bugs-return-472749-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 12 09:03:21 2015
Return-Path: <gcc-bugs-return-472749-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 12523 invoked by alias); 12 Jan 2015 09:03:20 -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 11831 invoked by uid 55); 12 Jan 2015 09:03:12 -0000
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)
Date: Mon, 12 Jan 2015 09:03:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: marxin at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64551-4-kbXpgH8yUV@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64551-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64551-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-01/txt/msg00744.txt.bz2
Content-length: 591

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Jan 12 09:02:33 2015
New Revision: 219449

URL: https://gcc.gnu.org/viewcvs?rev=219449&root=gcc&view=rev
Log:
PR ipa/64550

        PR ipa/64551
    PR ipa/64552
    * ipa-icf.c (sem_function::equals_private): Use '&&' instead of
    '||' to fix typo issue.

    * gcc/tree.h (target_opts_for_fn): Check NULL_TREE since it can
    accept and return NULL.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ipa-icf.c
    trunk/gcc/tree.h
>From gcc-bugs-return-472751-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 12 09:04:46 2015
Return-Path: <gcc-bugs-return-472751-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19007 invoked by alias); 12 Jan 2015 09:04:46 -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 18698 invoked by uid 48); 12 Jan 2015 09:04:40 -0000
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/64551] Segfault in target_opts_for_fn (from ipa_icf::sem_function::equals_private)
Date: Mon, 12 Jan 2015 09:04:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: marxin at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-64551-4-YWc5x8D4zx@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64551-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64551-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-01/txt/msg00745.txt.bz2
Content-length: 433

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64551

Martin Liška <marxin at gcc dot gnu.org> changed:

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

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.
>From gcc-bugs-return-472752-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Jan 12 09:05:10 2015
Return-Path: <gcc-bugs-return-472752-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 19794 invoked by alias); 12 Jan 2015 09:05:08 -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 19731 invoked by uid 48); 12 Jan 2015 09:05:04 -0000
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/64498] [5 Regression] Cannot build Firefox with LTO: ICE in substitute_and_fold_dom_walker::before_dom_children
Date: Mon, 12 Jan 2015 09:05:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jakub 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: 5.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-64498-4-3krlHPvVrr@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64498-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64498-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: 2015-01/txt/msg00746.txt.bz2
Content-length: 682

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd498

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If the final result is -g0, then clearing flag_var_tracking_assignments is
desirable, if the final result is -g and any of the inputs have debug stmts,
then either you need to turn flag_var_tracking_assignments whenever any inputs
has debug stmts, or remove the debug stmts if you want to keep it cleared.


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

end of thread, other threads:[~2015-01-12  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-09 17:19 [Bug middle-end/64552] New: Build broken for cris-elf and others hp at gcc dot gnu.org
2015-01-09 17:33 ` [Bug middle-end/64552] " hp at gcc dot gnu.org
2015-01-09 18:05 ` renlin at gcc dot gnu.org
2015-01-12  9:03 ` marxin 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).