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/27899] Compile warning with --combine and global register variables.



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-06-09 07:31 -------
--combine is not tested that well.  In fact for this case, the decls should be
combined into one and not warned about but it looks like GCC combines these two
variables.


-- 


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


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