[Bug c++/70163] C++ DR 257 constructor forward to virtual base class's constructor in an abstract class required

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70163 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70097] Cannot assign ref-qualified non-static member function

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70097 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69872] [6/7 Regression] -Wnarrowing note without warning/errror

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69872 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug libstdc++/69769] arithmetic operation on pointer to a function

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69769 Martin Sebor changed: What|Removed |Added CC||jwakely.gcc at gmail dot com,

[Bug c++/71147] [6 Regression] Flexible array member wrongly rejected in template

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71147 Martin Sebor changed: What|Removed |Added Blocks||69698 --- Comment #4 from Martin Sebor

[Bug c++/71189] ICE with VLA with second dimension from a function call expression

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71189 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Last reconfirmed|

[Bug c++/58646] ICE on a multidimensional VLA with an empty initializer list

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58646 Martin Sebor changed: What|Removed |Added CC||jaak at ristioja dot ee --- Comment #6

[Bug driver/69265] Option suggestion provides a wrong hint

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 David Malcolm changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug driver/69265] Option suggestion provides a wrong hint

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69265 --- Comment #7 from David Malcolm --- Author: dmalcolm Date: Thu May 19 00:52:08 2016 New Revision: 236439 URL: https://gcc.gnu.org/viewcvs?rev=236439=gcc=rev Log: PR driver/69265: add hint for options with misspelled arguments opts-common.c's

[Bug c/71171] [6/7 Regression] Conditional jump or move depends on uninitialised value(s) in can_be_stored_compactly_p (line-map.c:148)

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71171 --- Comment #1 from David Malcolm --- Candidate patch posted here: https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01425.html

[Bug c++/71189] New: ICE with VLA with second dimension from a function call expression

2016-05-18 Thread jaak at ristioja dot ee
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71189 Bug ID: 71189 Summary: ICE with VLA with second dimension from a function call expression Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal

[Bug c/71188] missing warning converting constant integer expression zero to pointer

2016-05-18 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71188 --- Comment #2 from joseph at codesourcery dot com --- Unlike the diagnostics for values that are not constant integers, any diagnostic for these cases must not be a pedwarn, because converting an arbitrary integer constant expression with

[Bug c++/71184] ICE on "operator new["

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71184 --- Comment #2 from David Malcolm --- Candidate patch: https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01424.html

[Bug c/71188] missing warning converting constant integer expression zero to pointer

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71188 Martin Sebor changed: What|Removed |Added Summary|missing warning converting |missing warning converting

[Bug middle-end/71177] Spurious -Waggressive-loop-optimizations warning

2016-05-18 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71177 Tavian Barnes changed: What|Removed |Added Attachment #38516|0 |1 is obsolete|

[Bug c/71115] Missing warning: excess elements in struct initializer

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71115 --- Comment #9 from Martin Sebor --- Patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2016-05/msg01423.html

[Bug preprocessor/71183] [7 Regression] gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71183 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/71188] New: missing warning converting __builtin_offsetof and sizeof to pointer

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71188 Bug ID: 71188 Summary: missing warning converting __builtin_offsetof and sizeof to pointer Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/69672] Useless -Wenum-compare when comparing enum vaue against the same value in enum hack

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69672 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug libstdc++/71187] declval() can be implemented without requiring a template instantiation

2016-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71187 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69670] Useless -Wenum-compare when comparing parallel enums in static_assert

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69670 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/71187] New: declval() can be implemented without requiring a template instantiation

2016-05-18 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71187 Bug ID: 71187 Summary: declval() can be implemented without requiring a template instantiation Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/71170] [7 Regression] ICE in rewrite_expr_tree, at tree-ssa-reassoc.c:3898

2016-05-18 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71170 --- Comment #7 from kugan at gcc dot gnu.org --- Created attachment 38519 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38519=edit Another way to fix Thanks Martin Liška for looking into this. I am attaching another way to fox this.

[Bug target/71186] New: PowerPC64: Autovectorised code hits ICE with -O3 -mpower9 -mlra

2016-05-18 Thread anton at samba dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71186 Bug ID: 71186 Summary: PowerPC64: Autovectorised code hits ICE with -O3 -mpower9 -mlra Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug preprocessor/71183] [7 Regression] gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00

2016-05-18 Thread jrtc27 at jrtc27 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71183 --- Comment #2 from James Clarke --- (In reply to Andrew Pinski from comment #1) > Works on GCC 6.1.0 release: > # 1 "" > # 1 "" > # 1 "" > # 31 "" > # 1 > "/data1/src/gcc-cavium/toolchain-6/thunderx-tools/aarch64-thunderx-linux-gnu/ >

[Bug libstdc++/71181] Reserving in unordered_map doesn't reserve enough

2016-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71181 Jonathan Wakely changed: What|Removed |Added CC||fdumont at gcc dot gnu.org ---

[Bug preprocessor/71183] [7 Regression] gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00

2016-05-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71183 Andrew Pinski changed: What|Removed |Added Version|6.1.1 |7.0 Target Milestone|---

[Bug c++/71100] [6/7 regression] Internal compiler error while calling a pointer to member function that throws

2016-05-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71100 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/71160] libasan: Backport support for malloc within dlsym

2016-05-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71160 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed May 18 21:28:49 2016 New Revision: 236433 URL: https://gcc.gnu.org/viewcvs?rev=236433=gcc=rev Log: Backported from mainline 2016-05-17 Jakub Jelinek

[Bug sanitizer/71160] libasan: Backport support for malloc within dlsym

2016-05-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71160 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed May 18 21:26:54 2016 New Revision: 236432 URL: https://gcc.gnu.org/viewcvs?rev=236432=gcc=rev Log: Backported from mainline 2016-05-17 Jakub Jelinek

[Bug c++/71100] [6/7 regression] Internal compiler error while calling a pointer to member function that throws

2016-05-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71100 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed May 18 21:24:16 2016 New Revision: 236431 URL: https://gcc.gnu.org/viewcvs?rev=236431=gcc=rev Log: PR c++/71100 * cgraph.c

[Bug c++/71100] [6/7 regression] Internal compiler error while calling a pointer to member function that throws

2016-05-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71100 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed May 18 21:23:07 2016 New Revision: 236430 URL: https://gcc.gnu.org/viewcvs?rev=236430=gcc=rev Log: PR c++/71100 * cgraph.c

[Bug target/71185] New: ice in gimplify_modify_expr, at gimplify.c:4873

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71185 Bug ID: 71185 Summary: ice in gimplify_modify_expr, at gimplify.c:4873 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/71184] ICE on "operator new["

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71184 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/66110] uint8_t memory access not optimized

2016-05-18 Thread palves at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66110 Pedro Alves changed: What|Removed |Added CC||palves at redhat dot com --- Comment #16

[Bug c++/71184] New: ICE on "operator new["

2016-05-18 Thread rippey.e at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71184 Bug ID: 71184 Summary: ICE on "operator new[" Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug preprocessor/71183] New: gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00

2016-05-18 Thread jrtc27 at jrtc27 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71183 Bug ID: 71183 Summary: gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00 Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal

[Bug c/71176] trunk/fixincludes/fixincl.c:162: bad % specifier

2016-05-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 --- Comment #3 from Manuel López-Ibáñez --- (In reply to David Binderman from comment #2) > The compiler only sees code that gets through the preprocessor. > Still worth fixing, in my view. 2e9 bytes isn't a lot of source code these > days.

[Bug c++/71182] New: parser.c cp_lexer_previous_token sanitizer detects member call on null pointer

2016-05-18 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71182 Bug ID: 71182 Summary: parser.c cp_lexer_previous_token sanitizer detects member call on null pointer Product: gcc Version: 7.0 Status: UNCONFIRMED Severity:

[Bug c/71176] trunk/fixincludes/fixincl.c:162: bad % specifier

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 --- Comment #2 from David Binderman --- (In reply to Manuel López-Ibáñez from comment #1) > I wonder why GCC -Wformat does not catch this, since "static const char" > literals contents should be visible as formatting strings. In this case, it >

[Bug middle-end/71177] Spurious -Waggressive-loop-optimizations warning

2016-05-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71177 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71145] Alpha: Error: No lda !gpdisp!278 was found

2016-05-18 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71145 Uroš Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/71145] Alpha: Error: No lda !gpdisp!278 was found

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71145 --- Comment #9 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 19:53:16 2016 New Revision: 236427 URL: https://gcc.gnu.org/viewcvs?rev=236427=gcc=rev Log: PR target/71145 * config/alpha/alpha.md (trap): Add (use

[Bug c/71176] trunk/fixincludes/fixincl.c:162: bad % specifier

2016-05-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack

[Bug target/71145] Alpha: Error: No lda !gpdisp!278 was found

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71145 --- Comment #8 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 19:41:34 2016 New Revision: 236426 URL: https://gcc.gnu.org/viewcvs?rev=236426=gcc=rev Log: PR target/71145 * config/alpha/alpha.md (trap): Add (use

[Bug target/71145] Alpha: Error: No lda !gpdisp!278 was found

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71145 --- Comment #7 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 19:39:49 2016 New Revision: 236425 URL: https://gcc.gnu.org/viewcvs?rev=236425=gcc=rev Log: PR target/71145 * config/alpha/alpha.md (trap): Add (use

[Bug libstdc++/71181] Reserving in unordered_map doesn't reserve enough

2016-05-18 Thread riad93 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71181 Alexey Dmitriev changed: What|Removed |Added Version|5.1.0 |6.1.0 --- Comment #2 from Alexey

[Bug c/71115] Missing warning: excess elements in struct initializer

2016-05-18 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71115 --- Comment #8 from Manuel López-Ibáñez --- (In reply to Martin Sebor from comment #7) > Thanks, Manuel. That does the trick. Let me put a patch together. Note also that the extra: uu.c:3:26: note: (near initialization for ‘a’) is just a

[Bug libstdc++/71181] Reserving in unordered_map doesn't reserve enough

2016-05-18 Thread riad93 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71181 --- Comment #1 from Alexey Dmitriev --- in n4582 it's already not valid as they've change 23.2.5p15 to <=

[Bug libstdc++/71181] New: Reserving in unordered_map doesn't reserve enough

2016-05-18 Thread riad93 at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71181 Bug ID: 71181 Summary: Reserving in unordered_map doesn't reserve enough Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/71145] Alpha: Error: No lda !gpdisp!278 was found

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71145 --- Comment #6 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 19:15:22 2016 New Revision: 236423 URL: https://gcc.gnu.org/viewcvs?rev=236423=gcc=rev Log: PR target/71145 * config/alpha/alpha.md (trap): Add (use

[Bug c/71115] Missing warning: excess elements in struct initializer

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71115 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug fortran/71156] PURE interface/definition inconsistency: accepts invalid, rejects valid

2016-05-18 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 --- Comment #2 from Damian Rouson --- Thanks! D > On May 18, 2016, at 12:18 AM, pault at gcc dot gnu.org > wrote: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71156 > > Paul Thomas changed: > >

[Bug middle-end/71180] [7 Regression] r236373 breaks x86 exception handling

2016-05-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71180 Andrew Pinski changed: What|Removed |Added Keywords||EH, wrong-code

[Bug c++/71178] lots of C++ exception test failures on x86_64

2016-05-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71178 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/71180] [7 Regression] r236373 breaks x86

2016-05-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71180 Andrew Pinski changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment

[Bug middle-end/71180] New: [7 Regression] r236373 breaks x86

2016-05-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71180 Bug ID: 71180 Summary: [7 Regression] r236373 breaks x86 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end

[Bug target/71179] [7 Regression] ice fold_convert_loc, at fold-const.c:2360

2016-05-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71179 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71179] New: ice fold_convert_loc, at fold-const.c:2360

2016-05-18 Thread dcb314 at hotmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 38517 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38517=edit gzipped C source code The attached C code, when compiled by gcc trunk dated 20160

[Bug c++/71178] New: lots of C++ exception test failures on x86_64

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71178 Bug ID: 71178 Summary: lots of C++ exception test failures on x86_64 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/70505] [4.9/5 Regression] Constexpr failure when template type specified

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70505 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed May 18 17:40:49 2016 New Revision: 236420 URL: https://gcc.gnu.org/viewcvs?rev=236420=gcc=rev Log: PR c++/70505 - partial instantiation of template-id * pt.c

[Bug tree-optimization/71031] [6/7 Regression] ICE in extract_range_from_binary_expr_1, at tree-vrp.c:2535 w/ -Os

