[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

[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 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 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 #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 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 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 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 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 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 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/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++/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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++/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++/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++/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 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 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/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 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 #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 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 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 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 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 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 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/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 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 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 target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 Uroš Bizjak changed: What|Removed |Added Target||x86 Status|ASSIGNED

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 --- Comment #3 from uros at gcc dot gnu.org --- Author: uros Date: Tue Feb 18 18:55:35 2014 New Revision: 207851 URL: http://gcc.gnu.org/viewcvs?rev=207851&root=gcc&view=rev Log: PR target/60205 * config/i386/i386.h (struct ix86_args): Add

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

2014-02-18 Thread jose.marchesi at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 Jose E. Marchesi changed: What|Removed |Added CC||jose.marchesi at oracle dot com --- Co

[Bug c++/60265] [C++11] using-declarator of enumerator fails if fully qualified

2014-02-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60265 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCONF

[Bug c++/60265] New: [C++11] using-declarator of enumerator fails if fully qualified

2014-02-18 Thread roger.ferrer at bsc dot es
() { using A::V; // OK int x; x = V; } void f3() { using A::E::V; // ERR (but should be OK) int x; x = V; } } // -- end of enum.cc $ ~/soft/gcc-experiment/gcc-install/bin/g++ -std=c++11 --version g++ (GCC) 4.9.0 20140218 (experimental) $ g++ -std

[Bug libstdc++/60005] std::wcstod() doesn't work properly

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60005 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #16 from Jakub Jelinek --- If we go that route, I'd say it would need to be if (warning (OPT_Wpsabi, "..."))) warnedavx = true; rather than warnedavx = true; warning (OPT_Wpsabi, "..."); so that if some functions have -Wpsabi

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #15 from H.J. Lu --- (In reply to Uroš Bizjak from comment #14) > The patch could be as simple as adding OPT_Wpsabi as the first argument to: > > warning (0, "AVX vector return without AVX enabled changes the ABI"); > > -Wpsabi is en

[Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59794 --- Comment #14 from Uroš Bizjak --- (In reply to David Abdurachmanov from comment #13) > Could we get this under -Wno-abi/-Wabi? > > We have 256-bit vectors [__vector(4) double], but no AVX available/enabled. > We understand the affect on ABI co

[Bug target/60205] No ABI warning for AVX-512

2014-02-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60205 Uroš Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #5 from Mike Frysinger --- (In reply to Eric Botcazou from comment #4) that is an end user's decision. the build scripts really have no business forcing this on all random tools including gdb. the bootstrap logic makes sense for boo

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 --- Comment #5 from Kai Tietz --- Author: ktietz Date: Tue Feb 18 17:04:38 2014 New Revision: 207850 URL: http://gcc.gnu.org/viewcvs?rev=207850&root=gcc&view=rev Log: 2014-02-18 Kai Tietz Jonathan Schleifer PR objc/56870 * unwin

[Bug objc/56870] @catch handler broken with SEH

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56870 --- Comment #4 from Kai Tietz --- Author: ktietz Date: Tue Feb 18 17:02:54 2014 New Revision: 207849 URL: http://gcc.gnu.org/viewcvs?rev=207849&root=gcc&view=rev Log: 2014-02-18 Kai Tietz Jonathan Schleifer PR objc/56870 * unwin

[Bug target/60204] struct with __m512i is mishandled in function parameter passing and return

2014-02-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60204 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #9 from Jan Kratochvil --- Confirming x86_64-linux testsuite on gdb-7.7.50.20140218-cvs has no changes/regressions. (Also confirming it fixes for me the Comment 0 gcc4.9 regression.)

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #4 from Eric Botcazou --- > Well, if you can link dynamically, you should, if say libstdc++ contains > some security bug and gdb isn't built in the combined tree with gcc, then > I'd say it is highly undesirable to link it statically.

[Bug debug/48827] too far prologue end marker

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48827 Jan Kratochvil changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/60260] MIPS sign extension issue

2014-02-18 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60260 Jan Smets changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/59595] [4.9 Regression] Segmentation fault: build/genpreds -c ../../gcc/gcc/config/arm/arm.md > tmp-constrs.h

2014-02-18 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59595 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c/60194] -Wformat should also warn when using %d (instead of %u) for unsigned arguments

2014-02-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60194 Tobias Burnus changed: What|Removed |Added Keywords||patch --- Comment #2 from Tobias Burnus

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

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

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

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

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #2 from Eric Botcazou --- IMO forcing -static-libstdc++ is a progress, especially on non-Linux platforms, so I don't really see what needs fixing here. Of course people might disagree and tailor this to their needs (and write a patch)

[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 #21 from Eric Botcazou --- It's reassociation, namely optimize_range_tests, doing SSA_NAME propagation when building ranges in init_range_entry. The immediate fix is: Index: tree-ssa-reassoc.c

[Bug debug/48827] too far prologue end marker

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

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

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

[Bug plugins/59335] Plugin doesn't build on trunk

2014-02-18 Thread pageexec at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335 --- Comment #12 from PaX Team --- two more headers not installed (even by older gcc versions so a backport to at least 4.8/4.7 would be nice) but they're needed for an rtl pass to be able to make use of the df info: df.h regset.h

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

2014-02-18 Thread chrbr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60264 Bug ID: 60264 Summary: ARM ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1090 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-18 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #25 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #24 from Richard Biener --- > As the standard doesn't specify that the value is undefined upon error and it > only specifies its contents upon successfull completion it imp

[Bug fortran/60255] Deferred character length variable at (1) cannot yet be associated with unlimited polymorphic entities

2014-02-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60255 --- Comment #3 from janus at gcc dot gnu.org --- Consider the following simple test case: implicit none call sub1("test") call sub2() contains subroutine sub1(dcl) ! accepted character(len=*), target :: dcl class(*), pointer :: ucp

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

2014-02-18 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Balaji V. Iyer changed: What|Removed |Added CC||bviyer at gmail dot com --- Comment #3 f

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

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #8 from Jan Kratochvil --- Typo above, the real GDB commit of the XMM registers init workaround was: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=08711b9a36344df9e29be436d9f959324fff4f42 (In reply to Jakub Jelinek fr

[Bug c++/60263] New: C++11 header "cuchar" is missing

2014-02-18 Thread gccbug at suremail dot info
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60263 Bug ID: 60263 Summary: C++11 header "cuchar" is missing Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Ass

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

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #20 from charlet at adacore dot com --- > Same result (system.ads and rep*.adb were in gcc/, but even moving them > to $builddir and using -I. doesn't work). Same result == testcase passes. > > Maybe I have to rebuild gnat1 using tha

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

2014-02-18 Thread Arnaud Charlet
> Same result (system.ads and rep*.adb were in gcc/, but even moving them > to $builddir and using -I. doesn't work). Same result == testcase passes. > > Maybe I have to rebuild gnat1 using that modified system.ads? Even No, you don't need to do that, gnat1 reads system.ads at run time. Assumi

[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 CC||drow at gcc dot gnu.org,

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

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

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #10 from Kai Tietz --- Author: ktietz Date: Tue Feb 18 13:46:38 2014 New Revision: 207846 URL: http://gcc.gnu.org/viewcvs?rev=207846&root=gcc&view=rev Log: 2014-02-18 Kai Tietz Backport from mainline PR target/60193 *

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

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #19 from Richard Biener --- (In reply to char...@adacore.com from comment #18) > > > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > > cc3305a.adb:74:11: run-time library configuration error > > cc3305a.adb:74:11: file s-soflin.ads not

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

2014-02-18 Thread charlet at adacore dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #18 from charlet at adacore dot com --- > > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > cc3305a.adb:74:11: run-time library configuration error > cc3305a.adb:74:11: file s-soflin.ads not found > cc3305a.adb:74:11: entity "System.Sof

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

2014-02-18 Thread Arnaud Charlet
> > ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 -I gcc/ > cc3305a.adb:74:11: run-time library configuration error > cc3305a.adb:74:11: file s-soflin.ads not found > cc3305a.adb:74:11: entity "System.Soft_Links.Abort_Undefer" not > available > compilation abandoned > > at which point I need to add -I gcc/

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

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60174 --- Comment #17 from Richard Biener --- (In reply to Eric Botcazou from comment #14) > > Unfortunately that's always telling me > > > > error: "gnat1drv.adb" must be recompiled ("system.ads" has been modified) > > error: "s-stalib.adb" must be re

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

2014-02-18 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58844 --- Comment #4 from Dodji Seketeli --- yes, the patch looks good to me. Thank you for looking into that.

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

2014-02-18 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60142 --- Comment #6 from Jan Kratochvil --- (In reply to Jakub Jelinek from comment #5) > as in the case of the varargs x86_64 function that might need > saving xmm registers, [...] > So, does GDB have a > disassemble matcher for the ... prologue, or d

[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 #5 from Jakub Jelinek --- BTW, the second line change in the function heuristics also fails for say: #include void bar (va_list ap); void foo (int a, ...) { va_list ap; va_start (ap, a); bar (ap); va_end (ap); } on x86_64,

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #9 from Kai Tietz --- Author: ktietz Date: Tue Feb 18 12:57:32 2014 New Revision: 207845 URL: http://gcc.gnu.org/viewcvs?rev=207845&root=gcc&view=rev Log: 2014-02-18 Kai Tietz Backport from mainline PR target/60193 * c

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #6 from Richard Biener --- Trying Index: libjava/Makefile.am === --- libjava/Makefile.am (revision 207837) +++ libjava/Makefile.am (working copy) @@ -6,6 +6,7 @@ ACLOCAL_

[Bug target/60193] [4.7/4.8 regression] ICE on big nested frame

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

[Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs

2014-02-18 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #5 from Richard Biener --- (In reply to Richard Biener from comment #4) > Hmm, it seems to me that > > # Determine where the standard .db file and GNU Classpath JNI > # libraries are found. > gcjsubdir=gcj-$gcjversion-$libgcj_soversio

[Bug target/60193] [4.7.4/4.8/4.9 regression] ICE on big nested frame

2014-02-18 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60193 --- Comment #7 from Kai Tietz --- Author: ktietz Date: Tue Feb 18 12:49:15 2014 New Revision: 207844 URL: http://gcc.gnu.org/viewcvs?rev=207844&root=gcc&view=rev Log: 2014-02-18 Kai Tietz PR target/60193 * config/i386/i386.c (ix86_exp

  1   2   >