[Bug c++/64248] [5 Regression] Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64248 --- Comment #3 from Markus Trippelsdorf --- (In reply to theubik from comment #2) > (In reply to Markus Trippelsdorf from comment #1) > > Probably more outfall from r217241. > > it's not a bug? Sure it is.

[Bug c++/64248] [5 Regression] Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread theubik at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64248 --- Comment #2 from theubik at mail dot ru --- (In reply to Markus Trippelsdorf from comment #1) > Probably more outfall from r217241. it's not a bug?

[Bug tree-optimization/59592] Segmentation fault in fold_comparison at -O1

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59592 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/64248] [5 Regression] Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64248 Markus Trippelsdorf changed: What|Removed |Added Target|x86_64-linux-gnu| Status|UNCONFIRMED

[Bug tree-optimization/60694] Gcc-4.2.4 hangs during compilation of the attached test

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60694 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/64248] New: Error: declarator-id missing; using reserved word ‘__FUNCTION__’

2014-12-09 Thread theubik at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64248 Bug ID: 64248 Summary: Error: declarator-id missing; using reserved word ‘__FUNCTION__’ Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/64247] New: program result depends on environment ?

2014-12-09 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64247 Bug ID: 64247 Summary: program result depends on environment ? Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-en

[Bug c++/64222] [5 Regression] error: ‘__FUNCTION__’ was not declared in this scope

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64222 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64129] [5.0 regression] ICE on invalid: in grokfndecl, at cp/decl.c:7658

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64129 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64129] [5.0 regression] ICE on invalid: in grokfndecl, at cp/decl.c:7658

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64129 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Dec 10 02:51:03 2014 New Revision: 218557 URL: https://gcc.gnu.org/viewcvs?rev=218557&root=gcc&view=rev Log: PR c++/64129 * decl.c (grokdeclarator): Recover from variable temp

[Bug c++/64222] [5 Regression] error: ‘__FUNCTION__’ was not declared in this scope

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64222 --- Comment #2 from Jason Merrill --- Author: jason Date: Wed Dec 10 02:50:54 2014 New Revision: 218556 URL: https://gcc.gnu.org/viewcvs?rev=218556&root=gcc&view=rev Log: PR c++/64222 * parser.c (cp_parser_unqualified_id): Don't declare

[Bug target/64160] msp430 code generation error adding 32-bit integers

2014-12-09 Thread uweigand at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64160 --- Comment #4 from Ulrich Weigand --- The ususal test in such scenarios involves reg_overlap_mentioned_p: /* Nonzero if modifying X will affect IN. [...] */ int reg_overlap_mentioned_p (const_rtx x, const_rtx in) which also handles cases lik

[Bug go/61307] gccgo: ICE in Create_function_descriptors::expression [GoSmith]

2014-12-09 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61307 --- Comment #1 from Chris Manghane --- I'm unable to reproduce this on gcc version 5.0.0 20141210 (experimental) (GCC).

[Bug go/61322] gccgo: spurious "incompatible type for field 2 in struct construction" error [GoSmith]

2014-12-09 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61322 --- Comment #1 from Chris Manghane --- I'm unable to reproduce this on gcc version 5.0.0 20141210 (experimental) (GCC).

[Bug middle-end/64246] New: [5 Regression] ICE building libada for Windows due to NULL loop header

2014-12-09 Thread matt at gwalski dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64246 Bug ID: 64246 Summary: [5 Regression] ICE building libada for Windows due to NULL loop header Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: major

[Bug target/55298] [SH] Add support to disable FPU usage for individual functions

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55298 --- Comment #1 from Oleg Endo --- Alternatively, split the options such as -m4-single, -m4-nofpu into e.g. -mcpu and -mfpu and implement the 'target' function attribute. This would also allow controlling other target specific options on a per-fu

[Bug target/53513] [SH] Add support for fschg and fpchg insns and improve fenv support

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513 --- Comment #42 from Oleg Endo --- Author: olegendo Date: Wed Dec 10 00:21:36 2014 New Revision: 218551 URL: https://gcc.gnu.org/viewcvs?rev=218551&root=gcc&view=rev Log: gcc/ PR target/53513 * doc/extend.texi (__builtin_sh_get_fpscr, __

