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/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive



------- Comment #6 from davidnicol at gmail dot com  2005-12-01 21:15 -------

I found this bog because I was getting a lot of warnings of the style

n function â:

with no symbol name, just an odd character.  I have tracked this down
to xterm not displaying utf8 even though my LANG environment variable
was saying it was.

A resolution to the immediate problem -- symbol names in warnings
are replaced by odd characters -- is to export LANG=C before
running make, then gcc uses plain old apostrophes instead of fancy matched
ones around the symbol names and legacy terminals have no problem.


-- 


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


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