[Bug middle-end/81832] New: ICE in expand_LOOP_DIST_ALIAS, at internal-fn.c:2273

2017-08-12 Thread antoine.balestrat at gmail dot com
Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Target Milestone: --- Hello ! I'm using a freshly built version of GCC (gcc version 8.0.0 20170812) : $ cat tested.c int a, b, *c; void d(void) { int **e

[Bug tree-optimization/67191] [6 Regression] ICE: in before_dom_children, at tree-ssa-sccvn.c:4372

2015-08-12 Thread antoine.balestrat at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67191 Antoine Balestrat antoine.balestrat at gmail dot com changed: What|Removed |Added CC

[Bug middle-end/67005] New: ICE: in verify_loop_structure, at cfgloop.c:1647 (loop with header n not in loop tree)

2015-07-25 Thread antoine.balestrat at gmail dot com
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Target Milestone: --- Hello ! Please consider the following testcase which makes a freshly built GCC 6.0 ICE at -O2. $ cat

[Bug tree-optimization/66958] New: ICE : segfault at -O3 (tree-ssa-threadupdate.c:2672)

2015-07-21 Thread antoine.balestrat at gmail dot com
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Target Milestone: --- Hello ! The following testcase appears to make a freshly built GCC fail at -O3. $ xgcc --version gcc (GCC) 6.0.0 20150721 (experimental) $ cat

[Bug middle-end/66945] New: ICE in generic_simplify (generic-match.c:24790)

2015-07-20 Thread antoine.balestrat at gmail dot com
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Target Milestone: --- Hello ! This very pathological testcase seems to trigger an ICE with a freshly built gcc. $ xgcc --version gcc (GCC) 6.0.0 20150720 (experimental) $ cat

[Bug tree-optimization/59592] New: Segmentation fault in fold_comparison at -O1