[Bug ipa/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-09 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 --- Comment #6 from Alan Modra --- Actually, I think you want decl_binds_to_current_def_p rather than binds_local_p.

[Bug ipa/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-09 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64146 --- Comment #5 from Alan Modra --- Right, the problem is .set_Z8test_barv.localalias.0,_Z8test_barv or really, using that alias here (-O2 -fpic) .globl _Z8test_foov .type _Z8test_foov, @function _Z8test_foov: .LFB5:

[Bug target/64160] msp430 code generation error adding 32-bit integers

2014-12-09 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64160 --- Comment #3 from Peter A. Bigot --- Comment on attachment 34232 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34232 Proposed patch I don't trust that the term nonsubreg is being used correctly in that predicate since the operand does h

[Bug libgcc/64245] New: libgcc for msp430 depends on unreleased binutils feature

2014-12-09 Thread dg at cowlark dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64245 Bug ID: 64245 Summary: libgcc for msp430 depends on unreleased binutils feature Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Prior

[Bug middle-end/64225] [4.8/4.9/5 Regression] -funsafe-math-optimizations generates call to pow where multiply instruction would do

2014-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64225 Bill Schmidt changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #13 from Bill Schmid

[Bug middle-end/64225] [4.8/4.9/5 Regression] -funsafe-math-optimizations generates call to pow where multiply instruction would do

2014-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64225 --- Comment #12 from Bill Schmidt --- Author: wschmidt Date: Tue Dec 9 23:02:06 2014 New Revision: 218546 URL: https://gcc.gnu.org/viewcvs?rev=218546&root=gcc&view=rev Log: 2014-12-09 Bill Schmidt PR middle-end/64225 * tree-ssa-reas

[Bug c++/64232] Derived class with implicitly declared assignment operator is std::is_assignable though base class is not std::is_assignable

2014-12-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64232 --- Comment #3 from Jonathan Wakely --- Not just GCC, but clang/libc++ gives the same results.

[Bug fortran/60289] allocating class(*) pointer as character gives type-spec requires the same character-length parameter

2014-12-09 Thread ondrej.certik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60289 Ondřej Čertík changed: What|Removed |Added CC||ondrej.certik at gmail dot com --- Comme

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #8 from Oleg Endo --- Author: olegendo Date: Tue Dec 9 22:51:32 2014 New Revision: 218545 URL: https://gcc.gnu.org/viewcvs?rev=218545&root=gcc&view=rev Log: libgcc/ Backport from mainline 2014-11-30 Oleg Endo PR targ

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #7 from Oleg Endo --- Author: olegendo Date: Tue Dec 9 22:45:26 2014 New Revision: 218544 URL: https://gcc.gnu.org/viewcvs?rev=218544&root=gcc&view=rev Log: libgcc/ Backport from mainline 2014-11-30 Oleg Endo PR targ

[Bug target/55295] [SH] Add support for fipr instruction

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55295 --- Comment #10 from Oleg Endo --- (In reply to Oleg Endo from comment #9) > Created attachment 34213 [details] > Combine patterns for matching fipr > > An updated patch for trunk. As for the redundant fp moves and/or ferries > through fpul, th

[Bug fortran/64244] [4.8/4.9/5 Regression] internal compiler error at class.c:236 when using non_overridable

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

[Bug fortran/64244] New: internal compiler error at class.c:236 when using non_overridable

2014-12-09 Thread ondrej.certik at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64244 Bug ID: 64244 Summary: internal compiler error at class.c:236 when using non_overridable Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug c++/64232] Derived class with implicitly declared assignment operator is std::is_assignable though base class is not std::is_assignable

2014-12-09 Thread mmehlich at semanticdesigns dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64232 --- Comment #2 from Michael Mehlich --- My expectation was that the compiler declares the copy assignment operator of Y as deleted as its base class X is not assignable; std::is_assignable would then just have to look at the copy constructor for

[Bug target/64231] [5 Regression] SIGSEGV building glibc on aarch64-linux-gnu from r217852

2014-12-09 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 --- Comment #7 from Sandra Loosemore --- H. I'm not sure why there's trouble in reproducing the failure, but looking at this some more, it seems like we have a problem with this code fragment from force_const_mem in varasm.c: /* If we're

[Bug fortran/63205] [OOP] Wrongly rejects type = class (for identical declared type)

2014-12-09 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63205 paul.richard.thomas at gmail dot com changed: What|Removed |Added Attachment #33995|0 |1 is obso

[Bug fortran/52075] OpenMP atomic update failing if -fbounds-check specified

2014-12-09 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52075 Joost VandeVondele changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug fortran/52075] OpenMP atomic update failing if -fbounds-check specified

