[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 --- Comment #6 from fabien at gcc dot gnu.org 2011-12-02 07:34:52 UTC --- (In reply to comment #4) > About the garbled error message - the second issue - the fix should be rather > trivial, just matter of handling USING_DECL in dump_expr together w

[Bug other/51375] different prefix for (s)libdir and bindir, gcc searches for as in wrong directories

2011-12-01 Thread pjodrr at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51375 --- Comment #1 from pjodrr at gmail dot com 2011-12-02 06:57:01 UTC --- the same error occurs with 46-2025

[Bug target/51387] Test vect.exp/vect-116.c fails on execution when compiled with -mavx2 on sde.

2011-12-01 Thread michael.v.zolotukhin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51387 Michael Zolotukhin changed: What|Removed |Added CC||michael.v.zolotukhin at

[Bug target/51387] New: Test vect.exp/vect-116.c fails on execution when compiled with -mavx2 on sde.

2011-12-01 Thread michael.v.zolotukhin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51387 Bug #: 51387 Summary: Test vect.exp/vect-116.c fails on execution when compiled with -mavx2 on sde. Classification: Unclassified Product: gcc Version: 4.7.0 Status: U

[Bug tree-optimization/45685] [4.6/4.7 Regression] missed conditional move opportunity in loop

2011-12-01 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 --- Comment #19 from Jeffrey A. Law 2011-12-02 05:26:00 UTC --- I did some runtime testing on this shortly after 4.7 stage1 opened; the net result was actually a regression. I didn't delve into why due to time constraints. Without analysis as t

[Bug libstdc++/51386] New: [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout

2011-12-01 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51386 Bug #: 51386 Summary: [4.7 Regression]: 23_containers/unordered_set/hash_policy/load_factor.cc execution timeout Classification: Unclassified Product: gcc Ver

[Bug c/24453] IMA could be sped up a little more for a lot of files (for setting type context)

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24453 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/10474] gcc should be able to delay the setup of the frame pointer (patrial outlining)

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10474 --- Comment #10 from Andrew Pinski 2011-12-02 02:46:40 UTC --- The original testcase is not shrink wrapped because we need an extra copyprop before shrinkwrap can be done as mentioned in http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00380.html.

[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread fabien at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 fabien at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/51385] New: Unnecessary instantiation converting to pointer to template class instance

2011-12-01 Thread hstong at ca dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51385 Bug #: 51385 Summary: Unnecessary instantiation converting to pointer to template class instance Classification: Unclassified Product: gcc Version: 4.6.0 Status: UNCO

[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 --- Comment #4 from Paolo Carlini 2011-12-01 23:19:05 UTC --- About the garbled error message - the second issue - the fix should be rather trivial, just matter of handling USING_DECL in dump_expr together with the other *_DECL and forwarding to

[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 --- Comment #3 from Paolo Carlini 2011-12-01 23:14:05 UTC --- Diego, I'm pretty sure this is a dup of PR51319.

[Bug target/50814] SH Target: SHAD / SHLD instructions not used on SH2A

2011-12-01 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50814 --- Comment #6 from Kazumoto Kojima 2011-12-01 23:02:08 UTC --- Author: kkojima Date: Thu Dec 1 23:01:58 2011 New Revision: 181896 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181896 Log: PR target/50814. * config/sh/sh.c (expa

[Bug tree-optimization/45685] [4.6/4.7 Regression] missed conditional move opportunity in loop

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 --- Comment #18 from Jakub Jelinek 2011-12-01 22:41:46 UTC --- What about stage3 material?

[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread dnovillo at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 --- Comment #2 from dnovillo at google dot com 2011-12-01 22:39:02 UTC --- On Thu, Dec 1, 2011 at 17:19, paolo.carlini at oracle dot com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 > > --- Comment #1 from Paolo Carlini > 2011-12

[Bug middle-end/39976] [4.5/4.6/4.7 Regression] Big sixtrack degradation on powerpc 32/64 after revision r146817

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39976 --- Comment #41 from Andrew Pinski 2011-12-01 22:30:26 UTC --- (In reply to comment #40) > OK, sounds good. I'll take this one. Interesting Jeff Law posted a different patch to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45685 which will also f

[Bug c++/51314] [C++0x] sizeof... and parentheses

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51314 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/51382] Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 --- Comment #1 from Paolo Carlini 2011-12-01 22:19:10 UTC --- PR51319 (or PRs referenced therein) ?

[Bug c++/51326] [4.7 Regression] ICE with invalid override

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

[Bug c++/51318] [4.7 Regression] segfault on Eigen3

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51318 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #5 f

[Bug c++/51326] [4.7 Regression] ICE with invalid override

2011-12-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51326 --- Comment #3 from paolo at gcc dot gnu.org 2011-12-01 22:13:25 UTC --- Author: paolo Date: Thu Dec 1 22:13:19 2011 New Revision: 181895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181895 Log: /cp 2011-12-01 Paolo Carlini PR

[Bug c++/51318] [4.7 Regression] segfault on Eigen3

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51318 --- Comment #4 from Paolo Carlini 2011-12-01 22:11:11 UTC --- Thanks. I just had a look to the backtrace and seems the same.

[Bug c++/51384] seg fault in tsubst_copy_and_build

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51384 --- Comment #2 from Paolo Carlini 2011-12-01 21:55:09 UTC --- Likely dup of PR51318

[Bug c++/51318] [4.7 Regression] segfault on Eigen3

2011-12-01 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51318 --- Comment #3 from Marc Glisse 2011-12-01 21:42:35 UTC --- (In reply to comment #2) > Marc, do you have a feeling PR51384 is a duplicate? At least I produced this testcase starting from the one-liner: #include that made g++ segfault and applyi

[Bug c++/51318] [4.7 Regression] segfault on Eigen3

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51318 --- Comment #2 from Paolo Carlini 2011-12-01 21:31:58 UTC --- Marc, do you have a feeling PR51384 is a duplicate?

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 Diego Novillo changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 --- Comment #8 from Diego Novillo 2011-12-01 21:05:14 UTC --- Author: dnovillo Date: Thu Dec 1 21:05:10 2011 New Revision: 181894 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181894 Log: PR bootstrap/51346 * ipa-inline.c (can_i

[Bug c++/51384] seg fault in tsubst_copy_and_build

2011-12-01 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51384 --- Comment #1 from dcb 2011-12-01 21:01:48 UTC --- Created attachment 25969 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25969 gzipped C++ source code

[Bug c++/51384] New: seg fault in tsubst_copy_and_build

2011-12-01 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51384 Bug #: 51384 Summary: seg fault in tsubst_copy_and_build Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug bootstrap/50237] [4.7 regression] bootstrap comparison failure for libcpp/lex.o

2011-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237 --- Comment #31 from Eric Botcazou 2011-12-01 20:25:27 UTC --- > Getting rid of the attribute constructor in libcpp/lex.c isn't that hard > either. Right, I'd apply the patch in any case, this is a gratuitous portability issue.

[Bug fortran/51383] New: arrays of extended types interact break associations with arrays

2011-12-01 Thread kaiserkarl31 at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51383 Bug #: 51383 Summary: arrays of extended types interact break associations with arrays Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug gcov-profile/51113] [4.7 regression] rev. 181105 causes Firefox profiledbuild failure

2011-12-01 Thread nathan at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51113 --- Comment #10 from Nathan Sidwell 2011-12-01 19:58:55 UTC --- Author: nathan Date: Thu Dec 1 19:58:51 2011 New Revision: 181892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181892 Log: PR gcov-profile/51113 * coverage.c (buil

[Bug target/48183] ICE [arm] immed_double_const at emit-rtl.c (-mfpu=neon -g -O1)

2011-12-01 Thread havard.graff at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48183 Havard Graff changed: What|Removed |Added CC||havard.graff at gmail dot

[Bug rtl-optimization/50904] [4.7 regression] pessimization when -fno-protect-parens is enabled by -Ofast

2011-12-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED CC|ebotcazou at

[Bug c++/51180] [C++0x] inner class alias-definition variadic template error

2011-12-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51180 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3 f

[Bug c++/51180] [C++0x] inner class alias-definition variadic template error

2011-12-01 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51180 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/51356] [4.7 Regression] FAIL: gfortran.dg/anyallcount_1.f90 -O3 (internal compiler error) on powerpc-apple-darwin9 with -m32

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

[Bug debug/50317] [4.7 Regression] missing DW_OP_GNU_implicit_pointer

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

[Bug tree-optimization/51356] [4.7 Regression] FAIL: gfortran.dg/anyallcount_1.f90 -O3 (internal compiler error) on powerpc-apple-darwin9 with -m32

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51356 --- Comment #4 from Jakub Jelinek 2011-12-01 19:14:06 UTC --- Author: jakub Date: Thu Dec 1 19:14:03 2011 New Revision: 181891 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181891 Log: PR tree-optimization/51356 * tree-vect-patt

[Bug debug/50317] [4.7 Regression] missing DW_OP_GNU_implicit_pointer

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50317 --- Comment #13 from Jakub Jelinek 2011-12-01 19:12:58 UTC --- Author: jakub Date: Thu Dec 1 19:12:54 2011 New Revision: 181890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181890 Log: PR debug/50317 * tree-ssa-dce.c (remove_de

[Bug target/51381] Internal compiler error for arm target

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 Andrew Pinski changed: What|Removed |Added Component|c++ |target Severity|major

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 eric.valette at free dot fr changed: What|Removed |Added Component|target |c++ Severity|norma

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread dnovillo at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 --- Comment #7 from dnovillo at google dot com 2011-12-01 18:20:37 UTC --- On Thu, Dec 1, 2011 at 13:12, howarth at nitro dot med.uc.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 > > Jack Howarth changed: > >           What    

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug c++/22238] Awful error messages with virtual functions

2011-12-01 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22238 --- Comment #18 from Manuel López-Ibáñez 2011-12-01 17:50:25 UTC --- *** Bug 50817 has been marked as a duplicate of this bug. ***

[Bug c++/50817] G++ emits errors containing lowered vtable references

2011-12-01 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50817 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/51273] ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor

