public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521
       [not found] <20010607173600.3079.philippeb@corel.com>
@ 2003-06-15 19:22 ` pinskia@physics.uc.edu
  2003-06-15 19:23 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-15 19:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-06-02 09:04:18         |2003-06-15 19:22:12
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 19:22 -------
I weird bug, looks like this one is that is should be an error if type comes into 
c_expand_expr, it should error out.


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

* [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521
       [not found] <20010607173600.3079.philippeb@corel.com>
  2003-06-15 19:22 ` [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521 pinskia@physics.uc.edu
@ 2003-06-15 19:23 ` pinskia@physics.uc.edu
  2003-09-05 13:52 ` reichelt at gcc dot gnu dot org
  2003-09-05 13:54 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-15 19:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia@physics.uc.edu  2003-06-15 19:23 -------
It also happens on the tree-ssa branch:
gimplification failed:
X <type_decl 0x149dee0 X
    type <integer_type 0x1438150 int SI
        size <integer_cst 0x142c6c0 constant 32>
        unit size <integer_cst 0x142c7a0 constant 4>
        align 32 symtab 0 alias set -1 precision 32 min <integer_cst 0x142c760 -
2147483648> max <integer_cst 0x142c780 2147483647>
        pointer_to_this <pointer_type 0x14413f0>>
    used external nonlocal suppress-debug SI file pr3079.cc line 3 size <integer_cst 
0x142c6c0 32> unit size <integer_cst 0x142c7a0 4>
    align 32 context <record_type 0x149dbd0 B<int>>
   
    pr3079.cc:3>
pr3079.cc: In function `void foo(T) [with T = B<int>]':
pr3079.cc:15:   instantiated from here
pr3079.cc:8: internal compiler error: in gimplify_expr, at gimplify.c:769
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521
       [not found] <20010607173600.3079.philippeb@corel.com>
  2003-06-15 19:22 ` [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521 pinskia@physics.uc.edu
  2003-06-15 19:23 ` pinskia@physics.uc.edu
@ 2003-09-05 13:52 ` reichelt at gcc dot gnu dot org
  2003-09-05 13:54 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-09-05 13:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


reichelt at gcc dot gnu dot org changed:

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


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-09-05 13:52 -------
Fixed on mainline by Nathan's patch for PR 11922.

We now issue the error message

PR3079.cc: In function `void foo(T) [with T = B<int>]':
PR3079.cc:15:   instantiated from here
PR3079.cc:8: error: `T::X' names a type, but a non-type is expected

for the code snippet in comment #3.


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

* [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521
       [not found] <20010607173600.3079.philippeb@corel.com>
                   ` (2 preceding siblings ...)
  2003-09-05 13:52 ` reichelt at gcc dot gnu dot org
@ 2003-09-05 13:54 ` reichelt at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-09-05 13:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-09-05 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010607173600.3079.philippeb@corel.com>
2003-06-15 19:22 ` [Bug c++/3079] ICE in c_expand_expr, at c-common.c:3521 pinskia@physics.uc.edu
2003-06-15 19:23 ` pinskia@physics.uc.edu
2003-09-05 13:52 ` reichelt at gcc dot gnu dot org
2003-09-05 13:54 ` reichelt 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).