public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31941]  New: [4.1/4.2/4.3 Regression] "confused by earlier errors" message without earlier error message
@ 2007-05-15 17:37 tbm at cyrius dot com
  2007-05-15 17:38 ` [Bug c++/31941] " tbm at cyrius dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tbm at cyrius dot com @ 2007-05-15 17:37 UTC (permalink / raw)
  To: gcc-bugs

With the attached source, 4.0 prints and error and then says that it got
confused by earlier errors.  In 4.1 and 4.2, however, it gets confused
without actually printing the earlier error:

tbm@coconut0:~$ g++-4.0 -c digikam-libmetadatawidgets.ii
/home/tbm/src/digikam-0.9.1/./digikam/libs/widgets/metadata/iptcwidget.cpp: In
member function 'virtual bool Digikam::IptcWidget::decodeMetadata()':
/home/tbm/src/digikam-0.9.1/./digikam/libs/widgets/metadata/iptcwidget.cpp:159:
error: request for member 'c_str' in '
/home/tbm/src/digikam-0.9.1/./digikam/libs/widgets/metadata/iptcwidget.cpp:159:
confused by earlier errors, bailing out
tbm@coconut0:~$ g++-4.1 -c digikam-libmetadatawidgets.ii
'
/home/tbm/src/digikam-0.9.1/./digikam/libs/widgets/metadata/iptcwidget.cpp:159:
confused by earlier errors, bailing out
tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/g++ -c digikam-libmetadatawidgets.ii
'
/home/tbm/src/digikam-0.9.1/./digikam/libs/widgets/metadata/iptcwidget.cpp:159:
confused by earlier errors, bailing out
Preprocessed source stored into /tmp/cc43WndE.out file, please attach this to
your bugreport.
tbm@coconut0:~$


-- 
           Summary: [4.1/4.2/4.3 Regression] "confused by earlier errors"
                    message without earlier error message
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


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

end of thread, other threads:[~2007-08-24 17:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-15 17:37 [Bug c++/31941] New: [4.1/4.2/4.3 Regression] "confused by earlier errors" message without earlier error message tbm at cyrius dot com
2007-05-15 17:38 ` [Bug c++/31941] " tbm at cyrius dot com
2007-05-15 17:40 ` tbm at cyrius dot com
2007-05-16  9:23 ` rguenth at gcc dot gnu dot org
2007-06-30  9:14 ` pinskia at gcc dot gnu dot org
2007-07-04  3:07 ` mmitchel at gcc dot gnu dot org
2007-08-23 13:16 ` jakub at gcc dot gnu dot org
2007-08-23 23:23 ` jakub at gcc dot gnu dot org
2007-08-24 17:14 ` jakub at gcc dot gnu dot org
2007-08-24 17:28 ` jakub 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).