2014-12-09 Thread longb at cray dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52075 --- Comment #4 from Bill Long --- With this version: > gfortran --version GNU Fortran (GCC) 4.9.1 20140716 (Cray Inc.) Copyright (C) 2014 Free Software Foundation, Inc. I see the following: > gfortran -fopenmp -fbounds-check test.f90 > ./a.ou

[Bug jit/63854] Fix memory leaks seen in JIT

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63854 --- Comment #28 from David Malcolm --- Author: dmalcolm Date: Tue Dec 9 20:46:33 2014 New Revision: 218538 URL: https://gcc.gnu.org/viewcvs?rev=218538&root=gcc&view=rev Log: PR jit/63854: Document how to run the jit testsuite under valgrind gc

[Bug rtl-optimization/64217] LRA: generate wrong liveness info after r217947 for clobber in jump_insn

2014-12-09 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64217 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comme

[Bug fortran/54724] libgfortran does not respect --disable-werror

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54724 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/63870] [Aarch64] [ARM] Errors in use of NEON intrinsics are reported incorrectly

2014-12-09 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63870 --- Comment #3 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Tue Dec 9 20:23:36 2014 New Revision: 218536 URL: https://gcc.gnu.org/viewcvs?rev=218536&root=gcc&view=rev Log: [AArch64]Remove be_checked_get_lane, check bounds with __b

[Bug fortran/54822] OpenMP - Firstprivate optional dummy arguments crash if not present

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54822 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/63640] move_alloc memory leak

2014-12-09 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63640 --- Comment #4 from Joost VandeVondele --- (In reply to Dominique d'Humieres from comment #3) > Is this PR INVALID? seems more like an enhancement request to free allocatables at the end of main. I guess this is not mandated by the standard, bu

[Bug fortran/52075] OpenMP atomic update failing if -fbounds-check specified

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52075 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug jit/64206] fake.so is unlinked too early for some users

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 --- Comment #5 from David Malcolm --- (In reply to David Malcolm from comment #4) > Created attachment 34233 [details] > Updated patch I've introduced a gcc::jit::tempdir class in r218533 (which appears to be a reasonable simplification in itsel

[Bug jit/64206] fake.so is unlinked too early for some users

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 David Malcolm changed: What|Removed |Added Attachment #34219|0 |1 is obsolete|

[Bug fortran/63413] cpp trying to expand "vector" word in commented line in fortran file on power8

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63413 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/63413] cpp trying to expand "vector" word in commented line in fortran file on power8

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63413 --- Comment #2 from Dominique d'Humieres --- s/This should reported/This should be reported/

[Bug jit/64206] fake.so is unlinked too early for some users

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64206 --- Comment #3 from David Malcolm --- Author: dmalcolm Date: Tue Dec 9 20:00:07 2014 New Revision: 218533 URL: https://gcc.gnu.org/viewcvs?rev=218533&root=gcc&view=rev Log: Add jit-tempdir.{c|h} gcc/jit/ChangeLog: PR jit/64206 * Ma

[Bug fortran/56226] Add support for DEC UNION and MAP extensions

2014-12-09 Thread fritzoreese at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226 --- Comment #7 from Fritz Reese --- FWIW I have the patches ready against the gcc-5.0.0 dev trunk, I'm just waiting on my employer's lawyer, who has been on vacation for several weeks, to sort out the legal issues. The wheels of justice spin awf

[Bug fortran/63640] move_alloc memory leak

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63640 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/63922] Compiler error with OpenMP, default(none) and an integer parameter array

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63922 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/64173] ICE involving derived type function pointers

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

[Bug tree-optimization/61931] Wrong Constant Folding

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61931 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/64209] [OOP] copy class(*) component from type with a subroutine

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

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/63822] tree-chkp.c: missing init for local variable found_valid ?

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63822 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/56226] Add support for DEC UNION and MAP extensions

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56226 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/36313] [F03] {MIN,MAX}{LOC,VAL} should accept character arguments

2014-12-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36313 --- Comment #8 from Dominique d'Humieres --- > Regression or documentation skew? > > Per 4.4.5 documentation, viz., This has been changed starting at 4.5.4 up to trunk (5.0): ARRAYShall be an array of type INTEGER or REAL. Note that I did

[Bug fortran/36313] [F03] {MIN,MAX}{LOC,VAL} should accept character arguments

2014-12-09 Thread Bil.Kleb at NASA dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36313 Bil Kleb changed: What|Removed |Added CC||Bil.Kleb at NASA dot gov --- Comment #7 from

