[Bug c/55383] -Wcast-qual reports incorrect message

2014-03-11 Thread magnus.reftel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55383 --- Comment #10 from Magnus Reftel --- Applied Manuel López-Ibáñez's patch on top of trunk and tested Jeremy's testcase. Without the patch, the error message says that "__attribute__((noreturn))" is being cast away. With the patch, the error messa

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2014-03-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2014-03-11 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60495 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #1) > It could be r200954. The backtrace is similar to the one for > pr58880 (duplicate?). Very likely.

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

2014-03-11 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #23 from rguenther at suse dot de --- On Mon, 10 Mar 2014, hjl.tools at gmail dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 > > --- Comment #20 from H.J. Lu --- > (In reply to Richard Biener from comment #13) >

[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-11 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 --- Comment #5 from bin.cheng --- Vrp1 generates below code: : if (b_elt_11(D) != 0B) goto ; else goto ; : # kill_elt_10 = PHI goto ; : kill_elt_14 = kill_elt_2->next; : # kill_elt_2 = PHI if (kill_elt_2 != 0B)

[Bug middle-end/60482] Loop optimization regression

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60482 --- Comment #4 from Jakub Jelinek --- Created attachment 32332 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32332&action=edit gcc49-pr60482-2.patch Untested fix for the ssa-ifcombine-10.c regression. It seems that previously, with a usele

[Bug libstdc++/60499] [4.9 Regression] non-reserved name in

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60499 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/60499] New: [4.9 Regression] non-reserved name in

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60499 Bug ID: 60499 Summary: [4.9 Regression] non-reserved name in Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority:

[Bug libstdc++/60499] [4.9 Regression] non-reserved name in

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60499 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.9.0 --- Comment #2 from Jonathan Wake

[Bug fortran/60500] New: Spurious warning on derived type initialization

2014-03-11 Thread jonathan.hogg at stfc dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60500 Bug ID: 60500 Summary: Spurious warning on derived type initialization Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug middle-end/60500] [4.7/4.8/4.9 Regression] Spurious warning on derived type initialization

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

[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-11 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60363 --- Comment #6 from bin.cheng --- After investigation, I think the root cause is: For given mergephi2 dump (before vrp), there are latch(bb13) and header(bb14) of a loop: : # changed_18 = PHI : # changed_1 = PHI # kill_elt_4 = PHI

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

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

[Bug c++/60493] g++ throws segmentation fault on simple code

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

[Bug rtl-optimization/60452] [4.8/4.9 Regression] wrong code at -O1 on x86_64-linux-gnu (affecting trunk and 4.8.x)

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60452 --- Comment #11 from Richard Biener --- (In reply to Jakub Jelinek from comment #3) > If I modify the shorter testcase such that int e[2]; is a static array, then > we don't generate cmove for it, because on: > (mem:SI (const:DI (plus:DI (symbol_r

[Bug c++/60493] g++ throws segmentation fault on simple code

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60493 Jakub Jelinek changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

[Bug other/60486] [avr] missed optimization on detecting zero flag set

2014-03-11 Thread darryl.piper at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60486 --- Comment #4 from Darryl Piper --- details also posted on avrfreaks.net http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=1143389 the bug has existed since the code base copy from 4.7.2 to create the vanilla 4.8.0 so all the

[Bug other/60486] [avr] missed optimization on detecting zero flag set

2014-03-11 Thread darryl.piper at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60486 Darryl Piper changed: What|Removed |Added Severity|normal |major

[Bug target/60486] [4.8/4.9 Regression] [avr] superfluous or missing comparision after addition or subtraction

2014-03-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60486 Georg-Johann Lay changed: What|Removed |Added Keywords||wrong-code Component|other

[Bug middle-end/60429] [4.7/4.8/4.9 Regression] Miscompilation (aliasing) with -finline-functions

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #22 from Richard Biener --- Author: rguenth Date: Tue Mar 11 12:42:18 2014 New Revision: 208479 URL: http://gcc.gnu.org/viewcvs?rev=208479&root=gcc&view=rev Log: 2014-03-11 Richard Biener PR tree-optimization/60429 PR tree

[Bug tree-optimization/60485] field-sensitive points-to confused by pointer offsetting

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60485 --- Comment #2 from Richard Biener --- Author: rguenth Date: Tue Mar 11 12:42:18 2014 New Revision: 208479 URL: http://gcc.gnu.org/viewcvs?rev=208479&root=gcc&view=rev Log: 2014-03-11 Richard Biener PR tree-optimization/60429 PR tree-

[Bug c/55383] -Wcast-qual reports incorrect message

2014-03-11 Thread magnus.reftel at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55383 --- Comment #11 from Magnus Reftel --- No regressions seen. Sent en email with the patch to gcc-patches as requested ( http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00517.html ).

[Bug middle-end/60429] [4.7/4.8 Regression] Miscompilation (aliasing) with -finline-functions

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 Richard Biener changed: What|Removed |Added Summary|[4.7/4.8/4.9 Regression]|[4.7/4.8 Regression] |

[Bug tree-optimization/60485] field-sensitive points-to confused by pointer offsetting

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60485 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/58195] Missed optimization opportunity when returning a conditional

