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] New: 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

           Summary: build failure with attached test code
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mathieu@gnome.org
                CC: gcc-bugs@gcc.gnu.org

This is gcc version 3.2.3, as upgraded from my nearest debian mirror.
g++ -v reports the following:
Lecture des spécification à partir de /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configuré avec: ../src/configure -v --enable-languages=c,c++,java,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-objc-gc i386-linux
Modèle de thread: posix
version gcc 3.2.3

When running g++ bar.cpp, I get the following error:
mathieu@hackeur ~/projets/docs/c++ $ g++ bar.cpp
bar.cpp: Dans function « ErrorStatus no_exceptions() »:
bar.cpp:46: no match pour l'opérateur «
erreur interne de compilateur: erreur pour rapporter une routine ré-entée
SVP soumettre un rapport complet d'anomalies,
avec le source pré-traité si cela est approprié.
Consulter <URL:http://gcc.gnu.org/bugs.html> pour les instructions.

Marking the bug as critical since the compiler does not fails during compilation.



------- 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]