Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107842 - [gcc-4.0.2] missing fix for PR 23993
Summary: [gcc-4.0.2] missing fix for PR 23993
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL: http://gcc.gnu.org/ml/gcc/2005-09/msg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 21:53 UTC by Ryan Hill (RETIRED)
Modified: 2005-10-01 22:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gcc-4.0.2-pr23993.patch (gcc-4.0.2-pr23993.patch,852 bytes, patch)
2005-10-01 21:54 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2005-10-01 21:53:25 UTC
the patch for gcc PR#23993 ([4.0/4.1 Regression] Mysterious compiler error when
accessing a 2d-array in a template class)[1] was accidentally omitted from the
gcc 4.0.2 release, although it was marked as fixed.  this is a critical
regects-valid c++ bug which is a regression from 4.0.1.

also omitted were a patch for a solaris issue (which doesn't affect us) and a
fix for m68k (which i have no experience with and won't try to mess with ;)

[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23993
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2005-10-01 21:54:45 UTC
Created attachment 69681 [details, diff]
gcc-4.0.2-pr23993.patch
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2005-10-01 22:13:45 UTC
Added to CVS, so it'll be included the next time I release a new patchset.