public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35578]  New: Error about misplaced 'friend' word is issued on a wrong line
@ 2008-03-13 22:23 yuri at tsoft dot com
  2008-03-29 17:44 ` [Bug c++/35578] [4.2/4.3/4.4 regression] " reichelt at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: yuri at tsoft dot com @ 2008-03-13 22:23 UTC (permalink / raw)
  To: gcc-bugs

When I compile the code below I get:
x.C:3: error: 'friend' used outside of class
And 'friend' word is on the line #5.

=== code begins ===
int i() {
  return (0);
} /*here an error is reported*/

friend void x() {
}


-- 
           Summary: Error about misplaced 'friend' word is issued on a wrong
                    line
           Product: gcc
           Version: 4.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: yuri at tsoft dot com


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-11 19:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 22:23 [Bug c++/35578] New: Error about misplaced 'friend' word is issued on a wrong line yuri at tsoft dot com
2008-03-29 17:44 ` [Bug c++/35578] [4.2/4.3/4.4 regression] " reichelt at gcc dot gnu dot org
2008-03-29 17:57 ` reichelt at gcc dot gnu dot org
2008-03-30 22:03 ` reichelt at gcc dot gnu dot org
2008-03-30 22:08 ` [Bug c++/35578] [4.2/4.3 " reichelt at gcc dot gnu dot org
2008-03-31  9:40 ` [Bug c++/35578] [4.2/4.3 Regression] " rguenth at gcc dot gnu dot org
2008-05-11 19:34 ` reichelt at gcc dot gnu dot org
2008-05-11 19:36 ` reichelt at gcc dot gnu dot org
2008-05-11 19:37 ` reichelt at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).