2016-05-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71031 Marek Polacek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug c++/70466] [ICE on invalid code in tree check: expected constructor, have parm_decl in convert_like_real, at cp/call.c:6371 with -std=c++11

2016-05-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70466 --- Comment #7 from Paolo Carlini --- Fixed for 6.2 too.

[Bug c++/70466] [ICE on invalid code in tree check: expected constructor, have parm_decl in convert_like_real, at cp/call.c:6371 with -std=c++11

2016-05-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70466 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed May 18 17:17:03 2016 New Revision: 236419 URL: https://gcc.gnu.org/viewcvs?rev=236419=gcc=rev Log: /cp 2016-05-18 Paolo Carlini PR

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 Martin Jambor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 --- Comment #7 from Martin Jambor --- Author: jamborm Date: Wed May 18 16:44:08 2016 New Revision: 236418 URL: https://gcc.gnu.org/viewcvs?rev=236418=gcc=rev Log: Allow constant global VAR_DECLs in constant jump functions 2016-05-18 Martin

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 --- Comment #6 from Martin Jambor --- Author: jamborm Date: Wed May 18 16:41:19 2016 New Revision: 236417 URL: https://gcc.gnu.org/viewcvs?rev=236417=gcc=rev Log: Const parameters are always unmodified 2016-05-18 Martin Jambor

[Bug ipa/69708] ipa inline not working for function reference in static const struct

2016-05-18 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69708 --- Comment #5 from Martin Jambor --- Author: jamborm Date: Wed May 18 16:38:56 2016 New Revision: 236416 URL: https://gcc.gnu.org/viewcvs?rev=236416=gcc=rev Log: Indirect inlining of targets from references of global constants 2016-05-18

[Bug c++/69793] ICE on invalid code in "cp_lexer_peek_nth_token"

2016-05-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69793 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69793] ICE on invalid code in "cp_lexer_peek_nth_token"

2016-05-18 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69793 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed May 18 16:26:35 2016 New Revision: 236414 URL: https://gcc.gnu.org/viewcvs?rev=236414=gcc=rev Log: /cp 2016-05-18 Paolo Carlini PR

[Bug middle-end/71177] New: [6 Regression] Spurious -Waggressive-loop-optimizations warning

2016-05-18 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71177 Bug ID: 71177 Summary: [6 Regression] Spurious -Waggressive-loop-optimizations warning Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal

[Bug target/71161] [7 Regression] Lots of ASAN and libgo runtime FAILs after r236090

2016-05-18 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71161 Uroš Bizjak changed: What|Removed |Added Keywords|wrong-code | Status|UNCONFIRMED

[Bug target/71161] [7 Regression] Lots of ASAN and libgo runtime FAILs after r236090

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71161 --- Comment #17 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 16:00:43 2016 New Revision: 236412 URL: https://gcc.gnu.org/viewcvs?rev=236412=gcc=rev Log: PR target/71161 * elf.c (phdr_callback) [__i386__]: Add

[Bug c++/70505] [4.9/5 Regression] Constexpr failure when template type specified

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70505 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed May 18 15:59:19 2016 New Revision: 236411 URL: https://gcc.gnu.org/viewcvs?rev=236411=gcc=rev Log: PR c++/70505 - partial instantiation of template-id * pt.c

[Bug c++/70494] [5 regression] Internal Compiler Error: Capturing an array of vectors in a lambda

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70494 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed May 18 15:59:13 2016 New Revision: 236410 URL: https://gcc.gnu.org/viewcvs?rev=236410=gcc=rev Log: PR c++/70494 - lambda capture of array * decl.c

[Bug c++/70095] [C++14] Link error on partially specialized variable template

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70095 --- Comment #3 from Jason Merrill --- Author: jason Date: Wed May 18 15:58:54 2016 New Revision: 236407 URL: https://gcc.gnu.org/viewcvs?rev=236407=gcc=rev Log: PR c++/70095 - variable template partial specialization * pt.c

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353 --- Comment #22 from Jason Merrill --- Author: jason Date: Wed May 18 15:59:00 2016 New Revision: 236408 URL: https://gcc.gnu.org/viewcvs?rev=236408=gcc=rev Log: PR c++/70353 - __func__ and constexpr gcc/ * tree-inline.c

[Bug c++/70648] [6 Regression] adplug-xmms fails to compile

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70648 --- Comment #3 from Jason Merrill --- Author: jason Date: Wed May 18 15:59:05 2016 New Revision: 236409 URL: https://gcc.gnu.org/viewcvs?rev=236409=gcc=rev Log: PR c++/70648 - constexpr empty list-initialization * constexpr.c

[Bug libstdc++/68739] FAIL: 30_threads/call_once/constexpr.cc (test for excess errors)

2016-05-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68739 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|redi at gcc

[Bug c++/71147] [6 Regression] Flexible array member wrongly rejected in template

2016-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71147 Martin Sebor changed: What|Removed |Added Keywords||rejects-valid Status|NEW

[Bug target/71161] [7 Regression] Lots of ASAN and libgo runtime FAILs after r236090

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71161 --- Comment #16 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 15:45:08 2016 New Revision: 236404 URL: https://gcc.gnu.org/viewcvs?rev=236404=gcc=rev Log: PR target/71161 * elf.c (phdr_callback) [__i386__]: Add

[Bug c/71176] New: trunk/fixincludes/fixincl.c:162: bad % specifier

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 Bug ID: 71176 Summary: trunk/fixincludes/fixincl.c:162: bad % specifier Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/69857] gcc/config/arm/arm.c:15949: return in strange place ?

