[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2014-12-15 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084 --- Comment #3 from Georg-Johann Lay --- Marek, would you give a pointer for why this is a target issue and what the backend should do to fix it? Thanks.

[Bug c++/64318] New: Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread zhouyan at me dot com
le-nls --disable-werror --enable-checking=release --enable-languages=c,c++,fortran --enable-libstdcxx-time=yes --enable-lto --enable-stage1-checking --enable-version-specific-runtime-libs --with-system-zlib Thread model: posix gcc version 5.0.0 20141215 (experimental) (GCC) The problem does not always sh

[Bug tree-optimization/64193] [4.8/4.9 Regression] Decreased performance after r173250

2014-12-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64193 Bug 64193 depends on bug 64312, which changed state. Bug 64312 Summary: [5 Regression] ICE: Segmentation fault https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64312 What|Removed |Added -

[Bug tree-optimization/64312] [5 Regression] ICE: Segmentation fault

2014-12-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64312 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Blocks|

[Bug tree-optimization/64312] [5 Regression] ICE: Segmentation fault

2014-12-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64312 --- Comment #6 from Richard Biener --- Author: rguenth Date: Mon Dec 15 18:33:16 2014 New Revision: 218756 URL: https://gcc.gnu.org/viewcvs?rev=218756&root=gcc&view=rev Log: 2014-12-15 Richard Biener PR tree-optimization/64312 * tree

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread zhouyan at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 --- Comment #1 from zhouyan at me dot com --- I forgot to mention that, the system is CentOS 7 (with all updates)

[Bug fortran/61669] Error recovery ICE

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61669 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Dec 15 18:37:59 2014 New Revision: 218757 URL: https://gcc.gnu.org/viewcvs?rev=218757&root=gcc&view=rev Log: PR fortran/61669 * gfortran.h (struct gfc_namespace): Add OLD_DATA

[Bug rtl-optimization/63804] [5 Regression] ice in find_oldest_value_reg with -g -O2

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63804 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Mon Dec 15 18:40:35 2014 New Revision: 218758 URL: https://gcc.gnu.org/viewcvs?rev=218758&root=gcc&view=rev Log: PR rtl-optimization/63804 * gcc.dg/pr63804.c: New test. Added:

[Bug libgcc/63832] [5.0 Regression] crtstuff.c:400:19: warning: array subscript is above array bounds [-Warray-bounds]

2014-12-15 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63832 --- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Mon Dec 15 18:43:26 2014 New Revision: 218759 URL: https://gcc.gnu.org/viewcvs?rev=218759&root=gcc&view=rev Log: PR libgcc/63832 * crtstuff.c (__do_global_dtors_aux) [HIDD

[Bug target/61360] [5 Regression] ICE: in lra_update_insn_recog_data, at lra.c:1363 with -mtune=bdver4

2014-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61360 Bug 61360 depends on bug 60704, which changed state. Bug 60704 Summary: [4.9 Regression] ICE: in extract_constrain_insn_cached, at recog.c:2156 with -flive-range-shrinkage -march=amdfam10 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60704

[Bug target/60704] [4.9 Regression] ICE: in extract_constrain_insn_cached, at recog.c:2156 with -flive-range-shrinkage -march=amdfam10

2014-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60704 Uroš Bizjak changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/61360] [5 Regression] ICE: in lra_update_insn_recog_data, at lra.c:1363 with -mtune=bdver4

2014-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61360 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcc/63832] [5.0 Regression] crtstuff.c:400:19: warning: array subscript is above array bounds [-Warray-bounds]

2014-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63832 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/62084] [avr] ICE: in convert_debug_memory_address

2014-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62084 --- Comment #4 from Marek Polacek --- Looking at this again, this might be a "debug" issue instead rather than "target".

[Bug rtl-optimization/63804] [5 Regression] ice in find_oldest_value_reg with -g -O2

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63804 Jakub Jelinek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #4 from Oleg Endo --- (In reply to Richard Biener from comment #1) > Confirmed. Sth like > > (simplify > (ne (bit_and (lshift integer_onep @0) integer_onep) integer_zerop) > (eq @0 { build_zero_cst (TREE_TYPE (@0)); }) > > wit

