[Bug target/56657] [4.6/4.7 Regression] ICE - error: unrecognizable insn.

2013-03-23 Thread nkbj1970 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56657 Niels Kristian Bech Jensen nkbj1970 at hotmail dot com changed: What|Removed |Added Known to work|

[Bug c++/56694] New: Internal compiler error when compiling OpenMP code

2013-03-23 Thread jurgen.knodlseder at irap dot omp.eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 Bug #: 56694 Summary: Internal compiler error when compiling OpenMP code Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity:

[Bug c++/56694] Internal compiler error when compiling OpenMP code

2013-03-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug fortran/56691] Allocatable array of extended type, wrong indexes after passing to a subroutine

2013-03-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56691 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/56694] Internal compiler error when compiling OpenMP code

2013-03-23 Thread jurgen.knodlseder at irap dot omp.eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 --- Comment #2 from Jürgen Knödlseder jurgen.knodlseder at irap dot omp.eu 2013-03-23 10:22:28 UTC --- What do you mean by preprocessed source ??? Le 23 mars 2013 à 10:19, mpolacek at gcc dot gnu.org a écrit :

[Bug c++/56694] Internal compiler error when compiling OpenMP code

2013-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2013-03-23 10:28:57 UTC --- Add -save-temps to the command line and attach the resulting *.ii file. This is all mentioned in http://gcc.gnu.org/bugs/ .

[Bug c++/52748] [C++11] N3276 changes to decltype

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52748 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|jason at gcc dot gnu.org|

[Bug libstdc++/56678] [c++11] non-uglified name in chrono

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-23 10:55:33 UTC --- By the way, Jakub, I think we should either manage to restore the functionality or ask all the contributors to be very strict about manually

[Bug tree-optimization/56695] New: ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-23 Thread antoine.balestrat at gmail dot com
Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: antoine.balest...@gmail.com Using GCC 4.9.0 as of 20130323 : $ cat opt.c int a, b, i; void f(void) { for(i = 0; i 8; ++i) a |= !(i |= b %= 1); } $ xgcc -O3 -w opt.c opt.c

[Bug c++/56646] [4.7/4.8/4.9 Regression] ICE: in cp_parser_late_return_type_opt, at cp/parser.c:16970

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56646 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[Bug libfortran/56696] New: Formatted (list-directed) input fails to signal end of record

2013-03-23 Thread krefson at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56696 Bug #: 56696 Summary: Formatted (list-directed) input fails to signal end of record Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug tree-optimization/56695] ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-23 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56695 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug ada/53323] assertion failure on indefinite array of controlled objects and storage pools

2013-03-23 Thread simon at pushface dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53323 --- Comment #6 from simon at pushface dot org 2013-03-23 12:14:00 UTC --- (In reply to comment #5) Sort of, we now disable the front-end assertions on release branches. Hmm, this doesn't really seem appropriate. Quoting Robert Dewar in

[Bug c++/56693] Fail to ignore const qualification on top of a function type.

2013-03-23 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56693 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug libfortran/56696] [4.8/4.9 Regression] Formatted (list-directed) input fails to signal end of record

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

[Bug c++/56694] Internal compiler error when compiling OpenMP code

2013-03-23 Thread jurgen.knodlseder at irap dot omp.eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 --- Comment #4 from Jürgen Knödlseder jurgen.knodlseder at irap dot omp.eu 2013-03-23 12:24:18 UTC --- Okay, here it comes. But believe me or not: with the -save-temps option the code compiles through! I rechecked by removing the option, and

[Bug c++/56697] New: Erroneous rejection of use of private constructor in public method

2013-03-23 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 Bug #: 56697 Summary: Erroneous rejection of use of private constructor in public method Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug ada/53323] assertion failure on indefinite array of controlled objects and storage pools

2013-03-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53323 --- Comment #7 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-03-23 12:41:46 UTC --- ... or have a compiler generate incorrect code. (NB, in this case I accept that it may well be the check that's wrong, not the generated code).