[Bug tree-optimization/47445] Wrong code generated with -O -fno-omit-frame-pointer -fpeel-loops

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47445 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/64127] [5 regression] ICE on invalid: tree check: expected identifier_node, have template_id_expr in cp_parser_diagnose_invalid_type_name, at cp/parser.c:2980

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64127 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/64129] [5.0 regression] ICE on invalid: in grokfndecl, at cp/decl.c:7658

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64129 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug middle-end/61018] [4.8/4.9/5 Regression] -Wvarargs does not print warning for member functions

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61018 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org Compon

[Bug c++/64222] [5 Regression] error: ‘__FUNCTION__’ was not declared in this scope

2014-12-09 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64222 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/64231] [5 Regression] SIGSEGV building glibc on aarch64-linux-gnu from r217852

2014-12-09 Thread sandra at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64231 --- Comment #6 from Sandra Loosemore --- This reproduces it for me; my build is at r217852. $ aarch64-linux-gnu-gcc argp-help.i -c -O2 argp-help.c: In function '_help': argp-help.c:1684:1: internal compiler error: Segmentation fault 0x874f9b0

[Bug rtl-optimization/64242] Longjmp expansion incorrect on i386

2014-12-09 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #3 from Wilco --- (In reply to H.J. Lu from comment #2) > Dup of PR 59039? No that talks about not using __builtin_setjmp and __builtin_longjmp within the same function. I only used longjmp. Or are they so broken you need to put both

[Bug target/64243] New: Passing and returning structures with single member of floating type via SSE registers is wrong on Windows x86-64 ABI

2014-12-09 Thread krzysztof.surdacki at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64243 Bug ID: 64243 Summary: Passing and returning structures with single member of floating type via SSE registers is wrong on Windows x86-64 ABI Product: gcc Version:

[Bug rtl-optimization/64242] Longjmp expansion incorrect on i386

2014-12-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 --- Comment #2 from H.J. Lu --- Dup of PR 59039?

[Bug rtl-optimization/64242] Longjmp expansion incorrect on i386

2014-12-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1 from

[Bug rtl-optimization/64151] [5 Regression] r218266 caused many regressions

2014-12-09 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64151 --- Comment #7 from Wilco --- See PR rtl-optimization/64242 for the longjmp issue on i386.

[Bug rtl-optimization/64242] New: Longjmp expansion incorrect on i386

2014-12-09 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64242 Bug ID: 64242 Summary: Longjmp expansion incorrect on i386 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimizatio

[Bug ipa/64146] [5 Regression] ipa-icf breaks gold dynamic_test_2 test

2014-12-09 Thread marxin at gcc dot gnu.org
.set_Z8test_barv.localalias.0,_Z8test_barv .ident"GCC: (GNU) 5.0.0 20141209 (experimental)" .section.note.GNU-stack,"",@progbits But it's probably not enough, what exactly means binds_local_p ? Thanks, Martin

[Bug target/64160] msp430 code generation error adding 32-bit integers

2014-12-09 Thread nickc at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64160 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2 fr

[Bug jit/64020] jit misses sin/cos optimizations

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug jit/64020] jit misses sin/cos optimizations

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 Bug 64020 depends on bug 64166, which changed state. Bug 64166 Summary: JIT does not provide a way for verifying dumpfiles from testcases https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64166 What|Removed |Added -

[Bug jit/64166] JIT does not provide a way for verifying dumpfiles from testcases

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64166 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/64225] [4.8/4.9/5 Regression] -funsafe-math-optimizations generates call to pow where multiply instruction would do

2014-12-09 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64225 --- Comment #11 from ktkachov at gcc dot gnu.org --- (In reply to Bill Schmidt from comment #10) > Agreed. I will test the fix Richard suggested. Assuming no regressions, > does pre-approval include backports to 4.8 and 4.9? Thanks for taking t

[Bug jit/64166] JIT does not provide a way for verifying dumpfiles from testcases

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64166 --- Comment #5 from David Malcolm --- Author: dmalcolm Date: Tue Dec 9 15:35:39 2014 New Revision: 218521 URL: https://gcc.gnu.org/viewcvs?rev=218521&root=gcc&view=rev Log: PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump gcc/jit/C

[Bug jit/64020] jit misses sin/cos optimizations

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64020 --- Comment #9 from David Malcolm --- Author: dmalcolm Date: Tue Dec 9 15:35:39 2014 New Revision: 218521 URL: https://gcc.gnu.org/viewcvs?rev=218521&root=gcc&view=rev Log: PR jit/64166: Add API entrypoint gcc_jit_context_enable_dump gcc/jit/C