[Bug fortran/64230] [4.9/5 Regression] Segmentation fault - invalid memory reference in a compiler-generated finalizer for a complicated type hierarchy when a polymorphic variable is allocated in an e

2014-12-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64230 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code CC|

[Bug tree-optimization/16797] Opportunity to remove unnecessary load instructions

2014-12-15 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16797 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/23455] tree load PRE is not working for global variables

2014-12-15 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23455 Sebastian Pop changed: What|Removed |Added CC||steinmtz at us dot ibm.com --- Comment #

[Bug tree-optimization/64319] New: add alias runtime check to remove load after load redundancy

2014-12-15 Thread spop at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64319 Bug ID: 64319 Summary: add alias runtime check to remove load after load redundancy Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #5 from Marek Polacek --- (In reply to Oleg Endo from comment #4) > (In reply to Richard Biener from comment #1) > > Confirmed. Sth like > > > > (simplify > > (ne (bit_and (lshift integer_onep @0) integer_onep) integer_zerop) > >

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread zhouyan at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 --- Comment #3 from zhouyan at me dot com --- Here is version that shall be thread-safe, that produce the same problem, #include int main () { _Cilk_for (int i = 0; i != 1; ++i) { std::mt19937 eng(i); std::normal_distrib

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread zhouyan at me dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 --- Comment #4 from zhouyan at me dot com --- The new example can be unsafe, if the constructor of the two classes are unsafe. However, I went through the source of before (during 4.8, 4.9 release), unless something changed, it's not the case.

[Bug c++/64297] [5 Regression] ICE: canonical types differ for identical types

2014-12-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64297 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/64318] Using _Cilk_for with cause strange floating point exception

2014-12-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64318 --- Comment #5 from Jonathan Wakely --- The original testcase does indeed have a data race. The revised testcase is valid.

[Bug go/61255] gccgo: spurious "error: argument 2 has incompatible type" [GoSmith]

2014-12-15 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61255 Chris Manghane changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/64320] New: Missing config.h during findcomp.cc compilation

2014-12-15 Thread townsend at astro dot wisc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64320 Bug ID: 64320 Summary: Missing config.h during findcomp.cc compilation Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boo

[Bug target/62642] [4.8/4.9/5 Regression] x86 rdtsc is moved through barrier

2014-12-15 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62642 --- Comment #4 from Vladimir Makarov --- Author: vmakarov Date: Mon Dec 15 20:04:04 2014 New Revision: 218761 URL: https://gcc.gnu.org/viewcvs?rev=218761&root=gcc&view=rev Log: 2014-12-15 Vladimir Makarov PR target/62642 * ira.c (rtx

[Bug rtl-optimization/64316] [5 Regression] ICE in simplify_const_unary_operation after r218503

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64316 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Mon Dec 15 20:10:45 2014 New Revision: 218762 URL: https://gcc.gnu.org/viewcvs?rev=218762&root=gcc&view=rev Log: PR rtl-optimization/64316 * simplify-rtx.c (simplify_relational_op

[Bug fortran/61115] ICE with generic type bound proc => non_overridable type bound proc

2014-12-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61115 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/64244] [4.8/4.9/5 Regression] ICE at class.c:236 when using non_overridable

2014-12-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64244 janus at gcc dot gnu.org changed: What|Removed |Added CC||mrestelli at gmail dot com ---

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #6 from Marc Glisse --- (In reply to Marek Polacek from comment #5) > I don't think so. I tried to come up with a more general transformation > that would simplify ((CST << n) & CST) != 0, but I haven't found anything If both CST ar

[Bug c++/64297] [5 Regression] ICE: canonical types differ for identical types