2014-03-11 Thread bisqwit at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58195 Joel Yliluoma changed: What|Removed |Added CC||bisqwit at iki dot fi --- Comment #1 from

[Bug tree-optimization/58195] Missed optimization opportunity when returning a conditional

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58195 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|U

[Bug tree-optimization/58195] Missed optimization opportunity when returning a conditional

2014-03-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58195 --- Comment #3 from Marc Glisse --- This looks like the unary version of: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00014.html and something that could be auto-generated from a pattern like: (cond (ne @0 0) (negate @0) 0) -> (negate @0) ;-)

[Bug middle-end/60429] [4.7/4.8 Regression] Miscompilation (aliasing) with -finline-functions

2014-03-11 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #24 from Allan Jensen --- I just tested the latest subversion head of gcc 4.9 and can confirm it fixes the original problem (tst_qregion in Qt 5.2.1 compiled with -O3).

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

2014-03-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #24 from H.J. Lu --- (In reply to rguent...@suse.de from comment #23) > On Mon, 10 Mar 2014, hjl.tools at gmail dot com wrote: > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 > > > > --- Comment #20 from H.J. Lu --- > > (In

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

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60438 --- Comment #32 from Jakub Jelinek --- Ok, I've done an --enable-checking=yes,rtl bootstrap on x86_64-linux and i686-linux, and collected statistics without your patch, but with: --- gcc/combine-stack-adj.c.jj2014-02-06 17:37:02.173062234 +010

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

2014-03-11 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 Bug ID: 60501 Summary: LRA emits add patterns which might clobber cc Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: rt

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

2014-03-11 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 Andreas Krebbel changed: What|Removed |Added Target||s390x-ibm-linux Priority|P3

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

2014-03-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 Richard Biener changed: What|Removed |Added Keywords||wrong-code --- Comment #1 from Richard B

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

2014-03-11 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58424 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/60502] New: 4.9 ICE reassociation and vector types.

2014-03-11 Thread graham.stott at btinternet dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 Bug ID: 60502 Summary: 4.9 ICE reassociation and vector types. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optim

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread zosrothko at orange dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #1 from zosrothko at orange dot fr --- This issue applies also to other C functions like strdup, realpath, strerror_r, strsep, etc..

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

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

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

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

2014-03-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 --- Comment #2 from Marc Glisse --- Indeed. Probably should call build_all_ones_cst instead of build_low_bits_mask in eliminate_not_pairs.

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

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 --- Comment #3 from Jakub Jelinek --- (In reply to Marc Glisse from comment #2) > Indeed. Probably should call build_all_ones_cst instead of > build_low_bits_mask in eliminate_not_pairs. Agreed. Are you going to prepare a patch, or should I? Gu

[Bug libstdc++/60499] [4.9 Regression] non-reserved name in

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60499 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Mar 11 17:16:41 2014 New Revision: 208490 URL: http://gcc.gnu.org/viewcvs?rev=208490&root=gcc&view=rev Log: PR libstdc++/60499 * include/debug/forward_list (forward_list::oper

[Bug libstdc++/60499] [4.9 Regression] non-reserved name in

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60499 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread zosrothko at orange dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #3 from zosrothko at orange dot fr --- (In reply to Jakub Jelinek from comment #2) > stdio.h is provided by cygwin, not GCC, so IMHO you should report it there > instead. on the cygwin mailling list, cygwin states that it is a bug in g

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread zosrothko at orange dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #4 from zosrothko at orange dot fr --- (In reply to Jakub Jelinek from comment #2) > stdio.h is provided by cygwin, not GCC, so IMHO you should report it there > instead. and by the way, it compiles fine when using -std=gnu++11

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread zosrothko at orange dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #5 from zosrothko at orange dot fr --- This is a snipet from usr/include/stdio.h #if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) #ifndef _REENT_ONLY int _EXFUN(asiprintf, (char **, const char *, ...) _

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

2014-03-11 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60501 --- Comment #2 from Andreas Krebbel --- Bootstrap with -mzarch -m31 -march=zEC12 as defaults passed. 108 testsuite fails got fixed.

[Bug c++/60498] error: 'snprintf' was not declared in this scope

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

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

2014-03-11 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60502 Marc Glisse changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #4 fr

[Bug c++/60389] [4.8/4.9 Regression] [c++11] ICE with inheriting constructors and wrong usage of constexpr

2014-03-11 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60389 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Mar 11 17:34:32 2014 New Revision: 208491 URL: http://gcc.gnu.org/viewcvs?rev=208491&root=gcc&view=rev Log: /cp 2014-03-11 Paolo Carlini PR c++/60389 * method.c

[Bug c++/60389] [4.8/4.9 Regression] [c++11] ICE with inheriting constructors and wrong usage of constexpr

