[Bug fortran/59746] internal compiler error: Segmentation fault

2014-10-11 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59746 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org -

[Bug target/63304] Aarch64 pc-relative load offset out of range

2014-10-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 Andrew Pinski changed: What|Removed |Added Keywords||assemble-failure Severity|mino

[Bug c++/62115] [5 Regression] ICE with invalid default argument

2014-10-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62115 --- Comment #2 from Jason Merrill --- Author: jason Date: Sun Oct 12 01:42:31 2014 New Revision: 216124 URL: https://gcc.gnu.org/viewcvs?rev=216124&root=gcc&view=rev Log: PR c++/62115 * class.c (build_base_path): Preserve rvalueness.

[Bug c++/62127] [5 Regression] ICE with VLA in constructor

2014-10-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62127 Jason Merrill changed: What|Removed |Added CC||larsbj at gullik dot net --- Comment #2

[Bug c++/61678] [5 Regression] internal compiler error: in expand_expr_real_1, at expr.c:9467

2014-10-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61678 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/63194] [5 Regression] ICE in maybe_explain_implicit_delete, at cp/method.c:1552

2014-10-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63194 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63304] Aarch64 pc-relative load offset out of range

2014-10-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63304 --- Comment #9 from Andrew Pinski --- Actually this is much worse than what is mentioned here. Having the constant pool be part of the .text section really does not work if the alignment of the constants are smaller than 4 byte aligned. The ass

[Bug target/53513] SH Target: Add support for fschg and fpchg insns

2014-10-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513 --- Comment #16 from Oleg Endo --- I've tried a modified example from PR 5360, using floats instead of doubles: void loop_p (int np, int non0, float coeff[][2048], float tmp1) { int j, k; for (j = non0; j < np; j++) for (k = 0; k < j; k

[Bug target/53513] SH Target: Add support for fschg and fpchg insns

2014-10-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513 Oleg Endo changed: What|Removed |Added Attachment #33690|0 |1 is obsolete|

[Bug tree-optimization/63512] [5 Regression] ICE: error: virtual use of statement not up-to-date

2014-10-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63512 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |5.0 --- Comment #1 from Markus Tri

[Bug tree-optimization/63512] New: [5 Regression] ICE: error: virtual use of statement not up-to-date

2014-10-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63512 Bug ID: 63512 Summary: [5 Regression] ICE: error: virtual use of statement not up-to-date Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/53513] SH Target: Add support for fschg and fpchg insns

2014-10-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513 --- Comment #14 from Oleg Endo --- Created attachment 33690 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33690&action=edit a possible patch This is a simple patch that does sts-lds fpscr mode switching (not fully tested). With the patch

[Bug tree-optimization/63302] [4.9 Regression] Code with 64-bit long long constants is miscompiled on 32-bit host

2014-10-11 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63302 --- Comment #18 from John David Anglin --- Hi Zhenqiang, Do you plan to submit patch to gcc-patches soon?

[Bug fortran/48979] FRACTION und EXPONENT return invalid results for infinity/NaN

2014-10-11 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48979 --- Comment #18 from Francois-Xavier Coudert --- Author: fxcoudert Date: Sat Oct 11 16:57:32 2014 New Revision: 216120 URL: https://gcc.gnu.org/viewcvs?rev=216120&root=gcc&view=rev Log: PR fortran/48979 * simplify.c (gfc_simplify_atan):

[Bug c++/63511] "internal consistency failure" compiling gcc-4.9.1 (gcc/tree-sra.c)

2014-10-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63511 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/63510] Wrong line number in Wstrict-overflow message

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/63244] [4.9 regression] internal compiler error: Segmentation fault (program cc1plus)

2014-10-11 Thread nheghathivhistha at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63244 --- Comment #12 from David Kredba --- The same affects games-simulation/flightgear-3.0.0-r1: /var/tmp/portage/games-simulation/flightgear-3.0.0-r1/work/flightgear-3.0.0/src/Environment/environment.cxx: In member function '_recalc_alt_pt': /var/tm

[Bug c++/63511] New: "internal consistency failure" compiling gcc-2.9.1 (gcc/tree-sra.c)

2014-10-11 Thread mc5686 at mclink dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63511 Bug ID: 63511 Summary: "internal consistency failure" compiling gcc-2.9.1 (gcc/tree-sra.c) Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/50847] missed warning about unreachable code after throw statment.

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50847 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Status|UNCO

[Bug other/33702] [meta-bug] GCC 4.4 pending patches

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33702 Bug 33702 depends on bug 17843, which changed state. Bug 17843 Summary: Warning not given for unreachable code in a switch https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17843 What|Removed |Added -

[Bug other/37515] [meta-bug] GCC 4.5 pending patches

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37515 Bug 37515 depends on bug 17843, which changed state. Bug 17843 Summary: Warning not given for unreachable code in a switch https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17843 What|Removed |Added -

[Bug middle-end/17843] Warning not given for unreachable code in a switch

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17843 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug other/46542] GCC 4.7 pending patches meta-bug

2014-10-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46542 Bug 46542 depends on bug 17843, which changed state. Bug 17843 Summary: Warning not given for unreachable code in a switch https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17843 What|Removed |Added -

[Bug c++/63508] ICE when using bracketed initializer on pointer to member function of a templated class

2014-10-11 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63508 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/63506] GCC deduces wrong return type of operator*() inside template functions

2014-10-11 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug target/55212] [SH] Switch to LRA

2014-10-11 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #59 from Kazumoto Kojima --- Created attachment 33688 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33688&action=edit reduced CSiBE teem-1.6.0 test (-O2 sh4-linux) Yet another lra-assigns.c:1335 ICE when compiling nrrd/kernel.

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

2014-10-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 --- Comment #5 from Markus Trippelsdorf --- Created attachment 33687 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33687&action=edit testcase for issue 1)

[Bug other/63504] [5 Regression] Issues found by --enable-checking=valgrind

2014-10-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63504 --- Comment #4 from Markus Trippelsdorf --- On x86_64-unknown-linux-gnu everything seems fine, but issues 1) and 3) can be reproduced with a cross: ../gcc/configure --target=powerpc64-unknown-linux-gnu --disable-libsanitizer --disable-bootstrap

[Bug rtl-optimization/51366] [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244

2014-10-11 Thread g...@denis-excoffier.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 --- Comment #9 from Denis Excoffier --- (In reply to Richard Henderson from comment #8) Thank you.

[Bug c/63510] Wrong line number in Wstrict-overflow message

2014-10-11 Thread ibuclaw at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510 --- Comment #1 from Iain Buclaw --- > Reduced to the following code, which shows both the correct and wrong line. But perhaps the wrong column information.

[Bug c/63510] New: Wrong line number in Wstrict-overflow message

2014-10-11 Thread ibuclaw at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510 Bug ID: 63510 Summary: Wrong line number in Wstrict-overflow message Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/48099] Evaluation order of arguments in a call expression

2014-10-11 Thread ibuclaw at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48099 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---