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++/10938] build failure with attached test code


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From bangerth@dealii.org  2003-05-22 18:22 -------
This is a known bug in 3.2.x, having to do with the french translation. It is
fixed in 3.3, though:

g/x> LANG=fr_FR /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc
x.cc: Dans function « ErrorStatus no_exceptions() »:
x.cc:46: error: no match for `FooPtr& == int' operator
x.cc:26: error: candidates are: bool FooPtr::operator==(FooPtr&)
x.cc:47: error: `status' undeclared (first use this function)
x.cc:47: error: (Each undeclared identifier is reported only once for each
   function it appears in.)
x.cc:51: error: `DoAction' undeclared (first use this function)
x.cc:56: error: no match for `BarPtr& == int' operator
x.cc:37: error: candidates are: bool BarPtr::operator==(BarPtr&)
x.cc:64: error: saut à l'étiquette « out »
x.cc:53: error:   à partir d'ici
x.cc:55: error:   crosses initialization of `BarPtr bar'
x.cc:64: error: saut à l'étiquette « out »
x.cc:48: error:   à partir d'ici
x.cc:55: error:   crosses initialization of `BarPtr bar'

You can work around it by simple not setting LANG=fr_FR

W.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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