This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive
- From: "davidnicol at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Dec 2005 21:15:26 -0000
- Subject: [Bug middle-end/24703] [GOMP] Unable to compile OpenMP program with omp parallel for schedule(dynamic) directive
- References: <bug-24703-11658@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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