Package: gfortran-4.1
Version: 4.1.1-17
Severity: normal
The following is a reduced testcase which triggers ICE. I think it's
invalid code, but not very sure.
$ gfortran --version
GNU Fortran 95 (GCC) 4.1.2 20061020 (prerelease) (Debian 4.1.1-17)
Copyright (C) 2006 Free Software Foundation, Inc.
--- Comment #26 from sur at compart dot net 2006-10-30 18:23 ---
It seemed too difficult and risky to me to resolve the numerous rejects of the
attached patch against the 4.1.1 release, so I checked out today via svn the
4.1 branch in current state (30.10.2006). After changing a mask in
--- Comment #25 from pinskia at gcc dot gnu dot org 2006-10-30 17:02
---
*** Bug 29650 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-10-30 17:02 ---
*** This bug has been marked as a duplicate of 26881 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
Package: g++-2.95
Version: 1:2.95.4-27
Severity: important
#include
using namespace std;
int main(void) {
int e = 7;
try {
cerr << "throwing ...\n";
throw e;
}
catch(int err) {
cerr << "catching ...\n";
}
cerr << "everything went fine.\n"
Our university registrars office has been contacting people that we feel will
qualify for our EEPD (Employment Experience Program Degree). We have several
educational counselors standing by to assist you in obtaining this EEPD degree
which is solely based on your work experience and previous st
6 matches
Mail list logo