2011-12-01 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51273 --- Comment #2 from Richard Henderson 2011-12-01 17:46:35 UTC --- Author: rth Date: Thu Dec 1 17:46:32 2011 New Revision: 181887 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181887 Log: PR middle-end/51273 * cgraph.h (cgraph_ca

[Bug c++/22238] Awful error messages with virtual functions

2011-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22238 --- Comment #17 from Jonathan Wakely 2011-12-01 17:39:24 UTC --- (In reply to comment #16) > I think this is a duplicate of another PR I cannot find PR 50817 ?

[Bug c++/22238] Awful error messages with virtual functions

2011-12-01 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22238 Manuel López-Ibáñez changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug target/51381] Internal compiler error for arm target

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 Andrew Pinski changed: What|Removed |Added Component|c++ |target Severity|major

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #5 from eric.valette at free dot fr 2011-12-01 17:25:15 UTC --- g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/config

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #4 from eric.valette at free dot fr 2011-12-01 17:20:38 UTC --- Compilation option for the file -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/51198] [c++0x] [4.7 Regression] ICE with -flto and non-static data member initializers

2011-12-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51198 --- Comment #6 from Andrew Pinski 2011-12-01 17:13:10 UTC --- Author: pinskia Date: Thu Dec 1 17:13:05 2011 New Revision: 181886 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181886 Log: 2011-12-01 Andrew Pinski PR lto/51198

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #3 from eric.valette at free dot fr 2011-12-01 17:10:15 UTC --- Created attachment 25968 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25968 bziped preprocessed file

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #2 from eric.valette at free dot fr 2011-12-01 17:08:49 UTC --- I cannot attach the preprocessed file directly because its too biig. Will try to zip it. I already attached it but get no error first time.

