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++/12735] [3.3/3.4 regression] duplicate error messages for redeclaration errors


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

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gdr at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-22 21:22:07
               date|                            |
            Summary|duplicate error messages for|[3.3/3.4 regression]
                   |redeclaration errors        |duplicate error messages for
                   |                            |redeclaration errors
   Target Milestone|---                         |3.4


------- Additional Comments From bangerth at dealii dot org  2003-10-22 21:22 -------
Confirmed. Interesting that we issue two _different_ error messages for
the same error! (This implies that we get them from two different
places, maybe in different phases of parsing.)

This is a regression introduced between 3.0 and 3.2.

W.


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