[Bug ipa/60266] New: [4.9 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:261 during LibreOffice LTO build

2014-02-18 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60266 Bug ID: 60266 Summary: [4.9 Regression] ICE: in ipa_get_parm_lattices, at ipa-cp.c:261 during LibreOffice LTO build Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/60258] Member initialization for atomic fail.

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

[Bug fortran/60232] [OOP] The rank of the element in the structure constructor does not match that of the component

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60232 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|una

[Bug debug/32445] no debug information for loop counters

2014-02-18 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32445 Tom Tromey changed: What|Removed |Added CC||tromey at gcc dot gnu.org --- Comment #4 fro

[Bug fortran/49397] [4.7/4.8/4.9 Regression] [F03] ICE with proc pointer assignment

2014-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49397 Tobias Burnus changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug other/55880] demangler crash

2014-02-18 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55880 Tom Tromey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/60190] [c++1y] ICE with invalid return type of template lambda

2014-02-18 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60190 --- Comment #4 from Adam Butcher --- Author: abutcher Date: Tue Feb 18 21:07:48 2014 New Revision: 207852 URL: http://gcc.gnu.org/viewcvs?rev=207852&root=gcc&view=rev Log: Fix PR c++/60190. PR c++/60190 * parser.c (cp_parser_lambda_decla

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Tue Feb 18 21:16:21 2014 New Revision: 207853 URL: http://gcc.gnu.org/viewcvs?rev=207853&root=gcc&view=rev Log: PR sanitizer/60142 * final.c (SEEN_BB): Remove. (SEEN_NOTE, SEE

[Bug sanitizer/60142] [4.9 Regression][asan] -fsanitize=address breaks debugging - stepping into functions no longer possible

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

[Bug fortran/60232] [OOP] The rank of the element in the structure constructor does not match that of the component

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60232 --- Comment #3 from janus at gcc dot gnu.org --- I think this patch is even better: Index: gcc/fortran/expr.c === --- gcc/fortran/expr.c(revision 207846) +++ gcc/fortran/expr.c

[Bug fortran/49397] [4.7/4.8/4.9 Regression] [F03] ICE with proc pointer assignment

2014-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49397 --- Comment #11 from Tobias Burnus --- Author: burnus Date: Tue Feb 18 22:09:39 2014 New Revision: 207854 URL: http://gcc.gnu.org/viewcvs?rev=207854&root=gcc&view=rev Log: 2014-02-18 Tobias Burnus PR fortran/49397 * expr.c (gf

[Bug fortran/60232] [OOP] The rank of the element in the structure constructor does not match that of the component

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60232 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > I think this patch is even better: ... and regtests cleanly.

[Bug fortran/49397] [4.7/4.8/4.9 Regression] [F03] ICE with proc pointer assignment

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49397 --- Comment #12 from janus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #11) > Modified: > trunk/gcc/fortran/ChangeLog > trunk/gcc/fortran/expr.c > trunk/gcc/fortran/trans-decl.c > trunk/gcc/testsuite/ChangeLog Se

[Bug fortran/49397] [4.7/4.8/4.9 Regression] [F03] ICE with proc pointer assignment

2014-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49397 --- Comment #13 from Tobias Burnus --- Author: burnus Date: Tue Feb 18 22:29:00 2014 New Revision: 207855 URL: http://gcc.gnu.org/viewcvs?rev=207855&root=gcc&view=rev Log: Really add the new testsuite files missing from commit r207854 2014-02-18

[Bug c++/60064] [c++1y] ICE with auto as parameter of friend function

2014-02-18 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60064 --- Comment #2 from Adam Butcher --- Author: abutcher Date: Tue Feb 18 22:29:56 2014 New Revision: 207856 URL: http://gcc.gnu.org/viewcvs?rev=207856&root=gcc&view=rev Log: Fix PR c++/60064. PR c++/60064 * parser.c (cp_parser_member_decla

[Bug c++/60267] New: ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887

2014-02-18 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 Bug ID: 60267 Summary: ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887 Product: gcc Version: 4.9.0 Status:

[Bug c++/60198] ICE with _Cilk_spawn in expression within template function

2014-02-18 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 --- Comment #4 from Sylwester Arabas --- Here it is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 HTH, Sylwester

[Bug c++/60267] ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug c++/60225] [4.9 Regression] [c++11] ICE initializing constexpr array

2014-02-18 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60225 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Feb 18 23:11:26 2014 New Revision: 207858 URL: http://gcc.gnu.org/viewcvs?rev=207858&root=gcc&view=rev Log: /cp 2014-02-18 Paolo Carlini PR c++/60225 * semantics

[Bug c++/60215] [4.9 Regression] ICE with invalid bit-field size

2014-02-18 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60215 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Feb 18 23:11:26 2014 New Revision: 207858 URL: http://gcc.gnu.org/viewcvs?rev=207858&root=gcc&view=rev Log: /cp 2014-02-18 Paolo Carlini PR c++/60225 * semantics

[Bug c++/60215] [4.9 Regression] ICE with invalid bit-field size

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

[Bug c++/60225] [4.9 Regression] [c++11] ICE initializing constexpr array

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

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #23 from Eric Botcazou --- Author: ebotcazou Date: Tue Feb 18 23:15:27 2014 New Revision: 207859 URL: http://gcc.gnu.org/viewcvs?rev=207859&root=gcc&view=rev Log: PR tree-optimization/60174 * tree-ssa-reassoc.c (init_range_ent

[Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|ebotcazou at

[Bug c++/60267] ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887

2014-02-18 Thread slayoo at staszic dot waw.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 --- Comment #2 from Sylwester Arabas --- As I've mentioned, trying to use -save-temps results in another ICE and an abruptly cut .ii file (last line ends with an unfinished #pragma). The .ii file fails to compile and does not give the ICE. S.

[Bug sanitizer/59758] [4.9 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

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

[Bug libstdc++/60263] C++11 header "cuchar" is missing

2014-02-18 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60263 --- Comment #1 from joseph at codesourcery dot com --- In , Jason said he'd raised the issue of whether C++11 really should be different from C11 regarding those macros being in a header r

[Bug c++/60267] ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887

2014-02-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 --- Comment #3 from Andrew Pinski --- Can you try reducing the header file (using delta) to get a reduced testcase?

[Bug target/60203] Support long double/_Decimal128 direct move on power8

2014-02-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60203 --- Comment #6 from Michael Meissner --- Author: meissner Date: Wed Feb 19 02:14:17 2014 New Revision: 207868 URL: http://gcc.gnu.org/viewcvs?rev=207868&root=gcc&view=rev Log: 2014-02-18 Michael Meissner PR target/60203 * config/rs600

[Bug target/60203] Support long double/_Decimal128 direct move on power8

2014-02-18 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60203 --- Comment #7 from Michael Meissner --- Author: meissner Date: Wed Feb 19 02:23:10 2014 New Revision: 207869 URL: http://gcc.gnu.org/viewcvs?rev=207869&root=gcc&view=rev Log: 2014-02-18 Michael Meissner PR target/60203 * config/rs600

[Bug rtl-optimization/60268] New: [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557

2014-02-18 Thread dimhen at gmail dot com
ugin --with-tune=native --with-arch=native --enable-version-specific-runtime-libs --enable-static --disable-multilib Thread model: posix gcc version 4.9.0 20140218 (experimental) [trunk revision 207850] (GCC)

[Bug libstdc++/60263] C++11 header "cuchar" is missing

2014-02-18 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60263 --- Comment #2 from Daniel Krügler --- (In reply to jos...@codesourcery.com from comment #1) > In , Jason said > he'd raised the issue of whether C++11 really should be different from C11

[Bug preprocessor/58844] [4.8/4.9 Regression] ICE with invalid use of ##

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Feb 19 06:05:55 2014 New Revision: 207871 URL: http://gcc.gnu.org/viewcvs?rev=207871&root=gcc&view=rev Log: PR preprocessor/58844 * macro.c (enter_macro_context): Only push

[Bug preprocessor/58844] [4.8 Regression] ICE with invalid use of ##

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 Jakub Jelinek changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Known to work|

[Bug c++/60267] ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE in tsubst_copy, at cp/pt.c:12887

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60267 --- Comment #4 from Jakub Jelinek --- In how many places you have the #pragma GCC ivdep pragmas? Can you e.g. try to replace them by #pragma ivdep, preprocess, then replace them back in the preprocessed file? Or #pragma omp simd instead of #prag

[Bug c/59193] Unused postfix operator temporaries

2014-02-18 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Max TenEyck Woodbury changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

[Bug c/60195] Strange warnings using atomic types

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60195 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/60195] Strange warnings using atomic types

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60195 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Wed Feb 19 06:29:49 2014 New Revision: 207873 URL: http://gcc.gnu.org/viewcvs?rev=207873&root=gcc&view=rev Log: PR c/60195 c/ * c-typeck.c (convert_lvalue_to_rvalue): Set TREE_N

[Bug c/37743] Bogus printf format warning with __builtin_bswap32.

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37743 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #10

[Bug rtl-optimization/60268] [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557

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

[Bug rtl-optimization/60268] [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268 Jakub Jelinek changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comment #

[Bug tree-optimization/60236] gfortran.dg/vect/pr32380.f fails on ARM

2014-02-18 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60236 --- Comment #5 from Bernd Edlinger --- Created attachment 32166 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32166&action=edit proposed patch Ok, now I have fixed the syntax. This patch works for arm and x86_64. And takes into account the

[Bug tree-optimization/60236] gfortran.dg/vect/pr32380.f fails on ARM

2014-02-18 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60236 Bernd Edlinger changed: What|Removed |Added CC||dominiq at lps dot ens.fr,

[Bug fortran/60231] [4.8/4.9 Regression] ICE on undefined generic

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60231 --- Comment #5 from janus at gcc dot gnu.org --- Author: janus Date: Wed Feb 19 07:38:45 2014 New Revision: 207876 URL: http://gcc.gnu.org/viewcvs?rev=207876&root=gcc&view=rev Log: 2014-02-19 Janus Weil Backports from mainline: 2014-02

[Bug fortran/55907] [4.7/4.8/4.9 Regression] ICE with -fno-automatic -finit-local-zero

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55907 --- Comment #11 from janus at gcc dot gnu.org --- Author: janus Date: Wed Feb 19 07:38:45 2014 New Revision: 207876 URL: http://gcc.gnu.org/viewcvs?rev=207876&root=gcc&view=rev Log: 2014-02-19 Janus Weil Backports from mainline: 2014-0

[Bug c/60136] indexing an 8-element array with a long long results in bad results

2014-02-18 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60136 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/60231] [4.8/4.9 Regression] ICE on undefined generic

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60231 --- Comment #6 from janus at gcc dot gnu.org --- Fixed for 4.8.3 and 4.9.0. Closing. Thanks for the report!

[Bug fortran/60231] [4.8/4.9 Regression] ICE on undefined generic

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60231 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60258] Member initialization for atomic fail.

2014-02-18 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60258 --- Comment #5 from Daniel Krügler --- (In reply to Daniel Krügler from comment #4) > Reduced example: More reduced by eliminating library dependencies: //-- struct atomic_bool { atomic_bool(const atomic_bool&) = delete; cons

<    1   2