[Bug fortran/36457] preprocessing: option -idirafter undefined for fortran

2008-12-03 Thread dfranke at gcc dot gnu dot org
--- Comment #4 from dfranke at gcc dot gnu dot org 2008-12-04 07:44 --- Thoughts? Make it known to the fortran frontend. I, finally, might find time to get this done this weekend ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36457

[Bug ada/38393] New: Storage_Error, bug box on record with large array component

2008-12-03 Thread michael dot voelske at medien dot uni-weimar dot de
procedure Main is type Arr is array (Natural) of Natural; type Rec is record A : Arr := (others = 0); end record; begin null; end; gcc-4.3 -c main.adb +===GNAT BUG DETECTED==+ | 4.3.2

<    1   2