public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54366] New: [meta-bug] decltype issues
@ 2012-08-24 11:58 redi at gcc dot gnu.org
  2013-06-07  9:09 ` [Bug c++/54366] " paolo.carlini at oracle dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: redi at gcc dot gnu.org @ 2012-08-24 11:58 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366

             Bug #: 54366
           Summary: [meta-bug] decltype issues
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: meta-bug
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org
        Depends on: 45282, 51157, 51786, 52748, 53311, 53721, 54359


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
@ 2013-06-07  9:09 ` paolo.carlini at oracle dot com
  2013-08-07 20:27 ` paolo.carlini at oracle dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-06-07  9:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366

Bug 54366 depends on bug 53311, which changed state.

Bug 53311 Summary: [C++0x] argument packs are not handled correctly in decltype
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53311

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
  2013-06-07  9:09 ` [Bug c++/54366] " paolo.carlini at oracle dot com
@ 2013-08-07 20:27 ` paolo.carlini at oracle dot com
  2014-05-31  8:52 ` paolo.carlini at oracle dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-07 20:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366

Bug 54366 depends on bug 54864, which changed state.

Bug 54864 Summary: Decltype in nested class
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54864

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
  2013-06-07  9:09 ` [Bug c++/54366] " paolo.carlini at oracle dot com
  2013-08-07 20:27 ` paolo.carlini at oracle dot com
@ 2014-05-31  8:52 ` paolo.carlini at oracle dot com
  2015-07-20 20:02 ` paolo.carlini at oracle dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-05-31  8:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 57543, which changed state.

Bug 57543 Summary: decltype needs explicit 'this' pointer in member function declaration of template class with trailing return type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57543

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-05-31  8:52 ` paolo.carlini at oracle dot com
@ 2015-07-20 20:02 ` paolo.carlini at oracle dot com
  2020-05-04 15:22 ` ppalka at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paolo.carlini at oracle dot com @ 2015-07-20 20:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 65091, which changed state.

Bug 65091 Summary: decltype(~arg) fails for template functions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65091

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2015-07-20 20:02 ` paolo.carlini at oracle dot com
@ 2020-05-04 15:22 ` ppalka at gcc dot gnu.org
  2020-11-05 21:35 ` mpolacek at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-05-04 15:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 88759, which changed state.

Bug 88759 Summary: `decltype(auto)` as return type of abbreviated function template strips cv-qualifications and referenceness
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88759

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2020-05-04 15:22 ` ppalka at gcc dot gnu.org
@ 2020-11-05 21:35 ` mpolacek at gcc dot gnu.org
  2020-11-05 21:38 ` mpolacek at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-11-05 21:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 78209, which changed state.

Bug 78209 Summary: Decltype of rvalue reference
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78209

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2020-11-05 21:35 ` mpolacek at gcc dot gnu.org
@ 2020-11-05 21:38 ` mpolacek at gcc dot gnu.org
  2021-12-03 19:02 ` mpolacek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2020-11-05 21:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 64892, which changed state.

Bug 64892 Summary: [C++14] generic lambdas, decltype(auto), and rvalue references, oh my!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64892

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2020-11-05 21:38 ` mpolacek at gcc dot gnu.org
@ 2021-12-03 19:02 ` mpolacek at gcc dot gnu.org
  2022-02-21 14:21 ` ppalka at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-12-03 19:02 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 81176, which changed state.

Bug 81176 Summary: decltype(auto) yields reference type for structured binding
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81176

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2021-12-03 19:02 ` mpolacek at gcc dot gnu.org
@ 2022-02-21 14:21 ` ppalka at gcc dot gnu.org
  2023-05-07 15:58 ` ppalka at gcc dot gnu.org
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: ppalka at gcc dot gnu.org @ 2022-02-21 14:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 85493, which changed state.

Bug 85493 Summary: decltype can use deleted constructor and deleted template function in template function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85493

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2022-02-21 14:21 ` ppalka at gcc dot gnu.org
@ 2023-05-07 15:58 ` ppalka at gcc dot gnu.org
  2023-11-10 16:00 ` ppalka at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-05-07 15:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 98283, which changed state.

Bug 98283 Summary: decltype(auto) may deduce a static data member to wrong type in a template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98283

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug c++/54366] [meta-bug] decltype issues
  2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2023-05-07 15:58 ` ppalka at gcc dot gnu.org
@ 2023-11-10 16:00 ` ppalka at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-11-10 16:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54366
Bug 54366 depends on bug 96917, which changed state.

Bug 96917 Summary: decltype(auto) variable initialized with lambda by-reference capture has incorrect type
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96917

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-11-10 16:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 11:58 [Bug c++/54366] New: [meta-bug] decltype issues redi at gcc dot gnu.org
2013-06-07  9:09 ` [Bug c++/54366] " paolo.carlini at oracle dot com
2013-08-07 20:27 ` paolo.carlini at oracle dot com
2014-05-31  8:52 ` paolo.carlini at oracle dot com
2015-07-20 20:02 ` paolo.carlini at oracle dot com
2020-05-04 15:22 ` ppalka at gcc dot gnu.org
2020-11-05 21:35 ` mpolacek at gcc dot gnu.org
2020-11-05 21:38 ` mpolacek at gcc dot gnu.org
2021-12-03 19:02 ` mpolacek at gcc dot gnu.org
2022-02-21 14:21 ` ppalka at gcc dot gnu.org
2023-05-07 15:58 ` ppalka at gcc dot gnu.org
2023-11-10 16:00 ` ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).