[Bug libfortran/56696] [4.8/4.9 Regression] Formatted (list-directed) input fails to signal end of record

2013-03-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56696 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #1 from Nick Maclaren nmm1 at cam dot ac.uk 2013-03-23 12:49:31 UTC --- Sorry, I should be clearer. I reported this because of the compiler difference, and because I can read the relevant wording of the standard either way.

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2013-03-23 12:55:22 UTC --- Which Intel out of curiosity? The 13.1.0 I have here at hand rejects it exactly like GCC. Likewise clang++.

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug fortran/56691] [OOP] Allocatable array: wrong offset when passing to CLASS dummy

2013-03-23 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56691 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot

[Bug libfortran/56696] [4.8/4.9 Regression] Formatted (list-directed) input fails to signal end of record

2013-03-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56696 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2013-03-23 13:10:45 UTC --- The following patch seems to fix the issue: --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1435,3 +1435,2 @@ read_real

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #4 from Nick Maclaren nmm1 at cam dot ac.uk 2013-03-23 13:46:33 UTC --- On Mar 23 2013, paolo.carlini at oracle dot com wrote: Which Intel out of curiosity? The 13.1.0 I have here at hand rejects it exactly 12.1. It's

[Bug libstdc++/51617] [C++0x] async(f) isn't.

2013-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/49204] [C++0x] remaining issues in future

2013-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.1 |4.9.0

[Bug c++/56693] [DR 1584] Fail to ignore const qualification on top of a function type.

2013-03-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56693 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/56698] New: array subscript is above array bounds triggered on code that doesn't have that problem

2013-03-23 Thread mh+gcc at glandium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56698 Bug #: 56698 Summary: array subscript is above array bounds triggered on code that doesn't have that problem Classification: Unclassified Product: gcc Version: 4.7.2

[Bug c++/56699] New: Failed for sizeof (non-static member) in lambda expression

2013-03-23 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56699 Bug #: 56699 Summary: Failed for sizeof (non-static member) in lambda expression Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug c++/56699] Failed for sizeof (non-static member) in lambda expression

2013-03-23 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56699 --- Comment #1 from frankhb1989 at gmail dot com 2013-03-23 16:29:09 UTC --- Sorry, something was wrong, g++-4.8 on Ubuntu should also reject Case 1 in fact.

[Bug c++/54277] [4.7/4.8 regression] Template class member referred to with implicit this inside lambda is incorrectly const-qualified

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54277 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/56695] ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-23 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56695 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at

[Bug tree-optimization/56695] ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-23 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56695 --- Comment #3 from Marc Glisse glisse at gcc dot gnu.org 2013-03-23 17:06:30 UTC --- In any case, it would be good to add some checks on the first argument of VEC_COND_EXPR to the verifier, so the problem is detected earlier than expand.

[Bug c++/17232] classes and class template specializations treated differently w.r.t. core issue #337

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17232 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/56698] array subscript is above array bounds triggered on code that doesn't have that problem

2013-03-23 Thread mh+gcc at glandium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56698 --- Comment #1 from Mike Hommey mh+gcc at glandium dot org 2013-03-23 18:11:16 UTC --- Interestingly, if I modify CalculateFileIndex to return 3 instead of 0, the error doesn't happen. So it might be a case of confusing gcc warning/error

[Bug c++/56447] [C++11] Lambda in template has conversion op it shouldn't have

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56447 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/55972] cannot access private member from lambda used in NSDMI

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55972 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/55532] Runtime segfault calling mutable lambda wrapped in a non-mutable lambda within a template function

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55532 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/55357] -Wshadow warns about lambda function parameters matching variables in outer scope

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55357 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/52374] [C++11] Fails to transform id-expression into dependent base member access in lambda expression

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52374 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/56039] ICE in iterative_hash_template_arg, at cp/pt.c:1606

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56039 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/53157] within lambda, error: lvalue required as unary ‘’ operand

2013-03-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53157 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at

[Bug lto/56700] New: Optimizing at compile and link result in different binary size than only optimizing at link time

2013-03-23 Thread uran238 at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56700 Bug #: 56700 Summary: Optimizing at compile and link result in different binary size than only optimizing at link time Classification: Unclassified Product: gcc

[Bug rtl-optimization/55278] [4.8 Regression] Botan performance regressions apparently due to LRA

2013-03-23 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Keywords||ra

[Bug target/55285] Botan regression on ia-64 at Mar-2012

2013-03-23 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55285 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug lto/53808] Undefined symbol when building a library with lto

2013-03-23 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53808 --- Comment #3 from Jan Hubicka hubicka at ucw dot cz 2013-03-23 21:40:19 UTC --- This patch causes the destructor to be created and marked as COMDAT, but for some reason cgraph still isn't emitting it. Thank you!. I will work out why

[Bug c++/56701] New: The *this* pointer fails to bind to rvalue reference to pointer type

2013-03-23 Thread gdjss2728 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56701 Bug #: 56701 Summary: The *this* pointer fails to bind to rvalue reference to pointer type Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug c++/56702] New: : wrongly considered an alternative token for template argument list using global name specifier

2013-03-23 Thread mmehlich at semanticdesigns dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56702 Bug #: 56702 Summary: : wrongly considered an alternative token for template argument list using global name specifier Classification: Unclassified Product: gcc

[Bug bootstrap/56703] New: problems with strsignal and maybe strstr due to varying const on return type

2013-03-23 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56703 Bug #: 56703 Summary: problems with strsignal and maybe strstr due to varying const on return type Classification: Unclassified Product: gcc Version: 4.8.0

[Bug bootstrap/56703] problems with strsignal and maybe strstr due to varying const on return type

2013-03-23 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56703 --- Comment #1 from Jay jay.krell at cornell dot edu 2013-03-23 23:12:03 UTC --- I see that the check for any function involves a cast of its type -- i.e. it isn't customized per-function, so a change isn't trivial. For now I have

[Bug c++/56702] : wrongly considered an alternative token for template argument list using global name specifier

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56702 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/54526] [C++11] :: is incorrectly treated as digraph : followed by colon

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54526 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug bootstrap/56703] problems with strsignal and maybe strstr due to varying const on return type

2013-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56703 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2013-03-23 23:18:09 UTC --- What options did you use to configure GCC? Also are you building gmp/mpfr in the same tree?

[Bug bootstrap/56704] New: rlim_t problem gcc 4.8.0 on Solaris 2.10/sparc?

2013-03-23 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56704 Bug #: 56704 Summary: rlim_t problem gcc 4.8.0 on Solaris 2.10/sparc? Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/56703] problems with strsignal and maybe strstr due to varying const on return type

2013-03-23 Thread jay.krell at cornell dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56703 --- Comment #3 from Jay jay.krell at cornell dot edu 2013-03-23 23:24:55 UTC --- gmp/mpfr/mpc are in-tree Notice that it has gotten past the first stage..so I didn't bother double checking what my bootstrap compiler was..though gcc/g++ 3.x

[Bug bootstrap/56704] rlim_t problem gcc 4.8.0 on Solaris 2.10/sparc?

2013-03-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56704 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2013-03-23 23:31:41 UTC --- PR 55784

[Bug c++/56312] Firefox 20.0a1 compilation with enabled LTO fails

2013-03-23 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56312 --- Comment #7 from Martin Liška marxin.liska at gmail dot com 2013-03-23 23:42:28 UTC --- The problem was caused by bad usage of gcc-ar and gcc-runlib that were actually not used.

[Bug c++/56312] Firefox 20.0a1 compilation with enabled LTO fails

2013-03-23 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56312 Martin Liška marxin.liska at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED