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 middle-end/27080] gcc should emit .type directives for used undeclared extern variables and functions



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-04-08 04:06 -------
I should note people do tricks and one of them would cause an error being
emitting, maybe it should maybe not.  But even emitting used ones can go up in
the .s file size causing more compile time issues.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gcc should emit .type       |gcc should emit .type
                   |directives for used extern  |directives for used
                   |variables and functions     |undeclared extern variables
                   |                            |and functions


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


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