public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/41185]  New: size of array ... has non-integral type ...
@ 2009-08-29  8:11 pluto at agmk dot net
  2009-08-29  8:15 ` [Bug c++/41185] " pluto at agmk dot net
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2009-08-29  8:11 UTC (permalink / raw)
  To: gcc-bugs

hi,

during compiling bmpx package (http://bmpx.backtrace.info/site)
i get an error with gcc-4.4.1:

ui-part-library.cc:512: error:
size of array 'i_toplevel' has non-integral type
'Gtk::TreeModelColumn<Bmp::AlbumArtist>'

here's the line that confuses compiler:

UID uid(
  Bmp::AlbumArtist(
    (*i_toplevel)[mStoreArtistCR.artist]
  ).bmpx_album_artist_id);

the minor reorganization of code:

Bmp::AlbumArtist aa((*i_toplevel)[mStoreArtistCR.artist]);
UID uid(aa.bmpx_album_artist_id);

and it compiles w/o errors.
mentioned error didn't occur in gcc-4.3.x. new 4.4 regression?


-- 
           Summary: size of array ... has non-integral type ...
           Product: gcc
           Version: 4.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
 GCC build triplet: x86_64-gnu-linux
  GCC host triplet: x86_64-gnu-linux
GCC target triplet: x86_64-gnu-linux


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
@ 2009-08-29  8:15 ` pluto at agmk dot net
  2010-03-09 19:35 ` pluto at agmk dot net
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2009-08-29  8:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pluto at agmk dot net  2009-08-29 08:15 -------
Created an attachment (id=18450)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18450&action=view)
testcase

g++ ui-part-library.ii -c


-- 


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
  2009-08-29  8:15 ` [Bug c++/41185] " pluto at agmk dot net
@ 2010-03-09 19:35 ` pluto at agmk dot net
  2010-03-09 19:42 ` paolo dot carlini at oracle dot com
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2010-03-09 19:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pluto at agmk dot net  2010-03-09 19:35 -------
ping^0


-- 


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
  2009-08-29  8:15 ` [Bug c++/41185] " pluto at agmk dot net
  2010-03-09 19:35 ` pluto at agmk dot net
@ 2010-03-09 19:42 ` paolo dot carlini at oracle dot com
  2010-03-09 22:14 ` pluto at agmk dot net
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-03-09 19:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2010-03-09 19:42 -------
If you could provide a small self contained snippet exhibiting the problem, it
would be great.

Jason, can you have a look at this? Just in case it's actually a regression...
Thanks in advance.


-- 

paolo dot carlini at oracle dot com changed:

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


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2010-03-09 19:42 ` paolo dot carlini at oracle dot com
@ 2010-03-09 22:14 ` pluto at agmk dot net
  2010-03-09 22:15 ` pluto at agmk dot net
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2010-03-09 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pluto at agmk dot net  2010-03-09 22:14 -------
Created an attachment (id=20065)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20065&action=view)
reduced testcase.


-- 


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2010-03-09 22:14 ` pluto at agmk dot net
@ 2010-03-09 22:15 ` pluto at agmk dot net
  2010-03-09 22:21 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pluto at agmk dot net @ 2010-03-09 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pluto at agmk dot net  2010-03-09 22:15 -------
$ g++ t.cpp -c
t.cpp: In member function 'void Bmp::Artist_V::put_artist(const
Bmp::AlbumArtist&)':
t.cpp:33: error: size of array 'i_toplevel' has non-integral type
'Gtk::TreeModelColumn<Bmp::AlbumArtist>'

t.cpp:33: error: no match for 'operator[]' in
'i_toplevel[((Bmp::Artist_V*)this)->Bmp::Artist_V::mStoreArtistCR.Bmp::Artist_V::ArtistCR::artist]'


-- 


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (4 preceding siblings ...)
  2010-03-09 22:15 ` pluto at agmk dot net
@ 2010-03-09 22:21 ` pinskia at gcc dot gnu dot org
  2010-03-09 22:23 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-09 22:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2010-03-09 22:21 -------
This looks like the normal issue of confusing between function declaration vs a
variable initialization.


-- 


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


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

* [Bug c++/41185] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (5 preceding siblings ...)
  2010-03-09 22:21 ` pinskia at gcc dot gnu dot org
@ 2010-03-09 22:23 ` pinskia at gcc dot gnu dot org
  2010-03-09 22:43 ` [Bug c++/41185] [4.4/4.5 regression] " jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-03-09 22:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2010-03-09 22:22 -------
very much related to PR 41786


-- 


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


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

* [Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (6 preceding siblings ...)
  2010-03-09 22:23 ` pinskia at gcc dot gnu dot org
@ 2010-03-09 22:43 ` jason at gcc dot gnu dot org
  2010-03-10 16:36 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-03-09 22:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jason at gcc dot gnu dot org  2010-03-09 22:42 -------
This and 41786 are both bugs due to my change to push parameter declarations
early, so we get some semantic errors even though we're parsing tentatively.


-- 

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|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-03-09 22:42:44
               date|                            |
            Summary|size of array ... has non-  |[4.4/4.5 regression] size of
                   |integral type ...           |array ... has non-integral
                   |                            |type ...


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


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

* [Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (7 preceding siblings ...)
  2010-03-09 22:43 ` [Bug c++/41185] [4.4/4.5 regression] " jason at gcc dot gnu dot org
@ 2010-03-10 16:36 ` rguenth at gcc dot gnu dot org
  2010-03-30 21:20 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-10 16:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
           Priority|P3                          |P2
   Target Milestone|---                         |4.4.4


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


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

* [Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (8 preceding siblings ...)
  2010-03-10 16:36 ` rguenth at gcc dot gnu dot org
@ 2010-03-30 21:20 ` jason at gcc dot gnu dot org
  2010-03-30 21:21 ` jason at gcc dot gnu dot org
  2010-03-30 21:23 ` jason at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-03-30 21:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jason at gcc dot gnu dot org  2010-03-30 21:19 -------
Subject: Bug 41185

Author: jason
Date: Tue Mar 30 21:19:23 2010
New Revision: 157838

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157838
Log:
        PR c++/41185
        PR c++/41786
        * parser.c (cp_parser_direct_declarator): Don't allow VLAs in
        function parameter context.  Don't print an error if parsing
        tentatively.

Added:
    trunk/gcc/testsuite/g++.dg/parse/ambig5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/parse/varmod1.C


-- 


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


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

* [Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (9 preceding siblings ...)
  2010-03-30 21:20 ` jason at gcc dot gnu dot org
@ 2010-03-30 21:21 ` jason at gcc dot gnu dot org
  2010-03-30 21:23 ` jason at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-03-30 21:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jason at gcc dot gnu dot org  2010-03-30 21:21 -------
Subject: Bug 41185

Author: jason
Date: Tue Mar 30 21:20:58 2010
New Revision: 157839

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157839
Log:
        PR c++/41185
        PR c++/41786
        * parser.c (cp_parser_direct_declarator): Don't allow VLAs in
        function parameter context.  Don't print an error if parsing
        tentatively.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/ambig5.C
Modified:
    branches/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/gcc-4_4-branch/gcc/cp/parser.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/parse/varmod1.C


-- 


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


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

* [Bug c++/41185] [4.4/4.5 regression] size of array ... has non-integral type ...
  2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
                   ` (10 preceding siblings ...)
  2010-03-30 21:21 ` jason at gcc dot gnu dot org
@ 2010-03-30 21:23 ` jason at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jason at gcc dot gnu dot org @ 2010-03-30 21:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jason at gcc dot gnu dot org  2010-03-30 21:23 -------
Fixed for 4.4.4 and 4.5.0.


-- 

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=41185


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

end of thread, other threads:[~2010-03-30 21:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-29  8:11 [Bug c++/41185] New: size of array ... has non-integral type pluto at agmk dot net
2009-08-29  8:15 ` [Bug c++/41185] " pluto at agmk dot net
2010-03-09 19:35 ` pluto at agmk dot net
2010-03-09 19:42 ` paolo dot carlini at oracle dot com
2010-03-09 22:14 ` pluto at agmk dot net
2010-03-09 22:15 ` pluto at agmk dot net
2010-03-09 22:21 ` pinskia at gcc dot gnu dot org
2010-03-09 22:23 ` pinskia at gcc dot gnu dot org
2010-03-09 22:43 ` [Bug c++/41185] [4.4/4.5 regression] " jason at gcc dot gnu dot org
2010-03-10 16:36 ` rguenth at gcc dot gnu dot org
2010-03-30 21:20 ` jason at gcc dot gnu dot org
2010-03-30 21:21 ` jason at gcc dot gnu dot org
2010-03-30 21:23 ` 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).