2014-12-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64297 --- Comment #3 from Jason Merrill --- Author: jason Date: Mon Dec 15 20:19:51 2014 New Revision: 218763 URL: https://gcc.gnu.org/viewcvs?rev=218763&root=gcc&view=rev Log: PR c++/64297 * typeck.c (apply_memfn_quals): Correct wrong TYPE_CA

[Bug c++/64297] [5 Regression] ICE: canonical types differ for identical types

2014-12-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64297 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61255] gccgo: spurious "error: argument 2 has incompatible type" [GoSmith]

2014-12-15 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61255 --- Comment #1 from ian at gcc dot gnu.org --- Author: ian Date: Mon Dec 15 20:20:22 2014 New Revision: 218764 URL: https://gcc.gnu.org/viewcvs?rev=218764&root=gcc&view=rev Log: PR go/61255 compiler: Copied variadic calls should copy lowerin

[Bug rtl-optimization/64300] [5 Regression] s390x, ICE, unable to generate reloads, in curr_insn_transform, at lra-constraints.c

2014-12-15 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64300 --- Comment #2 from Vladimir Makarov --- (In reply to Kazumoto Kojima from comment #1) > I get the same ICE on my local sh-lra branch after r218688. I've looked > at what is going on the test case in c#0 with the cross s390 compiler. > It seems

[Bug rtl-optimization/64316] [5 Regression] ICE in simplify_const_unary_operation after r218503

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64316 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #7 from Oleg Endo --- (In reply to Marek Polacek from comment #5) > > I don't think so. I tried to come up with a more general transformation > that would simplify ((CST << n) & CST) != 0, but I haven't found anything > yet. So may

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #8 from Marek Polacek --- (In reply to Marc Glisse from comment #6) > (In reply to Marek Polacek from comment #5) > > I don't think so. I tried to come up with a more general transformation > > that would simplify ((CST << n) & CST)

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #9 from Jakub Jelinek --- (1 << n) & 5 != 0 -> n == 0 || n == 2 (not beneficial) Not only that, we actually emit similar comparisons as a bit test intentionally even if you write it in a switch or series of ifs that way, so undoing

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #10 from Marek Polacek --- (In reply to Oleg Endo from comment #7) > (In reply to Marek Polacek from comment #5) > > > > I don't think so. I tried to come up with a more general transformation > > that would simplify ((CST << n) & C

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #11 from Marc Glisse --- (In reply to Oleg Endo from comment #7) > (1 << n) & 6 != 0 -> n > 0 && n < 3 (not beneficial) We usually spell it (unsigned)n-1<2 (still not that great). (In reply to Marek Polacek from comment #8) > > > I

[Bug target/63347] m68k misoptimisation with -fschedule-insns

2014-12-15 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63347 --- Comment #9 from Mikael Pettersson --- This wrong-code started with Bernd's r171845, possibly by exposing a latent issue.

[Bug middle-end/64309] if (1 & (1 << n)) not simplified to if (n == 0)

2014-12-15 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64309 --- Comment #12 from Marc Glisse --- (In reply to Marc Glisse from comment #11) > ((pow2< p==n Oups, it wasn't supposed to be the same power of 2, so: (((1< p==n+(l-k) (k and l are constants)

[Bug fortran/64321] New: -ffixed-line-length-none doesn't work

2014-12-15 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64321 Bug ID: 64321 Summary: -ffixed-line-length-none doesn't work Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: diagnostic, rejects-valid Severity: normal

[Bug target/58623] lack of ldp/stp optimization

2014-12-15 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58623 --- Comment #6 from Evandro --- What's the PR of the fwprop issue? Thank you.

[Bug rtl-optimization/63397] signed integer overflows in ira.c

2014-12-15 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63397 --- Comment #1 from Vladimir Makarov --- Author: vmakarov Date: Mon Dec 15 22:18:51 2014 New Revision: 218766 URL: https://gcc.gnu.org/viewcvs?rev=218766&root=gcc&view=rev Log: 2014-12-15 Vladimir Makarov PR rtl-optimization/63397 *