[Bug tree-optimization/48443] ICE: verify_flow_info failed: control flow in the middle of basic block with -fprefetch-loop-arrays --param l2-cache-size=0 and setjmp()

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48443 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 Markus Trippelsdorf changed: What|Removed |Added Resolution|FIXED |MOVED --- Comment #13 from Markus

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug tree-optimization/48375] ICE: in initialize_matrix_A, at tree-data-ref.c:1901 with -O -ftree-vectorize

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48375 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/64225] [4.8/4.9/5 Regression] -funsafe-math-optimizations generates call to pow where multiply instruction would do

2014-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64225 --- Comment #10 from Bill Schmidt --- Agreed. I will test the fix Richard suggested. Assuming no regressions, does pre-approval include backports to 4.8 and 4.9? Thanks, Bill

[Bug libstdc++/64241] New: make_exception_ptr returns garbage with -fno-exceptions

2014-12-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64241 Bug ID: 64241 Summary: make_exception_ptr returns garbage with -fno-exceptions Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority

[Bug tree-optimization/48304] ICE: SIGFPE (division by zero) in maybe_hot_count_p at predict.c:145 with --param hot-bb-count-fraction=0 -fprofile-use

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48304 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug jit/64166] JIT does not provide a way for verifying dumpfiles from testcases

2014-12-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64166 --- Comment #4 from David Malcolm --- Author: dmalcolm Date: Tue Dec 9 15:25:11 2014 New Revision: 218520 URL: https://gcc.gnu.org/viewcvs?rev=218520&root=gcc&view=rev Log: PR jit/64166: Add methods to gcc::dump_manager needed by JIT testing g

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #11 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #10) > (In reply to Markus Trippelsdorf from comment #9) > > (In reply to H.J. Lu from comment #8) > > > (In reply to Markus Trippelsdorf from comment #7) > > > > > Ad

[Bug tree-optimization/34147] internal compiler error: in set_iv, at tree-ssa-loop-ivopts.c:936

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34147 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #10 from H.J. Lu --- (In reply to Markus Trippelsdorf from comment #9) > (In reply to H.J. Lu from comment #8) > > (In reply to Markus Trippelsdorf from comment #7) > > > > Adding -fuse-ld=gold to the crtn.o link command posted above,

[Bug tree-optimization/19104] in range test not noticed

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19104 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #9 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #8) > (In reply to Markus Trippelsdorf from comment #7) > > > Adding -fuse-ld=gold to the crtn.o link command posted above, also fixes > > > the > > > issue. > > > >

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #8 from H.J. Lu --- (In reply to Markus Trippelsdorf from comment #7) > > Adding -fuse-ld=gold to the crtn.o link command posted above, also fixes the > > issue. > > It should read: "nscd link command" Do you use the same ld to buil

[Bug target/64240] [5.0 Regression][AArch64] SMS-3.c causes runtime exception(segfault).

2014-12-09 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64240 Tejas Belagod changed: What|Removed |Added Summary|[5.0 Regression][AArch64] |[5.0 Regression][AArch64]

[Bug tree-optimization/61822] gcc.dg/vect/vect-cond-reduc-1.c FAILs

2014-12-09 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61822 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #7 from Markus Trippelsdorf --- > Adding -fuse-ld=gold to the crtn.o link command posted above, also fixes the > issue. It should read: "nscd link command"

[Bug bootstrap/64213] gimple-match.c:1523:6: error: ‘GIMPLE’ was not declared in this scope

2014-12-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64213 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/64237] [5 Regression] glibc build failure

2014-12-09 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64237 --- Comment #6 from Markus Trippelsdorf --- (In reply to H.J. Lu from comment #5) > (In reply to Markus Trippelsdorf from comment #4) > > (In reply to H.J. Lu from comment #3) > > > (In reply to Markus Trippelsdorf from comment #0) > > > > trippe

[Bug rtl-optimization/64037] [4.8/4.9/5 Regression] Miscompilation with -Os and enum class : char parameter

2014-12-09 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64037 Uroš Bizjak changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug rtl-optimization/64037] [4.8/4.9 Regression] Miscompilation with -Os and enum class : char parameter

2014-12-09 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64037 --- Comment #22 from uros at gcc dot gnu.org --- Author: uros Date: Tue Dec 9 14:44:06 2014 New Revision: 218518 URL: https://gcc.gnu.org/viewcvs?rev=218518&root=gcc&view=rev Log: PR bootstrap/64213 Revert: 2014-11-28 H.J. Lu

  1   2   >