[Bug tree-optimization/91351] [9/10 Regression] -fstrict-enums generates incorrect code

2019-08-06 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91351 --- Comment #9 from Martin Liška --- On 8/6/19 2:54 PM, glisse at gcc dot gnu.org wrote: > Does the enum really have a precision of 5 bits? I would have expected > (1<<5)-11 instead of 4294967285 (i.e. (1<<32)-11), without looking at it too > clo

[Bug lto/90500] ICE error in copy_forbiden

2019-05-21 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90500 --- Comment #18 from Martin Liška --- On 5/20/19 11:58 PM, joseph at codesourcery dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90500 > > --- Comment #17 from joseph at codesourcery dot com dot com> --- > The copy attribute is i

[Bug middle-end/77574] Wrong if condition in predict.c

2016-09-13 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77574 --- Comment #1 from Martin Liška --- On 09/13/2016 12:30 AM, bernd.edlinger at hotmail dot de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77574 > > Bug ID: 77574 >Summary: Wrong if condition in predict.c >

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2014-04-02 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #206 from Martin Liška --- Firefox (and chromium) memory reports with -flto=9 and -O2; archive contains also memory usage graph: https://docs.google.com/file/d/0B0pisUJ80pO1bnV5V0RtWXJkaVU/edit

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2014-04-02 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #207 from Martin Liška --- Created attachment 32525 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32525&action=edit Memory usage graphs for -flto=9, -flto=4, -flto=1 with -O2

[Bug c++/60820] New: ice in ctor_for_folding, at varpool.c:291

2014-04-11 Thread mliska at suse dot cz
++ Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz I test gcc 4.9 on my x86_64 gentoo machine and ICE is encountered in 'net-misc/nx' package: lto1: internal compiler error: in ctor_for_folding, at varpool.c:305 0xb4b0b6 ctor_for_folding

[Bug c++/60820] ice in ctor_for_folding, at varpool.c:291

2014-04-11 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60820 --- Comment #1 from Martin Liška --- testcase: cat a.c: #include #include static const struct in6_addr local_in6addr_any = IN6ADDR_ANY_INIT; #pragma weak in6addr_any = local_in6addr_any __attribute__ ((used)) void foo() { fprintf (stderr, "

[Bug lto/60820] [4.9/4.10 Regression] ice in ctor_for_folding, at varpool.c:291

2014-04-15 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60820 --- Comment #6 from Martin Liška --- Patch works for me for net-misc/nx package. Will you merge the patch to gcc-4.9 branch?

[Bug c++/60969] New: ICE in output_129 in MMXMOV of mode MODE_SF for march=pentium4

2014-04-25 Thread mliska at suse dot cz
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz g++ -O2 pentium.cpp -c -ftree-vectorize -march=pentium4 -m32 BT: #0 output_129 (operands=0x1413ac0 , insn=0x76e0d948) at ../../gcc/config/i386/i386.md:3177 #1

[Bug c++/61012] New: lto1: errors during merging of translation units (error: variable ‘link’ redeclared as function)

2014-04-30 Thread mliska at suse dot cz
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz $ cat a.c struct s { int a; int b; }; static struct s link = { 1, 2 }; int foo() { return link.a; } $ cat b.c #include int

[Bug c++/61076] New: [4.10 Regression] ICE SEGFAULT in bb_predicate tree-if-conv.c:149

2014-05-06 Thread mliska at suse dot cz
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Created attachment 32744 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32744&action=edit qtwebkit_reduced.cpp BT: qtwebkit_reduced.cpp:59:6: internal c

[Bug c++/61076] [4.10 Regression] ICE SEGFAULT in bb_predicate tree-if-conv.c:149

2014-05-06 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61076 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/61042] [4.10 Regression] ICE on valid code at -O3 on x86_64-linux-gnu

2014-05-06 Thread mliska at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61042 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #2 from

[Bug middle-end/61462] New: ICE in ipa-prop.c:2562 caused by missing edge gimple call stmt

2014-06-10 Thread mliska at suse dot cz
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Created attachment 32914 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32914&action=edit Suggested patch Problem was met during run of gi

[Bug ipa/61462] [4.10 Regression] ICE in ipa-prop.c:2562 caused by missing edge gimple call stmt

2014-06-12 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61462 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/60449] Merging function DECLs discards leaf attribute which causes cfg verifier to fail

2014-06-12 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60449 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #13

[Bug middle-end/61573] [4.10 Regression] ICE: Segmentation fault building Linux kernel

2014-06-20 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61573 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #3

[Bug middle-end/61573] [4.10 Regression] ICE: Segmentation fault building Linux kernel

2014-06-20 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61573 --- Comment #4 from Martin Liška --- fndecl deletion place: Old value = (tree) 0x76d4a700 New value = (tree) 0xa5a5a5a5a5a5a5a5 memset () at ../sysdeps/x86_64/memset.S:90 90../sysdeps/x86_64/memset.S: No such file or directory. (gdb) bt

[Bug libgomp/68033] New: OpenMP: ICE with teams distribute

2015-10-20 Thread mliska at suse dot cz
Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz CC: jakub at gcc dot gnu.org Target Milestone: --- Created attachment 36551 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36551&action=edit test-case Hello. Using official gcc 5

[Bug libgomp/68033] OpenMP: ICE with teams distribute

2015-10-20 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68033 --- Comment #1 from Martin Liška --- BT in trunk branch: #0 c_tree_printer (pp=0x2518a50, text=0x7fffb650, spec=0x2513a61 "E", precision=, wide=, set_locus=false, hash=false) at ../../gcc/c/c-objc-common.c:174 #1 0x0177715c in pp_f

[Bug middle-end/63376] [5.0 Regression] ICE: in operator[], at vec.h:736 compiling team.c

2014-10-10 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63376 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #6

[Bug middle-end/63544] New: [5 Regression] hash_map ends in an infinite loop if overwritten mark_empty uses a different value than 0

2014-10-15 Thread mliska at suse dot cz
: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz CC: tbsaunde at gcc dot gnu.org Hello. With following patch applied: diff --git a/gcc/value-prof.c b

[Bug go/63560] New: __go_set_defer_retaddr shouldn't be split by IPA split

2014-10-16 Thread mliska at suse dot cz
y: P3 Component: go Assignee: ian at airs dot com Reporter: mliska at suse dot cz CC: cmang at google dot com, hubicka at ucw dot cz, iant at google dot com, mliska at suse dot cz Starting from r216305, IPA ICF can unify functions that will c

[Bug ipa/63566] New: [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
oduct: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz After introduction of IPA ICF in r216305, i686 fails to bootstrap. I reduc

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #1 from Martin Liška --- Created attachment 33738 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33738&action=edit Patch that enables just a single function merge operation.

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #3 from Martin Liška --- Created attachment 33740 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33740&action=edit object file created w/ IPA ICF

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2014-10-16 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #2 from Martin Liška --- Created attachment 33739 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33739&action=edit object file created w/o IPA ICF

[Bug debug/63572] [5 Regression] ICF breaks user debugging experience

2014-10-17 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63572 --- Comment #6 from Martin Liška --- There's how gold's ICF works for test attached by Jakub: gcc --version: gcc version 5.0.0 20141016 (experimental) (GCC) ld --version: GNU gold (GNU Binutils 2.24.51.20141010) 1.11 $ gcc icf-gdb.c -c -g --f

[Bug debug/63572] [5 Regression] ICF breaks user debugging experience

2014-10-17 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63572 --- Comment #8 from Martin Liška --- Created attachment 33747 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33747&action=edit Gold ICF dwarfdump

[Bug ipa/63587] [5 Regression] ICE : tree check: expected var_decl, have result_decl in add_local_variables, at tree-inline.c:4112

2014-10-19 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587 --- Comment #2 from Martin Liška --- Following two functions are merged: static boost::log::make_output_actor, RightT, ValueT>::type boost::log::make_output_actor, RightT, ValueT>::make(ActorT, RightT&) [with ActorT = boost::actor; LeftExprT = in

[Bug ipa/63576] [5 Regression] ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firefox LTO/PGO build

2014-10-19 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63576 --- Comment #1 from Martin Liška --- Do you have Honza an idea how to handle correctly situation, where ipa_profile is called before IPA ICF and we mark speculative an edge in: #0 cgraph_edge::make_speculative (this=this@entry=0x769e8c98, n

[Bug ipa/63587] [5 Regression] ICE : tree check: expected var_decl, have result_decl in add_local_variables, at tree-inline.c:4112

2014-10-23 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587 --- Comment #9 from Martin Liška --- On 10/20/2014 09:48 AM, rguenther at suse dot de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587 > > --- Comment #4 from rguenther at suse dot de --- > On Sun, 19 Oct 2014, mliska at

[Bug ipa/63580] [5 Regression] ICE : error: invalid argument to gimple call

2014-10-23 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580 --- Comment #3 from Martin Liška --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580 > > Richard Biener changed: > > What|Removed |Added > -

[Bug tree-optimization/63595] [5.0 Regression] Segmentation faults inside kernel

2014-10-23 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595 --- Comment #6 from Martin Liška --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595 > > --- Comment #5 from Pat Haugen --- > Created attachment 33796 >--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33796&action=edit > preprocessed

[Bug ipa/63587] [5 Regression] ICE : tree check: expected var_decl, have result_decl in add_local_variables, at tree-inline.c:4112

2014-10-24 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587 --- Comment #12 from Martin Liška --- On 10/24/2014 10:44 AM, rguenther at suse dot de wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587 > > --- Comment #10 from rguenther at suse dot de --- > On Thu, 23 Oct 2014, marxin at gcc dot gnu

[Bug lto/63968] [5 Regression] 175.vpr from cpu2000 fails to build with LTO

2014-11-21 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63968 --- Comment #5 from Martin Liška --- On 11/20/2014 11:43 PM, hubicka at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63968 > > Jan Hubicka changed: > > What|Removed |Added > --

[Bug c++/61691] New: [4.10 Regression] invalid use of incomplete type in Firefox

2014-07-03 Thread mliska at suse dot cz
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Created attachment 33065 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33065&action=edit reduced.ii Starting from r212174, following error can be encount

[Bug c++/61691] [4.10 Regression] invalid use of incomplete type in Firefox

2014-07-03 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61691 --- Comment #1 from Martin Liška --- Created attachment 33066 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33066&action=edit MediaPipeline.ii

[Bug ipa/61842] New: [4.10 Regression]: Firefox start-up SEGFAULT with LTO and O3

2014-07-18 Thread mliska at suse dot cz
Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Firefox: https://github.com/marxin/gecko-dev/tree/lto-stable (revision: 88a7edf3bab2d1b9a2c140c1f36217f4fbdd1e03) GCC revision: r212778 with applied (https://gcc.gnu.org

[Bug ipa/61842] [4.10 Regression]: Firefox start-up SEGFAULT with LTO and O3

2014-07-18 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61842 --- Comment #1 from Martin Liška --- I've just double checked that I have the same issue with -O2.

[Bug ipa/61842] [4.10 Regression]: Firefox start-up SEGFAULT with LTO and O3

2014-07-24 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61842 --- Comment #2 from Martin Liška --- Issue is not related to GCC, same error can be seen without LTO and even with older GCC. When I tried older Firefox (May 2014), latest GCC looks fine.

[Bug ipa/61842] [4.10 Regression]: Firefox start-up SEGFAULT with LTO and O3

2014-07-24 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61842 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/61974] New: error: ‘ASM_WEAKEN_DECL’ was not declared in this scope

2014-07-31 Thread mliska at suse dot cz
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Host: x86_64 Target: rs6000-ibm-aix4.3 Attempting to build cross compiler for rs6000 target: ./configure --enable-languages=c --target=rs6000

[Bug target/55143] vms-c.o:(.toc+0x0): undefined reference to `c_default_pointer_mode' (building cc1plus)

2014-07-31 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55143 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #1

[Bug ipa/63270] New: [5 Regression] internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1075

2014-09-15 Thread mliska at suse dot cz
Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Created attachment 33494 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33494&action=edit runtime.ii Following code (creduce chun

[Bug ipa/63270] [5 Regression] internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1075

2014-09-15 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63270 --- Comment #1 from Martin Liška --- Created attachment 33495 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33495&action=edit preparser.ii

[Bug ipa/63270] [5 Regression] internal compiler error: in odr_types_equivalent_p, at ipa-devirt.c:1075

2014-09-18 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63270 --- Comment #3 from Martin Liška --- The problem does not occur in mainline any more, starting with: r215328.

[Bug ipa/63298] New: [5 Regression] internal compiler error: in types_same_for_odr, at ipa-devirt.c:449 with LTO

2014-09-18 Thread mliska at suse dot cz
Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz After fixed issued PR63270 with r215328, it looks there's a new ICE in Chrome with LTO: bt lto1: internal compiler erro

[Bug ipa/63298] [5 Regression] internal compiler error: in types_same_for_odr, at ipa-devirt.c:449 with LTO

2014-09-18 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63298 --- Comment #3 from Martin Liška --- Works for me ;)

[Bug ipa/63298] [5 Regression] internal compiler error: in types_same_for_odr, at ipa-devirt.c:449 with LTO

2014-09-22 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63298 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/63344] New: [5 Regression] Linux (makeallyes config) compilation error: error: apic_numachip causes a section type conflict with numachip_system

2014-09-23 Thread mliska at suse dot cz
Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz CC: hubicka at ucw dot cz During testing of latest compiler, I&#x

[Bug c/63344] [5 Regression] Linux (makeallyes config) compilation error: error: apic_numachip causes a section type conflict with numachip_system

2014-09-24 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63344 --- Comment #4 from Martin Liška --- (In reply to Andi Kleen from comment #3) > Yes it's a kernel bug. I hit it earlier too. > > const always needs to go into separate sections. > const __read_mostly is also meaningless. Is there any existing b

[Bug c/63344] [5 Regression] Linux (makeallyes config) compilation error: error: apic_numachip causes a section type conflict with numachip_system

2014-09-25 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63344 --- Comment #6 from Martin Liška --- (In reply to Andi Kleen from comment #5) > I posted a patch here > http://permalink.gmane.org/gmane.linux.kernel/1793662 > > BTW actually I don't agree that the bug is valid. We should probably relax > the LT

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-09-30 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 Martin Liška changed: What|Removed |Added CC||mliska at suse dot cz --- Comment #2

[Bug middle-end/35545] tracer pass is run too late

2014-09-30 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35545 --- Comment #24 from Martin Liška --- Hello Honza. I've been working on SPEC numbers, I will send it this evening.

[Bug middle-end/35545] tracer pass is run too late

2014-10-01 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35545 --- Comment #25 from Martin Liška --- SPEC CPU numbers (--size=train, --iterations=3): First 3 columns present time (where smaller means faster) and for binary size the same. ++--++---+-+-

[Bug pch/63429] New: [Regression 5] Cannot build compiler with --enable-gather-detailed-mem-stats

2014-10-01 Thread mliska at suse dot cz
: normal Priority: P3 Component: pch Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Error: g++ -c -g -DIN_GCC-fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-10-03 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 --- Comment #3 from Martin Liška --- Created attachment 33643 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33643&action=edit Fix patch

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-10-03 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 --- Comment #4 from Martin Liška --- Can you please verify for me that the following patch fixes the problem for your arch? Thanks, Martin

[Bug pch/63429] [Regression 5] Cannot build compiler with --enable-gather-detailed-mem-stats

2014-10-06 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63429 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-10-06 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 --- Comment #7 from Martin Liška --- Yeah, sorry for wrong dg argument. There's new version that should work correctly. If not regression will be seen, I will commit the patch.

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-10-06 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 --- Comment #8 from Martin Liška --- Created attachment 33653 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33653&action=edit Fix patch2

[Bug lto/63409] [5 Regression] FAIL: g++.dg/lto/pr63270 cp_lto_pr63270_0.o-cp_lto_pr63270_1.o link, -flto -O2 -Wno-odr -fno-linker-plugin

2014-10-07 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63409 --- Comment #10 from Martin Liška --- Fixed in r215967.

[Bug ipa/63470] New: [5 Regression] lto1: internal compiler error: in estimate_edge_growth, at ipa-inline.h:308

2014-10-07 Thread mliska at suse dot cz
Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz CC: hubicka at ucw dot cz Starting from r215794 Firefox produces following error in WPA with -flto and --enable-checking=all

[Bug fortran/67170] New: PRE can't hoist out a readonly argument

2015-08-10 Thread mliska at suse dot cz
rtran Assignee: unassigned at gcc dot gnu.org Reporter: mliska at suse dot cz Target Milestone: --- In attached Fortran source file, we are unable to hoist out the single function argument. The argument is reloaded at the end of loop. Thanks, Martin

[Bug fortran/67170] PRE can't hoist out a readonly argument

2015-08-10 Thread mliska at suse dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67170 --- Comment #1 from Martin Liška --- Created attachment 36160 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36160&action=edit Test case

[Bug ipa/103073] [12 Regression] ICE in insert_access, at ipa-modref-tree.h:578 since r12-4401-gfecd145359fc981b

2021-11-05 Thread mliska at suse dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103073 --- Comment #9 from Martin Liška --- On 11/5/21 13:32, hubicka at kam dot mff.cuni.cz wrote: > |+ " - Paradoxical ragne. Ignoring\n");| s/ragne/range