[Bug lto/64043] [5 Regression] ICE (segfault) with LTO: in tree_check/tree.h:2758 get_binfo_at_offset/tree.c:11914

2014-12-15 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64043 --- Comment #10 from Jan Hubicka --- Author: hubicka Date: Mon Dec 15 22:35:20 2014 New Revision: 218767 URL: https://gcc.gnu.org/viewcvs?rev=218767&root=gcc&view=rev Log: PR lto/64043 * gcc.dg/lto/20110201-1_0.c: New testcase. * t

[Bug tree-optimization/64322] New: More optimize opportunity for constant folding

2014-12-15 Thread ishiura-compiler at ml dot kwansei.ac.jp
6_64-tools/gcc-5.0.0/ --with-gmp=/usr/local/gmp-5.1.1/ --with-mpfr=/usr/local/mpfr-3.1.2/ --with-mpc=/usr/local/mpc-1.0.1/ --disable-multilib --disable-nls --enable-languages=c Thread model: posix gcc version 5.0.0 20141215 (experimental) (GCC)

[Bug rtl-optimization/64300] [5 Regression] s390x, ICE, unable to generate reloads, in curr_insn_transform, at lra-constraints.c

2014-12-15 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64300 --- Comment #3 from Kazumoto Kojima --- (In reply to Vladimir Makarov from comment #2) > Thanks for reporting. I've just committed a patch focusing on the same > problem. Could you check that the patch solves the problem. It fixes the ICE for

[Bug tree-optimization/64322] More optimize opportunity for constant folding

2014-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64322 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug target/64240] [5.0 Regression][AArch64] SMS-3.c causes runtime exception(segfault).

2014-12-15 Thread fei.yang0953 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64240 --- Comment #5 from Fei Yang --- I'm investigating for a solution, please assign me as owner. Thanks.

[Bug rtl-optimization/64323] New: LRA: ICE when compiling newlib for ARM.

2014-12-15 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64323 Bug ID: 64323 Summary: LRA: ICE when compiling newlib for ARM. Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimiz

[Bug ipa/64298] [5 Regression] ICE: Segmentation fault in get_binfo_at_offset at tree.c:11914

2014-12-15 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64298 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/56459] Wrongly rejects "TYPE(CHARACTER*1,)" (with comma)

2014-12-15 Thread ian_harvey at bigpond dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56459 Ian Harvey changed: What|Removed |Added CC||ian_harvey at bigpond dot com --- Comment #

[Bug fortran/64324] New: Deferred character specific functions not permitted in generic operator interface

2014-12-15 Thread ian_harvey at bigpond dot com
c++,fortran --enable-libgomp --enable-checking=release Thread model: posix gcc version 5.0.0 20141215 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-c' '-mtune=generic' '-march=x86-64' /home/MEGMS2/ian/usr/gcc-5.0.0/libexec/gcc/x86_64-unknown-linux-gnu/5.

[Bug target/64217] LRA: generate wrong liveness info after r217947 for clobber in jump_insn

2014-12-15 Thread jasonwucj at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64217 --- Comment #3 from Chung-Ju Wu --- Author: jasonwucj Date: Tue Dec 16 06:22:35 2014 New Revision: 218774 URL: https://gcc.gnu.org/viewcvs?rev=218774&root=gcc&view=rev Log: PR target/64217 * config/nds32/nds32.md (casesi_internal): Add '

[Bug target/64217] LRA: generate wrong liveness info after r217947 for clobber in jump_insn

2014-12-15 Thread jasonwucj at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64217 Chung-Ju Wu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/63397] signed integer overflows in ira.c

2014-12-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63397 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined

2014-12-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 Bug 63426 depends on bug 63397, which changed state. Bug 63397 Summary: signed integer overflows in ira.c https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63397 What|Removed |Added --

[Bug ipa/64325] New: [5 Regression] ICE: Segmentation fault

2014-12-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64325 Bug ID: 64325 Summary: [5 Regression] ICE: Segmentation fault Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa

<    1   2