summaryrefslogtreecommitdiff
path: root/gcc/fortran
Commit message (Expand)AuthorAgeFilesLines
* data_1.f90: Fix integer oveflow in integer literal constant.Steven G. Kargl2006-09-074-12/+21
* 2006-09-06 Paul Thomas <pault@gcc.gnu.org>Paul Thomas2006-09-061-4/+0
* re PR fortran/28908 (fold_convert fails for Fortran operator)Paul Thomas2006-09-055-135/+164
* * match.c: Fix a comment typo.Kazu Hirata2006-08-302-1/+5
* re PR fortran/28885 (ICE passing components of array of derived type)Paul Thomas2006-08-305-30/+92
* re PR fortran/28866 (Simple if statements are not so simple)Steven G. Kargl2006-08-293-49/+73
* re PR fortran/28788 (ICE on valid code)Paul Thomas2006-08-292-12/+21
* arith.h: Update Copyright dates.Steven G. Kargl2006-08-263-76/+108
* gfortran.texi: Note variable initialization causes SAVE attribute.Steven G. Kargl2006-08-262-3/+13
* intrinsic.texi: Update Copyright date.Daniel Franke2006-08-262-135/+407
* intrinsic.texi: Added doc-stubs for undocumented intrinsics...Daniel Franke2006-08-242-625/+3139
* re PR fortran/28788 (ICE on valid code)Paul Thomas2006-08-243-4/+70
* gfortran.texi: Fix last commit where a "no" was deleted and a grammatical err...Steven G. Kargl2006-08-232-2/+7
* gfortran.texi: Spell check.Steven G. Kargl2006-08-232-6/+32
* re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Janne Blomqvist2006-08-202-0/+14
* re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas2006-08-2011-136/+320
* re PR fortran/25217 (Derived type dummy argument having intent(out) attribute)Erik Edelmann2006-08-193-2/+21
* re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle2006-08-156-30/+66
* re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined...Paul Thomas2006-08-063-15/+19
* re PR fortran/28548 ([4.1 only] Optional argument failed)Steven G. Kargl2006-08-062-11/+22
* intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert2006-07-307-6/+254
* Makefile.in: Use $(HEADER_H) instead of header.h in dependencies and variable...Volker Reichelt2006-07-282-5/+9
* intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert2006-07-268-2/+232
* re PR fortran/28416 (ICE on allocatable codes)Erik Edelmann2006-07-242-1/+13
* re PR libfortran/25289 (Cannot handle record numbers large than huge(0_4))Jerry DeLisle2006-07-245-2/+34
* re PR debug/25468 (-g makes g++ loop forever)Steven Bosscher2006-07-231-1/+1
* re PR fortran/28439 ([4.1 only] Multiple evaluations of arithmetic if condition)Steven Bosscher2006-07-222-0/+6
* re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))Jakub Jelinek2006-07-162-2/+9
* re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas2006-07-164-63/+184
* trans-expr.c (gfc_trans_string_copy): Evaluate the string lengthsSteven G. Kargl2006-07-152-3/+10
* re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas2006-07-134-1/+47
* re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert2006-07-124-15/+69
* Fix typos.Feng Wang2006-07-111-1/+1
* re PR fortran/28213 (ICE: Hollerith constant)Feng Wang2006-07-112-0/+7
* * intrinsic.texi: Fix typos.Kazu Hirata2006-07-072-2/+6
* re PR fortran/28237 (print call())Paul Thomas2006-07-072-0/+14
* re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun...Francois-Xavier Coudert2006-07-062-9/+20
* re PR fortran/27874 (Bad interaction between bounds checking, forall and deri...Francois-Xavier Coudert2006-07-062-0/+10
* re PR fortran/20892 (dummy procedure can't be generic)Francois-Xavier Coudert2006-07-052-0/+13
* re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas2006-07-046-23/+141
* intrinsic.c (add_subroutines): Add ITIME and IDATE.Francois-Xavier Coudert2006-07-046-2/+154
* decl.c (match_old_style_init): Add data attribute to symbol.Asher Langton2006-07-032-1/+14
* iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used ar...Francois-Xavier Coudert2006-07-032-2/+7
* * intrinsic.texi: Document new intrinsics.Francois-Xavier Coudert2006-07-032-138/+1352
* re PR fortran/19259 (";" as first nonblank character on a line should be an e...Tobias Schlüter2006-07-012-2/+31
* * check.c: Fix a comment typo.Kazu Hirata2006-06-302-1/+5
* re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas2006-06-254-9/+110
* re PR fortran/28081 (Undue compile-time error for zero-sized substring)Francois-Xavier Coudert2006-06-242-3/+13
* re PR fortran/23862 (Select Fortran source form appropriately for "-pipe")Francois-Xavier Coudert2006-06-242-1/+7
* re PR fortran/28118 (ICE calling subroutine defined via explicit interface)Paul Thomas2006-06-242-3/+38