2013-12-24 Thread antoine.balestrat at gmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20131224 segfault at -O1. $ cat seg.c long a, b; void f(void) { if(0) { int c, d; lbl1: for(c = 0; c

[Bug tree-optimization/59417] New: ICE in determine_value_range, at tree-ssa-loop-niter.c:176

2013-12-07 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hi ! I'm using GCC 4.9 20131207. $ cat deter.c int a, b, d; short c; void f(void) { if(b) { int *e; if(d

[Bug tree-optimization/59359] New: Segmentation fault in thread_through_all_blocks

2013-12-01 Thread antoine.balestrat at gmail dot com
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20131201 crash. $ cat seg.c int a, b; void f() { int c = 0; for(; b; b++) { for(a = 0

[Bug rtl-optimization/59020] [4.9 Regression] internal compiler error: in maybe_add_or_update_dep_1, at sched-deps.c:933

2013-11-23 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59020 Antoine Balestrat antoine.balestrat at gmail dot com changed: What|Removed |Added CC

[Bug tree-optimization/58492] New: ICE: verify_flow_info failed

2013-09-21 Thread antoine.balestrat at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20130921 crash. $ cat vfi.c void f(int p, short q) { f(0, 0); } $ xgcc -O3 -fipa-pta vfi.c vfi.c: In function ‘f’: vfi.c:1:6: error

[Bug rtl-optimization/58008] New: ICE: Max. number of generated reload insns per insn is achieved (90)

2013-07-28 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! With GCC 4.9.0 as of 20130728 : $ cat max.c int a, b, c, d, e; void f(void) { if(c) goto lbl; for(; 0; c

[Bug tree-optimization/58010] New: ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:4378

2013-07-28 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! Using GCC 4.9.0 as of 20130728 : $ cat vect.c short a, b, c, d; void f(void) { short e; for(; e; e++) for(; b; b

[Bug tree-optimization/58011] New: GCC segfaults at -O1

2013-07-28 Thread antoine.balestrat at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Using GCC 4.9.0 as of 20130728 : $ cat seg.c int a, b; void f(unsigned p) { unsigned *pp = p; if(!a) p = 0; for(b = 0; b 1; b++) if(3 * p + 5 * *pp) a = 0

[Bug tree-optimization/57993] New: ICE: verify_ssa failed (definition in block n does not dominate use in block m)

2013-07-26 Thread antoine.balestrat at gmail dot com
: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! I'm using GCC 4.9.0 as of 20130726 : $ cat dom.c int a, b, c, d; char e; unsigned g; void f(void) { int h

[Bug tree-optimization/57685] New: GCC stuck in an infinite loop

2013-06-23 Thread antoine.balestrat at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! Using GCC 4.9.0 as of 20130623 : $ cat inf.c unsigned f(void) { unsigned a; int b, c, d, e; for(c = 27; c 40; c++) b |= d |= b; if(b) a = e

[Bug rtl-optimization/57497] [4.9 Regression] ICE in lra_create_new_reg_with_unique_value, at lra.c:155

2013-06-22 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57497 --- Comment #3 from Antoine Balestrat antoine.balestrat at gmail dot com --- This bug looks unreproducible with the current trunk.

[Bug rtl-optimization/57676] New: ICE: Maximum number of LRA constraint passes is achieved (30)

2013-06-22 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Using GCC 4.9.0 as of 20130622 : $ cat lra.c int a, b, c; void f(p1) { for(;;) { if(p1 ? : (c /= 0)) { int

[Bug tree-optimization/57497] New: ICE in lra_create_new_reg_with_unique_value, at lra.c:155

2013-06-01 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! The following testcase makes GCC 4.9.0 as of 20130601 ICE at -O3. $ cat lra.c int a, b; void f(void) { for(;; a++) if(0

[Bug tree-optimization/57442] New: ICE in appears_later_in_bb, at tree-ssa-reassoc.c:2891

2013-05-28 Thread antoine.balestrat at gmail dot com
Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! Using GCC 4.9.0 as of 20130528 (on a x86_64 box) : $ cat reassoc.c short a; unsigned b; long c; int d; void f(void) { b = a ? : (a = b) - c + (d - (b + b

[Bug tree-optimization/57400] New: ICE: verify_ssa failed (definition in block n follows the use)

2013-05-24 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! I'm using GCC 4.9.0 as of 20130524. $ cat ssa.c int a; void f(void) { int b; for(a = 0; a 23; a++) b |= a 0

[Bug tree-optimization/57322] New: Segfault at -O1 in build_and_add_sum

2013-05-18 Thread antoine.balestrat at gmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Using GCC 4.9.0 as of 20130518 : $ cat seg.c int a; void f(void) { char b; for (;; a++) { char *p = b, *q; *q = b 0 !!*p; } } $ xgcc -w -O1 seg.c seg.c

[Bug tree-optimization/57251] New: ICE in optab_handler, at optabs.h:258

2013-05-11 Thread antoine.balestrat at gmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: antoine.balestrat at gmail dot com Hello ! Using GCC 4.9.0 as of 20130511 : $ cat optab.c short a, b; int f() { long long i = 2; a ? f() ? : 0 : b--; b = i *= a |= 0; } $ xgcc -O2 -ftracer -m32 optab.c

[Bug tree-optimization/57185] New: ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta

2013-05-06 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57185 Bug #: 57185 Summary: ICE: Segmentation fault in add_field_for_reduction with -ftree-parallelize-loops=2 -fipa-pta Classification: Unclassified Product: gcc Version: 4.9.0

[Bug tree-optimization/57122] New: ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !)

2013-04-30 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57122 Bug #: 57122 Summary: ICE in verify_loop_structure, at cfgloop.c:1647 (loop n’s latch does not have an edge to its header !) Classification: Unclassified Product: gcc Version:

[Bug tree-optimization/57081] New: Segmentation fault in simple_iv (tree-scalar-evolution.c:3151)

2013-04-26 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57081 Bug #: 57081 Summary: Segmentation fault in simple_iv (tree-scalar-evolution.c:3151) Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug tree-optimization/56756] New: ICE: verify_ssa failed (definition in block n follows the use !)

2013-03-27 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56756 Bug #: 56756 Summary: ICE: verify_ssa failed (definition in block n follows the use !) Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug tree-optimization/56695] New: ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-23 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56695 Bug #: 56695 Summary: ICE in expand_vec_cond_expr, at optabs.c:6751 Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/56417] internal compiler error: verify_gimple failed

2013-03-17 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56417 Antoine Balestrat antoine.balestrat at gmail dot com changed: What|Removed |Added CC

[Bug rtl-optimization/56571] New: ICE in copyprop_hardreg_forward_1, at regcprop.c (insn does not satisfy its constraints !)

2013-03-08 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56571 Bug #: 56571 Summary: ICE in copyprop_hardreg_forward_1, at regcprop.c (insn does not satisfy its constraints !) Classification: Unclassified Product: gcc Version: 4.8.0

[Bug tree-optimization/56494] New: ICE in simplify_truncation, at simplify-rtx.c:619

2013-03-01 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56494 Bug #: 56494 Summary: ICE in simplify_truncation, at simplify-rtx.c:619 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/56466] New: ICE in verify_loop_structure, at cfgloop.c:1629 (loop with header n not in loop tree !)

2013-02-26 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56466 Bug #: 56466 Summary: ICE in verify_loop_structure, at cfgloop.c:1629 (loop with header n not in loop tree !) Classification: Unclassified Product: gcc Version: 4.8.0

[Bug tree-optimization/56426] New: Segmentation fault in find_var_scev_info, at tree-scalar-evolution.c:358

2013-02-22 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56426 Bug #: 56426 Summary: Segmentation fault in find_var_scev_info, at tree-scalar-evolution.c:358 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/56384] New: ICE in fold_binary_loc, at fold-const.c:10422

2013-02-18 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56384 Bug #: 56384 Summary: ICE in fold_binary_loc, at fold-const.c:10422 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/56366] New: ICE: verify_gimple failed (incompatible types in PHI argument)

2013-02-17 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56366 Bug #: 56366 Summary: ICE: verify_gimple failed (incompatible types in PHI argument) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/56349] New: ICE in create_preheader at cfgloopmanip.c:1525

2013-02-15 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56349 Bug #: 56349 Summary: ICE in create_preheader at cfgloopmanip.c:1525 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/56350] New: ICE in vectorizable_reduction, at tree-vect-loop.c:4731

2013-02-15 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56350 Bug #: 56350 Summary: ICE in vectorizable_reduction, at tree-vect-loop.c:4731 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/56264] New: ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:557

2013-02-09 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56264 Bug #: 56264 Summary: ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:557 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/56195] New: Error: incorrect register `%rdi' used with `l' suffix (at -O2)

2013-02-03 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56195 Bug #: 56195 Summary: Error: incorrect register `%rdi' used with `l' suffix (at -O2) Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug rtl-optimization/56181] New: ICE in verify_loop_structure, at cfgloop.c:1581 with -ftracer

2013-02-02 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56181 Bug #: 56181 Summary: ICE in verify_loop_structure, at cfgloop.c:1581 with -ftracer Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug rtl-optimization/55270] ICE in get_loop_body, at cfgloop.c:823

2013-01-26 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55270 --- Comment #2 from Antoine Balestrat antoine.balestrat at gmail dot com 2013-01-26 14:10:57 UTC --- Still reproducible as of 4.8.0 20130125. Started with http://gcc.gnu.org/viewcvs?view=revisionrevision=185913

[Bug tree-optimization/56034] New: ICE: verify_gimple failed (invalid PHI argument) with -ftree-loop-distribution

2013-01-18 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56034 Bug #: 56034 Summary: ICE: verify_gimple failed (invalid PHI argument) with -ftree-loop-distribution Classification: Unclassified Product: gcc Version: 4.8.0

[Bug tree-optimization/56035] New: ICE in verify_loop_structure, at cfgloop.c:1581 (loop n’s header does not belong directly to it !)

2013-01-18 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56035 Bug #: 56035 Summary: ICE in verify_loop_structure, at cfgloop.c:1581 (loop n’s header does not belong directly to it !) Classification: Unclassified Product: gcc Version:

[Bug tree-optimization/55964] New: Segmentation fault with -O -ftree-loop-distribution -funswitch-loops

2013-01-13 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55964 Bug #: 55964 Summary: Segmentation fault with -O -ftree-loop-distribution -funswitch-loops Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/55955] New: ICE in optab_for_tree_code, at optabs.c:402

2013-01-12 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55955 Bug #: 55955 Summary: ICE in optab_for_tree_code, at optabs.c:402 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/55862] New: ICE in compute_antic, at tree-ssa-pre.c:2495

2013-01-03 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55862 Bug #: 55862 Summary: ICE in compute_antic, at tree-ssa-pre.c:2495 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/55838] New: ICE in extract_insn (unrecognizable insn) with -O -funroll-loops

2013-01-01 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55838 Bug #: 55838 Summary: ICE in extract_insn (unrecognizable insn) with -O -funroll-loops Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/48443] ICE: verify_flow_info failed: control flow in the middle of basic block with -fprefetch-loop-arrays --param l2-cache-size=0 and setjmp()

2012-12-31 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48443 Antoine Balestrat antoine.balestrat at gmail dot com changed: What|Removed |Added CC

[Bug tree-optimization/55831] New: ICE: verify_flow_info failed

2012-12-31 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55831 Bug #: 55831 Summary: ICE: verify_flow_info failed Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/48443] ICE: verify_flow_info failed: control flow in the middle of basic block with -fprefetch-loop-arrays --param l2-cache-size=0 and setjmp()

2012-12-31 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48443 --- Comment #3 from Antoine Balestrat antoine.balestrat at gmail dot com 2012-12-31 13:51:19 UTC --- (In reply to comment #2) (In reply to comment #1) I was not able to reproduce the bug with this testcase (using GCC 4.8.0

[Bug tree-optimization/55832] New: ICE in fold_convert_loc, at fold-const.c:1967

2012-12-31 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55832 Bug #: 55832 Summary: ICE in fold_convert_loc, at fold-const.c:1967 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/55833] New: ICE in verify_loop_structure, at cfgloop.c:1582 (BB should be marked irreducible !)

2012-12-31 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55833 Bug #: 55833 Summary: ICE in verify_loop_structure, at cfgloop.c:1582 (BB should be marked irreducible !) Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/55277] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1217

2012-11-24 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55277 Antoine Balestrat antoine.balestrat at gmail dot com changed: What|Removed |Added CC

[Bug rtl-optimization/55270] New: ICE in get_loop_body, at cfgloop.c:823

2012-11-11 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55270 Bug #: 55270 Summary: ICE in get_loop_body, at cfgloop.c:823 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug translation/55191] New: ICE in compute_antic at tree-ssa-pre.c:2511

2012-11-03 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55191 Bug #: 55191 Summary: ICE in compute_antic at tree-ssa-pre.c:2511 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/55122] New: ICE: maximum number of LRA constraint passes is achieved (15)

2012-10-29 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55122 Bug #: 55122 Summary: ICE: maximum number of LRA constraint passes is achieved (15) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/55124] New: ICE in find_or_generate_expression, at tree-ssa-pre.c:2803

2012-10-29 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55124 Bug #: 55124 Summary: ICE in find_or_generate_expression, at tree-ssa-pre.c:2803 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/55107] New: GCC in an infinite loop at -O2

2012-10-28 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55107 Bug #: 55107 Summary: GCC in an infinite loop at -O2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/55110] New: Internal compiler error in vectorizable_reduction, at tree-vect-loop.c:4633

2012-10-28 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55110 Bug #: 55110 Summary: Internal compiler error in vectorizable_reduction, at tree-vect-loop.c:4633 Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/55111] New: ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:89

2012-10-28 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55111 Bug #: 55111 Summary: ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:89 Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/55011] New: GCC in an infinite loop at -O2

2012-10-21 Thread antoine.balestrat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55011 Bug #: 55011 Summary: GCC in an infinite loop at -O2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal