[Bug fortran/60507] New: Passing real expression into procedure argument not caught

2014-03-12 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 Bug ID: 60507 Summary: Passing real expression into procedure argument not caught Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #27 from Jakub Jelinek jakub at gcc dot gnu.org --- basic_block bbb = gimple_bb (SSA_NAME_DEF_STMT (oea-op)); in the patch contains a pasto, which I guess can explain most if not all the -fcompare-debug failures. That said, thinking

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-12 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #28 from rguenther at suse dot de rguenther at suse dot de --- On Tue, 11 Mar 2014, hjl.tools at gmail dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #26 from H.J. Lu hjl.tools at gmail dot com ---

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #29 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 32338 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32338action=edit gcc49-pr60418.patch New version of the patch, going to bootstrap/regtest it momentarily.

[Bug middle-end/60482] Loop optimization regression

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60482 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Wed Mar 12 09:15:08 2014 New Revision: 208506 URL: http://gcc.gnu.org/viewcvs?rev=208506root=gccview=rev Log: PR middle-end/60482 * tree-vrp.c

[Bug tree-optimization/60505] Warning caused by GCC vectorizer.

2014-03-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60505 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/60502] [4.8/4.9 Regression] ICE reassociation and vector types.

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Wed Mar 12 09:21:59 2014 New Revision: 208507 URL: http://gcc.gnu.org/viewcvs?rev=208507root=gccview=rev Log: PR tree-optimization/60502 *

[Bug ada/60504] [4.9 regression] many Ada testsuite regressions with gcc-4.9-20140309 on armv5tel-linux-gnueabi

2014-03-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug tree-optimization/60505] Warning caused by GCC vectorizer.

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60505 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug rtl-optimization/60501] [4.9 regression] LRA emits add patterns which might clobber cc

2014-03-12 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 --- Comment #3 from Andreas Krebbel krebbel at gcc dot gnu.org --- (In reply to Andreas Krebbel from comment #0) ... no lra: 4982a6: eb e6 00 01 00 df sllk%r14,%r6,1 ... lra: 49823e: eb 9e 00 01 00 df sllk

[Bug rtl-optimization/60501] [4.9 regression] LRA emits add patterns which might clobber cc

2014-03-12 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 --- Comment #4 from Andreas Krebbel krebbel at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) Do you have a testcase? I've tried for a while to reduce one but failed. Only under rare circumstances GCC seems to be able to reuse

[Bug tree-optimization/60454] [4.7/4.8/4.9 Regression] Code mistakenly detected as doing bswap

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60454 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Wed Mar 12 10:15:29 2014 New Revision: 208509 URL: http://gcc.gnu.org/viewcvs?rev=208509root=gccview=rev Log: PR tree-optimization/60454 *

[Bug tree-optimization/60502] [4.8 Regression] ICE reassociation and vector types.

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug middle-end/60482] Loop optimization regression

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

[Bug regression/60363] [4.9 Regression]: logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 Threaded 4

2014-03-12 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 --- Comment #7 from bin.cheng amker.cheng at gmail dot com --- The problem has nothing to do with VRP, and might be a missed opportunity of jump threading. The dump after VRP but before jump threading at the end of VRP is like: ... bb 21:

[Bug target/58424] [ARM]gcc.target/arm/pr42575.c failed on arm

2014-03-12 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58424 --- Comment #2 from bin.cheng amker.cheng at gmail dot com --- Yes, It works for below combination of options: -mthumb -mcpu=cortex-m4 -mthumb/-marm -march=armv7-a/-mcpu=cortex-a7 But still happens for: -mthumb -mcpu=cortex-m3

[Bug middle-end/60482] Loop optimization regression

2014-03-12 Thread yvan.roux at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60482 --- Comment #7 from Yvan Roux yvan.roux at linaro dot org --- Thanks for the quick fix Jakub.

[Bug rtl-optimization/60508] New: internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-03-12 Thread eugeni.stepanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Bug ID: 60508 Summary: internal compiler error: in lra_set_insn_recog_data, at lra.c:1082 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60264] ARM ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1090

2014-03-12 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60264 --- Comment #1 from chrbr at gcc dot gnu.org --- Author: chrbr Date: Wed Mar 12 11:31:19 2014 New Revision: 208511 URL: http://gcc.gnu.org/viewcvs?rev=208511root=gccview=rev Log: 2014-03-12 Christian Bruel christian.br...@st.com PR

[Bug target/60264] ARM ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1090

2014-03-12 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60264 chrbr at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/60509] New: Passing an array of derived type gives wrong boundaries when using 'class'

2014-03-12 Thread a.vogt at fulguritus dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60509 Bug ID: 60509 Summary: Passing an array of derived type gives wrong boundaries when using 'class' Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/60508] internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/60454] [4.7/4.8 Regression] Code mistakenly detected as doing bswap

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60454 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug rtl-optimization/60501] [4.9 regression] LRA emits add patterns which might clobber cc

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug rtl-optimization/60501] [4.9 regression] LRA emits add patterns which might clobber cc

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Severity|critical|major

[Bug rtl-optimization/60508] [4.8/4.9 Regression] internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||vmakarov at gcc

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #30 from Jakub Jelinek jakub at gcc dot gnu.org --- The #c29 patch now passed bootstrap/regtest on x86_64-linux and i686-linux. So, if it also fixes 435.gromacs on -mx32, I'll submit it to gcc-patches.

[Bug rtl-optimization/60501] [4.9 regression] LRA emits add patterns which might clobber cc

2014-03-12 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 --- Comment #6 from Andreas Krebbel krebbel at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #5) (In reply to Andreas Krebbel from comment #2) Bootstrap with -mzarch -m31 -march=zEC12 as defaults passed. 108 testsuite fails got

[Bug rtl-optimization/60508] [4.8/4.9 Regression] internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/60495] [4.9 Regression] ICE: in fold_convert_loc, at fold-const.c:1994

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60495 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/60495] [4.9 Regression] ICE: in fold_convert_loc, at fold-const.c:1994

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60495 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/58880] [4.9 Regression] [OOP] ICE on valid with FINAL function and type extension

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58880 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/60507] Passing real expression into procedure argument not caught

2014-03-12 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/59779] [4.9 Regression] FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-times parloops parallelizing outer loop

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59779 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug testsuite/59308] [4.9 Regression] gcc.dg/tree-ssa/ssa-ifcombine-ccmp-[1456] tests fail on arm cortex-a5

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59308 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/60510] New: SLP blocks loop vectorization (with reduction)

2014-03-12 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60510 Bug ID: 60510 Summary: SLP blocks loop vectorization (with reduction) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/59124] [4.8/4.9 Regression] Wrong warnings array subscript is above array bounds

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59124 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/60196] Incorrect compilation with -fwrapv and -ftree-vectorize

2014-03-12 Thread dpb at corrigendum dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60196 --- Comment #1 from Роман Донченко dpb at corrigendum dot ru --- Here's another reproducer for what looks like the same problem: #include stdio.h static const short a[8] = {1,1,1,1,1,1,1,1}; static const unsigned char b[8] = {0,0,0,0,0,0,0,0};

[Bug rtl-optimization/57189] [4.9 Regression] Vector register is spilled for vector extract pattern

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57189 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P1 |P2

[Bug tree-optimization/60510] SLP blocks loop vectorization (with reduction)

2014-03-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60510 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/58479] [4.8/4.9 Regression] slow var-tracking on x86_64-linux at -O1 (and above) with -g, but checking disabled

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58479 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P1 |P2

[Bug middle-end/60418] [4.9 Regression] 435.gromacs in SPEC CPU 2006 is miscompiled

2014-03-12 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #31 from H.J. Lu hjl.tools at gmail dot com --- (In reply to Jakub Jelinek from comment #29) Created attachment 32338 [details] gcc49-pr60418.patch New version of the patch, going to bootstrap/regtest it momentarily. H.J., could

[Bug tree-optimization/60196] [4.8 Regression] Incorrect compilation with -fwrapv and -ftree-vectorize

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60196 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/60419] [4.8/4.9 Regression] ICE Segmentation fault

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60419 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jamborm at gcc

[Bug fortran/60507] Passing function call into procedure argument not caught

2014-03-12 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60507 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug debug/60438] [4.9 Regression] dwarf2cfi :2239 still assert,not the same cause as PR 59575

2014-03-12 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60438 --- Comment #33 from Richard Henderson rth at gcc dot gnu.org --- It sounds like inhibiting this stack combining would affect more 32-bit code than I'd like. I don't like the idea of REG_ARGS_SIZE_DELTA. The reason I went with absolute values in

[Bug debug/60438] [4.9 Regression] dwarf2cfi :2239 still assert,not the same cause as PR 59575

2014-03-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60438 --- Comment #34 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Richard Henderson from comment #33) It sounds like inhibiting this stack combining would affect more 32-bit code than I'd like. I don't like the idea of

[Bug c++/60511] New: [C++1y][N3652] Missing extended constexpr function support

2014-03-12 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60511 Bug ID: 60511 Summary: [C++1y][N3652] Missing extended constexpr function support Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-12 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #31 from David Kredba nheghathivhistha at gmail dot com --- Calligra-2.8.0 is now affected too with revision /var/tmp/portage/app-office/calligra-2.8.0/temp/ccAMiINB.ltrans1.ltrans.o: In function `operator':

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-12 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #32 from David Kredba nheghathivhistha at gmail dot com --- 208516

[Bug c++/60512] New: would be useful if gcc implemented __has_feature similary to clang

2014-03-12 Thread eteran at alum dot rit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 Bug ID: 60512 Summary: would be useful if gcc implemented __has_feature similary to clang Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c++/60512] would be useful if gcc implemented __has_feature similary to clang

2014-03-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #1 from Marc Glisse glisse at gcc dot gnu.org --- http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations

[Bug c++/60512] would be useful if gcc implemented __has_feature similary to clang

2014-03-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- So while GCC doesn't support C++11 attributes yet Wrong, it does support them, in fact for a while now.

[Bug c++/60512] would be useful if gcc implemented __has_feature similary to clang

2014-03-12 Thread eteran at alum dot rit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #3 from Evan Teran eteran at alum dot rit.edu --- @Andrew, I hadn't seen that they were supported, I stand corrected. However that particular feature was for example purposes. Any unsupported feature would do. @Marc, A quick read of

[Bug c++/60512] would be useful if gcc implemented __has_feature similary to clang

2014-03-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60512 --- Comment #4 from Marc Glisse glisse at gcc dot gnu.org --- (In reply to Evan Teran from comment #3) Any unsupported feature would do. All the core features are at least partially supported, only some ABI-breaking library changes have been

[Bug libstdc++/59392] crash on throw from unexpected exception handler with ARM EABI unwinder

2014-03-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||patch

[Bug target/58066] GCC mis-compiles access to TLS variable with -fPIC on x86_64

2014-03-12 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #4 from H.J. Lu hjl.tools at gmail dot com --- Created attachment 32341 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32341action=edit A patch This patch sets ix86_tls_descriptor_calls_expanded_in_cfun after reload is complete

[Bug libstdc++/60270] [C++1y] std::quoted is too eager to clear the string

2014-03-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60270 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||patch

[Bug target/58066] GCC mis-compiles access to TLS variable with -fPIC on x86_64

2014-03-12 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066 --- Comment #5 from H.J. Lu hjl.tools at gmail dot com --- Another problem: [hjl@gnu-6 gcc]$ cat /tmp/c.i static __thread char ccc; void* __cxa_get_globals() { return ccc; } [hjl@gnu-6 gcc]$ ./xgcc -B./ -S -O2 -fPIC /tmp/c.i [hjl@gnu-6 gcc]$

[Bug libstdc++/59392] crash on throw from unexpected exception handler with ARM EABI unwinder

2014-03-12 Thread roland at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392 --- Comment #4 from roland at gcc dot gnu.org --- Author: roland Date: Wed Mar 12 22:42:13 2014 New Revision: 208519 URL: http://gcc.gnu.org/viewcvs?rev=208519root=gccview=rev Log: PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected

[Bug libstdc++/59392] crash on throw from unexpected exception handler with ARM EABI unwinder

2014-03-12 Thread roland at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392 --- Comment #5 from roland at gcc dot gnu.org --- Author: roland Date: Wed Mar 12 22:44:09 2014 New Revision: 208520 URL: http://gcc.gnu.org/viewcvs?rev=208520root=gccview=rev Log: PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected

[Bug libstdc++/59392] crash on throw from unexpected exception handler with ARM EABI unwinder

2014-03-12 Thread roland at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392 roland at gnu dot org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/48316] missed CSE / reassoc with array offsets

2014-03-12 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48316 davidxl xinliangli at gmail dot com changed: What|Removed |Added CC||xinliangli at gmail

[Bug tree-optimization/59779] [4.9 Regression] FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-times parloops parallelizing outer loop

2014-03-12 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59779 --- Comment #3 from dave.anglin at bell dot net --- On 12-Mar-14, at 9:55 AM, jakub at gcc dot gnu.org wrote: Can't reproduce this with a cross-compiler to hppa-unknown-linux on current trunk: Could this be a HOST_WIDE_INT issue? I see

[Bug c++/60513] New: False positive division by zero warning in unreachable code

2014-03-12 Thread xzfcpw+gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60513 Bug ID: 60513 Summary: False positive division by zero warning in unreachable code Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: enhancement

[Bug middle-end/4210] should not warning with dead code

2014-03-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||xzfcpw+gcc at

[Bug c++/60513] False positive division by zero warning in unreachable code

2014-03-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60513 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug rtl-optimization/57425] [4.8 Regression] RTL alias analysis unprepared to handle stack slot sharing

2014-03-12 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57425 Bill Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added CC||wschmidt at gcc

[Bug target/58622] With -fomit-frame-pointer, A64 does not generate post-decrement stores

2014-03-12 Thread kuganv at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58622 Kugan kuganv at linaro dot org changed: What|Removed |Added CC||kuganv at linaro dot org

[Bug libfortran/38199] [4.7/4.8/4.9 Regression] missed optimization: I/O performance

2014-03-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 --- Comment #42 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Author: jvdelisle Date: Thu Mar 13 05:06:57 2014 New Revision: 208528 URL: http://gcc.gnu.org/viewcvs?rev=208528root=gccview=rev Log: 2014-03-12 Jerry DeLisle jvdeli...@gcc.gnu

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org

[Bug libfortran/59727] [4.7/4.8/4.9 Regression] reading from character string returns end of file

2014-03-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59727 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org

[Bug tree-optimization/60454] [4.7/4.8 Regression] Code mistakenly detected as doing bswap

2014-03-12 Thread thomas.preudhomme at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60454 Thomas Preud'homme thomas.preudhomme at arm dot com changed: What|Removed |Added Status|NEW

[Bug libfortran/59727] [4.7/4.8/4.9 Regression] reading from character string returns end of file

2014-03-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59727 --- Comment #8 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- The patch committed as shown in comment #42 of pr38199 appears to fix this one incidentally. Regarding comment 5, I am still not sure the code is valid, but I do agree there is no