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 target/15231] constant pool entries referring to nonexistent labels


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-05-17 22:20 -------
Confirmed on 3.4.  However,

Running the pre-processed code through the trunk version of the compiler gives
rise to numerous errors due to invalid lvalues.  For example:

((void)((0)), irq_stat[0].__local_bh_count)++

This code looks to be using the deprecated lvalue assignment extension.

It might be worth trying to fix these problems in the source and then seeing if
the reported problem still exists.

Since the extension is deprecated in 3.4.0, then if this is the cause, I suspect
the problem won't get fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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