https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64613

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-03-31
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
I get

(gdb) i lo
x = {{1, 4, 2}, {5, 3, 6}}
y = <incomplete type>

with 4.6.4, 4.7.3, and 4.8.2. With 5.0 I get

x = (( 1, 4) ( 2, 5) ( 3, 6) )
y = ()

Could this be related/duplicate of pr59438?

Reply via email to