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++/10345] [3.3 regression] Double parentheses in error message.


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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.3/3.4 regression] Double |[3.3 regression] Double
                   |parentheses in error        |parentheses in error
                   |message.                    |message.


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 17:24 -------
Only a 3.3 regression now as in the mainline (20030803), gcc produces:
pr10345.cc:5: error: invalid initialization of non-const reference of type '
   int&' from a temporary of type 'int'
pr10345.cc:3: error: in passing argument 1 of `int bar(int&)'


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