This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/13411] glibc fails to build with gcc 4.7


http://sourceware.org/bugzilla/show_bug.cgi?id=13411

--- Comment #3 from Michael Matz <matz at suse dot de> 2011-11-17 15:15:01 UTC ---
Since r179618 GCC uses cleanup regions to implement proper tracking of
points where scopes are left.  Under -fexceptions this includes exception
edges leading from possibly throwing calls to outside the containing scope.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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