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 fortran/31600] Better error message for redeclation of USEd symbols



------- Comment #1 from burnus at gcc dot gnu dot org  2007-04-17 13:14 -------
If one tries to change the attribute of an USE-associated symbol the error is
better:

external omp_get_num_threads, omp_get_thread_num
                           1
Error: Cannot change attributes of USE-associated symbol at (1)

(I personally would favour -std=legacy instead of -std=gnu, but ok.)


-- 


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


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