[PR40507] objective c compiler crashed while compiling...
Bug #362217 reported by
Philippe Coval
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc |
Invalid
|
Medium
|
|||
gcc-4.3 (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
gcc-4.4 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: gcc-4.3
objective c compiler crashed while compiling something like :
NSDecimal* t ....
return [t];
while i should just have write :
return t;
Sorry for this short bug report, If it crash again I will try to update this report...
--
http://
ProblemType: Crash
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/lib/
Package: gobjc-4.3 4.3.3-5ubuntu4
SourcePackage: gcc-4.3
Uname: Linux 2.6.28-11-generic x86_64
Changed in gcc-4.3 (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
summary: |
- objective c compiler crashed while compiling... + [PR40507] objective c compiler crashed while compiling... |
Changed in gcc: | |
status: | Unknown → New |
Changed in gcc: | |
status: | New → Invalid |
Changed in gcc: | |
importance: | Unknown → Medium |
To post a comment you must log in.
This bug was fixed in the package gcc-4.4 - 4.4.0-8ubuntu2
---------------
gcc-4.4 (4.4.0-8ubuntu2) karmic; urgency=low
* Update to SVN 20090622 from the gcc-4_4-branch (r148821).
- Fix PR objc/28050 (LP: #362217).
* Enable SSP on arm and armel, run the testsuite with -fstack-protector.
LP: #375189.
-- Matthias Klose <email address hidden> Tue, 23 Jun 2009 00:57:50 +0200