This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20961] [4.0/4.1 Regression] ICE on pragma weak/__attribute__((weak))


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-12 08:43 -------
With checking enabled I get the following error on the mainline:
t.cc: In function 'int foo()':
t.cc:3: internal compiler error: tree check: expected class 'declaration', have 'expression' (vec_dl_expr) 
in decl_assembler_name, at tree.c:168
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

And it is reproducable on x86 too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-12 08:43:31
               date|                            |
            Summary|ICE on pragma               |[4.0/4.1 Regression] ICE on
                   |weak/__attribute__((weak))  |pragma
                   |                            |weak/__attribute__((weak))
   Target Milestone|---                         |4.0.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]