public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/5786] array types decay too quickly
       [not found] <20020226090601.5786.david.abrahams@rcn.com>
@ 2004-01-05  9:38 ` nathan at gcc dot gnu dot org
  2004-06-02  4:12 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: nathan at gcc dot gnu dot org @ 2004-01-05  9:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2004-01-05 09:38 -------
*** Bug 11857 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gccbugs at contacts dot
                   |                            |eelis dot net


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <20020226090601.5786.david.abrahams@rcn.com>
  2004-01-05  9:38 ` [Bug c++/5786] array types decay too quickly nathan at gcc dot gnu dot org
@ 2004-06-02  4:12 ` pinskia at gcc dot gnu dot org
  2005-03-16 15:57 ` giovannibajo at libero dot it
  2005-03-16 16:02 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-02  4:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-02 04:12 -------
Most likely the same bug as PR 2892.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |2892


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <20020226090601.5786.david.abrahams@rcn.com>
  2004-01-05  9:38 ` [Bug c++/5786] array types decay too quickly nathan at gcc dot gnu dot org
  2004-06-02  4:12 ` pinskia at gcc dot gnu dot org
@ 2005-03-16 15:57 ` giovannibajo at libero dot it
  2005-03-16 16:02 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: giovannibajo at libero dot it @ 2005-03-16 15:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2005-03-16 15:56 -------
This could be fixed already...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <20020226090601.5786.david.abrahams@rcn.com>
                   ` (2 preceding siblings ...)
  2005-03-16 15:57 ` giovannibajo at libero dot it
@ 2005-03-16 16:02 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-16 16:02 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 768 bytes --]


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 16:02 -------
(In reply to comment #5)
> This could be fixed already...

It is not:
t.cc: In function ‘int main()’:
t.cc:15: error: invalid initialization of non-const reference of type ‘const int (&)[2][4]’ from a temporary 
of type ‘int [2][4]’
t.cc:2: error: in passing argument 1 of ‘void print1(const T (&)[N]) [with T = int [4], unsigned int N = 
2u]’
t.cc:16: error: invalid initialization of non-const reference of type ‘const int (&)[2][4]’ from a temporary 
of type ‘int [2][4]’
t.cc:7: error: in passing argument 1 of ‘void print2(const T (&)[N][M]) [with T = int, unsigned int N = 2u, 
unsigned int M = 4u]’

-- 


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <bug-5786-500@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2009-11-17  6:05 ` jason at gcc dot gnu dot org
@ 2009-11-17  6:06 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-17  6:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jason at gcc dot gnu dot org  2009-11-17 06:06 -------
.


-- 

jason at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <bug-5786-500@http.gcc.gnu.org/bugzilla/>
  2008-04-13 21:20 ` gcc-bugzilla at contacts dot eelis dot net
  2009-11-17  6:05 ` jason at gcc dot gnu dot org
@ 2009-11-17  6:05 ` jason at gcc dot gnu dot org
  2009-11-17  6:06 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-17  6:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jason at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-04 18:29:24         |2009-11-17 06:05:20
               date|                            |
   Target Milestone|---                         |4.5.0


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <bug-5786-500@http.gcc.gnu.org/bugzilla/>
  2008-04-13 21:20 ` gcc-bugzilla at contacts dot eelis dot net
@ 2009-11-17  6:05 ` jason at gcc dot gnu dot org
  2009-11-17  6:05 ` jason at gcc dot gnu dot org
  2009-11-17  6:06 ` jason at gcc dot gnu dot org
  3 siblings, 0 replies; 8+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-17  6:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jason at gcc dot gnu dot org  2009-11-17 06:05 -------
This seems to be fixed for 4.5.


-- 


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


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

* [Bug c++/5786] array types decay too quickly
       [not found] <bug-5786-500@http.gcc.gnu.org/bugzilla/>
@ 2008-04-13 21:20 ` gcc-bugzilla at contacts dot eelis dot net
  2009-11-17  6:05 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: gcc-bugzilla at contacts dot eelis dot net @ 2008-04-13 21:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from gcc-bugzilla at contacts dot eelis dot net  2008-04-13 21:19 -------
Still fails on GCC 4.4.0 20080413 (experimental).


-- 


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


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

end of thread, other threads:[~2009-11-17  6:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020226090601.5786.david.abrahams@rcn.com>
2004-01-05  9:38 ` [Bug c++/5786] array types decay too quickly nathan at gcc dot gnu dot org
2004-06-02  4:12 ` pinskia at gcc dot gnu dot org
2005-03-16 15:57 ` giovannibajo at libero dot it
2005-03-16 16:02 ` pinskia at gcc dot gnu dot org
     [not found] <bug-5786-500@http.gcc.gnu.org/bugzilla/>
2008-04-13 21:20 ` gcc-bugzilla at contacts dot eelis dot net
2009-11-17  6:05 ` jason at gcc dot gnu dot org
2009-11-17  6:05 ` jason at gcc dot gnu dot org
2009-11-17  6:06 ` jason at gcc dot gnu dot 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).