[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2021-04-22 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 94924, which changed state. Bug 94924 Summary: Default equality operator for C-array compares addresses, not data https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94924 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-24 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 --- Comment #4 from Patrick Palka --- Author: ppalka Date: Sun Jan 24 17:45:21 2016 New Revision: 232778 URL: https://gcc.gnu.org/viewcvs?rev=232778=gcc=rev Log: Revert "Fix the remaining PR c++/24666 blockers" gcc/cp/ChangeLog:

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-24 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 11858, which changed state. Bug 11858 Summary: Name lookup error ignored when instantiated from expression within sizeof() in template function parameter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11858

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-24 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 24663, which changed state. Bug 24663 Summary: Template instantiation generating a zero-sized array doesn't fail https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24663 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-24 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 24664, which changed state. Bug 24664 Summary: Template instantiation generating an array of voids doesn't fail https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24664 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-19 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 11858, which changed state. Bug 11858 Summary: Name lookup error ignored when instantiated from expression within sizeof() in template function parameter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11858

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-19 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 24663, which changed state. Bug 24663 Summary: Template instantiation generating a zero-sized array doesn't fail https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24663 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-19 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 24664, which changed state. Bug 24664 Summary: Template instantiation generating an array of voids doesn't fail https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24664 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2016-01-18 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 --- Comment #3 from Patrick Palka --- Author: ppalka Date: Tue Jan 19 00:19:16 2016 New Revision: 232547 URL: https://gcc.gnu.org/viewcvs?rev=232547=gcc=rev Log: Fix the remaining PR c++/24666 blockers (arrays decay to pointers too early)

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2015-12-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 41426, which changed state. Bug 41426 Summary: User defined conversion on return ignores array types https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41426 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2015-12-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 16333, which changed state. Bug 16333 Summary: More array vs ptr stuff https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16333 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2015-12-17 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 Bug 24666 depends on bug 59879, which changed state. Bug 59879 Summary: arrays in return statements or default arguments decay too early https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59879 What|Removed |Added

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2015-12-16 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24666 --- Comment #2 from Patrick Palka --- Author: ppalka Date: Thu Dec 17 04:01:47 2015 New Revision: 231736 URL: https://gcc.gnu.org/viewcvs?rev=231736=gcc=rev Log: Fix some blockers of PR c++/24666 (arrays decay to pointers too early)

[Bug c++/24666] [meta-bug] arrays decay to pointers too early

2005-11-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-04 04:49 --- 4 bugs that I could find now (two were filed today). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added