2016-05-18 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857 --- Comment #9 from ktkachov at gcc dot gnu.org --- (In reply to David Binderman from comment #8) > (In reply to ktkachov from comment #7) > > Yes, that's an approach that can be taken. Once such a case is found, you > > could also try using a

[Bug target/71175] trunk/gcc/config/arm/arm.c: 2 * minor printf problems ?

2016-05-18 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71175 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||easyhack

[Bug target/69857] gcc/config/arm/arm.c:15949: return in strange place ?

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857 --- Comment #10 from David Binderman --- (In reply to ktkachov from comment #9) > Yes, would you like to propose a patch to gcc-patches? No thanks. > Or shall I do it? I would very much prefer that.

[Bug c++/71174] [concepts] Segmentation fault while processing concepts error

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 --- Comment #3 from JD --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=local/gcc6.1/lib/gcc/x86_64-pc-linux-gnu/6.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-6.1.0/configure --prefix=local/gcc6.1

[Bug target/71175] New: trunk/gcc/config/arm/arm.c: 2 * minor printf problems ?

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71175 Bug ID: 71175 Summary: trunk/gcc/config/arm/arm.c: 2 * minor printf problems ? Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: minor

[Bug c++/71174] segmentation fault

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 --- Comment #2 from JD --- $ g++ -std=c++1z -Wall -Wextra -fconcepts bug.cpp bug.cpp:10:32: error: concept ‘constexpr bool InputIterator(T)’ declared with function parameters concept bool InputIterator(T it) { ^

[Bug target/69857] gcc/config/arm/arm.c:15949: return in strange place ?

2016-05-18 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857 --- Comment #8 from David Binderman --- (In reply to ktkachov from comment #7) > Yes, that's an approach that can be taken. Once such a case is found, you > could also try using a reducer program like creduce to create a small > testcase

[Bug c++/71174] segmentation fault

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 --- Comment #1 from JD --- Created attachment 38515 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38515=edit Short example

[Bug c++/71166] [6/7 Regression] ICE with nested constexpr/initializer

2016-05-18 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71166 --- Comment #3 from Nathan Sidwell --- Created attachment 38514 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38514=edit slightly more reduced test case We're invoking constexpr evaluation machinery after parsing is complete --

[Bug c++/71174] New: segmentation fault

2016-05-18 Thread t at sharklasers dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71174 Bug ID: 71174 Summary: segmentation fault Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug target/70670] Duplicate code in rs6000_secondary_reload_direct_move in rs6000.c

2016-05-18 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70670 Michael Meissner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/70915] Improve loading 0/-1 in VSX registers on PowerPC

2016-05-18 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70915 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/71173] New: [6 regression] Qualified name lookup

2016-05-18 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71173 Bug ID: 71173 Summary: [6 regression] Qualified name lookup Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/71161] [7 Regression] Lots of ASAN and libgo runtime FAILs after r236090

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71161 --- Comment #15 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 14:48:40 2016 New Revision: 236398 URL: https://gcc.gnu.org/viewcvs?rev=236398=gcc=rev Log: PR target/71161 * elf.c (phdr_callback) [__i386__]: Add

[Bug middle-end/71172] [7 Regression] FAIL: gcc.dg/tree-ssa/slsr-30.c (internal compiler error)

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

[Bug target/71161] [7 Regression] Lots of ASAN and libgo runtime FAILs after r236090

2016-05-18 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71161 --- Comment #14 from uros at gcc dot gnu.org --- Author: uros Date: Wed May 18 14:40:54 2016 New Revision: 236397 URL: https://gcc.gnu.org/viewcvs?rev=236397=gcc=rev Log: PR target/71161 * elf.c (phdr_callback) [__i386__]: Add

[Bug debug/71171] [6/7 Regression] Conditional jump or move depends on uninitialised value(s) in can_be_stored_compactly_p (line-map.c:148)

2016-05-18 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71171 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug rtl-optimization/71150] [7 Regression] ICE on valid code at -O1 and above in 64-bit mode on x86_64-linux-gnu in lra_eliminate_reg_if_possible, at lra-eliminations.c:1402

2016-05-18 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71150 Jiong Wang changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

  1   2   >