2014-03-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60389 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #25 from Jakub Jelinek --- Created attachment 32334 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32334&action=edit gcc49-pr60418.patch Unfortunately the patch fails to bootstrap due to -fcompare-debug failures, so tried this in

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread zosrothko at orange dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #7 from zosrothko at orange dot fr --- (In reply to Jakub Jelinek from comment #6) > As C++ isn't C, obviously it g++ -std=c++11 doesn't define __STDC_VERSION__ > macro, but just defines > __STRICT_ANSI__ 1 > __cplusplus 201103L > Shoul

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #8 from Jakub Jelinek --- Sure, but with -std=gnu++11 __STRICT_ANSI__ isn't defined (as intended).

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #9 from Jonathan Wakely --- Definitely a Cygwin bug, their header should test: #if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (__cplusplus >= 201103L) That way the functions will be defined for any -std=gnuNN mode,

[Bug c++/60498] error: 'snprintf' was not declared in this scope

2014-03-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498 --- Comment #10 from Jakub Jelinek --- Note, you've listed also plenty of non-standard functions like asiprintf, I guess those certainly shouldn't be available for __STRICT_ANSI__, even for -std=c99, -std=c11 or -std=c++11.

[Bug libstdc++/59738] [4.9 Regression] r206444 caused FAIL: 23_containers/vector/52591.cc

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59738 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Tue Mar 11 19:23:04 2014 New Revision: 208494 URL: http://gcc.gnu.org/viewcvs?rev=208494&root=gcc&view=rev Log: Backport from mainline. 2014-01-09 Jonathan Wakely PR libs

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215 --- Comment #23 from Jonathan Wakely --- Author: redi Date: Tue Mar 11 19:41:07 2014 New Revision: 208495 URL: http://gcc.gnu.org/viewcvs?rev=208495&root=gcc&view=rev Log: 2014-03-11 Jonathan Wakely Backport from mainline. 2014-01-27

[Bug libstdc++/59215] tsan: warning in shared_ptr_base.h

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59215 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60503] New: gcc looks for C++ attributes in the wrong place in a lambda-expression

2014-03-11 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60503 Bug ID: 60503 Summary: gcc looks for C++ attributes in the wrong place in a lambda-expression Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

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

2014-03-11 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60418 --- Comment #26 from H.J. Lu --- This patch avoids removing preheader when optimizing since preheader will be added back later even if it is removed: diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index 926d300..af5b24b 100644 --- a/g

[Bug libstdc++/59680] Compile error in thread.cc

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59680 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Tue Mar 11 21:06:21 2014 New Revision: 208497 URL: http://gcc.gnu.org/viewcvs?rev=208497&root=gcc&view=rev Log: 2014-03-11 Jonathan Wakely Backport from mainline. 2014-01-09

[Bug libstdc++/59680] Compile error in thread.cc

2014-03-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59680 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60367] Default argument object is not getting constructed

2014-03-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60367 Volker Reichelt changed: What|Removed |Added CC||reichelt at gcc dot gnu.org --- Comment

[Bug c++/58501] [c++11] Crash with brace-enclosed initializer as default parameter

2014-03-11 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58501 Volker Reichelt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2014-03-11 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504 Bug ID: 60504 Summary: [4.9 regression] many Ada testsuite regressions with gcc-4.9-20140309 on armv5tel-linux-gnueabi Product: gcc Version: 4.9.0 Status: UNCONFIRMED

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

2014-03-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60505 Bug ID: 60505 Summary: Warning caused by GCC vectorizer. Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizatio

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

2014-03-11 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60505 --- Comment #1 from Cong Hou --- Google ref: b/13403465

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

2014-03-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2014-03-11 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 --- Comment #40 from Jerry DeLisle --- Created attachment 32335 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32335&action=edit Updated patch taking care of NIST failures and cleaned up This patch regression tests and passes NIST on x86-64.

[Bug c++/60506] g++ reports "internal compiler error" using SSE2 and not entirely beautiful programming

2014-03-11 Thread jenkinsj89 at yahoo dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60506 --- Comment #1 from jenkinsj89 at yahoo dot ca --- Created attachment 32337 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32337&action=edit the program that gives g++ fits

[Bug c++/60506] g++ reports "internal compiler error" using SSE2 and not entirely beautiful programming

2014-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60506 Andrew Pinski changed: What|Removed |Added Severity|blocker |normal

[Bug c++/60506] g++ reports "internal compiler error" using SSE2 and not entirely beautiful programming

2014-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60506 --- Comment #2 from Andrew Pinski --- Reduced testcase: typedef unsigned QuadV4 __attribute__((vector_size(16))); void updateCount() { QuadV4 QZ; QuadV4 v; v == QZ && v == QZ; }

[Bug c++/60506] ICE with && on vectors in C++

2014-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60506 Andrew Pinski changed: What|Removed |Added Target|i86_64-pc-cygwin| |-march=corei7

[Bug c++/60506] ICE with && on vectors in C++

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

[Bug c++/58845] Operator || and && broken for vectors

2014-03-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58845 Andrew Pinski changed: What|Removed |Added CC||jenkinsj89 at yahoo dot ca --- Comment #2