[Bug tree-optimization/51246] [4.7 Regression] ICE in replace_ref_with, at tree-predcom.c:1309

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

[Bug tree-optimization/51246] [4.7 Regression] ICE in replace_ref_with, at tree-predcom.c:1309

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51246 --- Comment #3 from Jakub Jelinek 2011-12-01 17:03:40 UTC --- Author: jakub Date: Thu Dec 1 17:03:33 2011 New Revision: 181884 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181884 Log: PR tree-optimization/51246 * tree-predcom.c

[Bug rtl-optimization/51014] [4.7 Regression] ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops

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

[Bug rtl-optimization/51014] [4.7 Regression] ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51014 --- Comment #6 from Jakub Jelinek 2011-12-01 16:57:13 UTC --- Author: jakub Date: Thu Dec 1 16:57:07 2011 New Revision: 181883 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181883 Log: PR rtl-optimization/51014 * loop-unroll.c (

[Bug tree-optimization/50622] [4.7 Regression] ICE: verify_gimple failed for std::complex

2011-12-01 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50622 --- Comment #9 from Martin Jambor 2011-12-01 16:20:02 UTC --- Patch posted to mailing list: http://gcc.gnu.org/ml/gcc-patches/2011-12/msg00080.html

[Bug c++/51381] Internal compiler error for arm target

2011-12-01 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 --- Comment #1 from Mikael Pettersson 2011-12-01 15:57:08 UTC --- Please provide preprocessed source for the test case, the options used to compile it, and how the compiler was configured.

[Bug rtl-optimization/48715] CASE_VALUES_THRESHOLD should be settable with --param

2011-12-01 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48715 --- Comment #3 from Georg-Johann Lay 2011-12-01 15:36:01 UTC --- The commit is r175878: http://gcc.gnu.org/viewcvs?view=revision&revision=175878 There is no link-back to here because the ChangeLog does not mention the PR and there is no commit

[Bug rtl-optimization/51014] [4.7 Regression] ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops

2011-12-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51014 --- Comment #5 from Jack Howarth 2011-12-01 15:31:37 UTC --- (In reply to comment #4) > Created attachment 25939 [details] > gcc47-pr51014.patch > > Untested fix. This fix solved the problem with the reduced testcase on x86_64-apple-darwin11 wi

[Bug c++/51382] New: Incorrect diagnostic "cannot appear in a constant-expression"

2011-12-01 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51382 Bug #: 51382 Summary: Incorrect diagnostic "cannot appear in a constant-expression" Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug rtl-optimization/48715] CASE_VALUES_THRESHOLD should be settable with --param

2011-12-01 Thread meissner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48715 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat

[Bug lto/51355] [4.7 Regression] cgraph_add_edge_to_call_site_hash, at cgraph.c:765

2011-12-01 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51355 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/51346] [4.7 Regression] LTO bootstrap failed with bootstrap-profiled

2011-12-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51346 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug c++/51381] New: Internal compiler error for arm target

2011-12-01 Thread eric.valette at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51381 Bug #: 51381 Summary: Internal compiler error for arm target Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: major Priority: P3

[Bug tree-optimization/51356] [4.7 Regression] FAIL: gfortran.dg/anyallcount_1.f90 -O3 (internal compiler error) on powerpc-apple-darwin9 with -m32

2011-12-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51356 --- Comment #3 from Dominique d'Humieres 2011-12-01 14:57:13 UTC --- > works for me on top of 181853 (powerpc-darwin9). For me too on top of 181782 (powerpc-darwin9, regtested gcc and gfortran) and 181863 (x86_64-apple-darwin10, full regtest).

[Bug fortran/51380] New: ASSIGNMENT(=): Reject ALLOCATABLE/POINTER dummy argument

2011-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51380 Bug #: 51380 Summary: ASSIGNMENT(=): Reject ALLOCATABLE/POINTER dummy argument Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/51239] ICE with variadic template alias

2011-12-01 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51239 --- Comment #1 from Dodji Seketeli 2011-12-01 14:44:10 UTC --- Here is my understanding of what is happening here. When we first build the type head, we don't yet know the actual number of arguments for the 'head' template. So we should build a

[Bug tree-optimization/50802] [4.7 Regression] FAIL: gcc.c-torture/execute/arith-rand-ll.c execution at -O2 and -Os

2011-12-01 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50802 --- Comment #19 from Jorn Wolfgang Rennecke 2011-12-01 14:25:52 UTC --- Author: amylaar Date: Thu Dec 1 14:25:24 2011 New Revision: 181880 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181880 Log: PR tree-optimization/50802

[Bug testsuite/51057] FAIL: gfortran.dg/quad_2.f90 -O0 execution test on powerpc*-*-*

2011-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51057 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/51355] [4.7 Regression] cgraph_add_edge_to_call_site_hash, at cgraph.c:765

2011-12-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51355 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug fortran/25708] Module loading is not good at all

2011-12-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25708 --- Comment #19 from Janne Blomqvist 2011-12-01 14:12:45 UTC --- Author: jb Date: Thu Dec 1 14:12:37 2011 New Revision: 181879 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181879 Log: PR 25708 Avoid seeking when parsing strings and whe

[Bug c++/51379] reinterpret_cast is not particularly useful

2011-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51379 Jonathan Wakely changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug c++/51379] reinterpret_cast is not particularly useful

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51379 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug rtl-optimization/51374] [avr] insn combine reorders volatile memory accesses

2011-12-01 Thread andyw at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51374 --- Comment #4 from andyw at pobox dot com 2011-12-01 13:22:44 UTC --- Compiler command line & -v output showing configure options (thought I had pasted this in the initial report - apparently not.) Do not know what happened to the attachment, the

[Bug c++/51379] reinterpret_cast is not particularly useful

2011-12-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51379 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/51379] reinterpret_cast is not particularly useful

2011-12-01 Thread piotr.wyderski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51379 --- Comment #1 from Piotr Wyderski 2011-12-01 12:58:16 UTC --- Both static_cast and C-type cast work as expected.

[Bug c++/51379] New: reinterpret_cast is not particularly useful

2011-12-01 Thread piotr.wyderski at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51379 Bug #: 51379 Summary: reinterpret_cast is not particularly useful Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priori

[Bug rtl-optimization/48715] CASE_VALUES_THRESHOLD should be settable with --param

2011-12-01 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48715 Eric Weddington changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #1 f

[Bug target/49857] Put constant switch-tables into flash

2011-12-01 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2011-07-27 00:00

[Bug target/51050] [AVR, attiny26] ICE: invalid rtl sharing found in the insn

2011-12-01 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51050 --- Comment #3 from Georg-Johann Lay 2011-12-01 12:46:42 UTC --- (In reply to comment #2) > Johann, > > Is this a duplicate of your bug #51345? No, PR51345 is different and independent, that PR is related to PR51002. At the moment I cannot get

[Bug target/50733] avr-gcc 4.3.5 generates incorrect code when using PROGMEM macro

2011-12-01 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50733 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/51050] [AVR, attiny26] ICE: invalid rtl sharing found in the insn

2011-12-01 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51050 --- Comment #2 from Eric Weddington 2011-12-01 12:36:23 UTC --- Johann, Is this a duplicate of your bug #51345?

[Bug middle-end/37165] [4.4/4.5/4.6/4.7 Regression] FAIL: gcc.dg/matrix/matrix-1.c scan-ipa-dump-times matrix-reorg "Flattened 3 dimensions" 1

2011-12-01 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37165 Eric Weddington changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-12-01 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #26 from rguenther at suse dot de 2011-12-01 11:23:41 UTC --- On Thu, 1 Dec 2011, iains at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 > > --- Comment #23 from Iain Sandoe 2011-12-01 > 10:10:10 UTC -

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #25 from Iain Sandoe 2011-12-01 11:08:28 UTC --- the following tried using the vendor's gcc-4.2: typedef struct { unsigned short flda:9; float b; unsigned int fldc:17; float d; unsigned long long flde:33; float f; } Struc

[Bug debug/51358] missing location

2011-12-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug debug/51377] ICE when generating debug info for targets with multiple pointer sizes

2011-12-01 Thread nickc at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51377 --- Comment #2 from Nick Clifton 2011-12-01 10:54:35 UTC --- [Darn - hit return too early]. When compiling for a target that supports multiple pointer sizes (eg s390) generating debug information can trigger an ICE in the compiler: % s390-gcc

[Bug debug/51377] ICE when generating debug info for targets with multiple pointer sizes

2011-12-01 Thread nickc at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51377 --- Comment #1 from Nick Clifton 2011-12-01 10:44:57 UTC --- Created attachment 25967 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25967 Test for mixed pointer modes in the assertion.

[Bug fortran/51378] New: [OOP] Structure constructor wrongly rejects parent components if only child has PRIVATE comps

2011-12-01 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51378 Bug #: 51378 Summary: [OOP] Structure constructor wrongly rejects parent components if only child has PRIVATE comps Classification: Unclassified Product: gcc Version: 4.7.0

[Bug debug/51377] New: ICE when generating debug info for targets with multiple pointer sizes

2011-12-01 Thread nickc at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51377 Bug #: 51377 Summary: ICE when generating debug info for targets with multiple pointer sizes Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIR

[Bug middle-end/49945] [4.7 Regression] gcc.dg/guality/vla-1.c FAILs with -flto

2011-12-01 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945 --- Comment #4 from rguenther at suse dot de 2011-12-01 10:32:45 UTC --- On Fri, 25 Nov 2011, jakub at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49945 > > --- Comment #3 from Jakub Jelinek 2011-11-25 > 09:59:31 UTC

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #24 from Iain Sandoe 2011-12-01 10:25:33 UTC --- well.. sorry, that might be a bogus comment - it depends on whether the following can be interpreted to allow a different layout on the stack from 'normal' memory. Since the embedding

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-12-01 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #23 from Iain Sandoe 2011-12-01 10:10:10 UTC --- there is nothing in the ABI doc: http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/LowLevelABI/100-32-bit_PowerPC_Function_Calling_Conventions/32bitPowerP

[Bug c++/51326] [4.7 Regression] ICE with invalid override

2011-12-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51326 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

  1   2   >