Age | Commit message (Expand) | Author | Files | Lines |
2009-06-16 | re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p... | Janus Weil | 5 | -76/+117 |
2009-06-16 | re PR fortran/40383 (incorrect bounds checking with optional character argume... | Tobias Burnus | 2 | -0/+22 |
2009-06-12 | Add ChangeLog forgotten during my previous commit. | Steven G. Kargl | 1 | -0/+7 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 11 | -151/+273 |
2009-06-12 | arith.c (gfc_enum_initializer): Move function ... | Steven G. Kargl | 3 | -47/+46 |
2009-06-12 | re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value) | Janus Weil | 2 | -3/+18 |
2009-06-11 | re PR fortran/40402 (Problem with data statement involving structure construc... | Paul Thomas | 2 | -1/+10 |
2009-06-11 | re PR fortran/38718 (some simplifiers for elemental intrinsics missing; requi... | Francois-Xavier Coudert | 4 | -4/+68 |
2009-06-11 | interface.c (fold_unary): Rename to... | Jakub Jelinek | 3 | -7/+16 |
2009-06-10 | trans-decl.c (create_main_function): Don't build main decl twice. | Dave Korn | 2 | -1/+4 |
2009-06-09 | trans-decl.c (gfc_generate_function_code): Use | Tobias Burnus | 3 | -1/+20 |
2009-06-08 | Update ChangeLog for commit Rev. 148290 | Paul Thomas | 1 | -0/+15 |
2009-06-08 | trans-array.h: Replace prototypes for gfc_conv_descriptor_offset... | Paul Thomas | 6 | -116/+167 |
2009-06-08 | common.opt (fcompare-debug=, [...]): New. | Alexandre Oliva | 2 | -0/+8 |
2009-06-07 | Fix date on last entry. | Jerry DeLisle | 1 | -1/+1 |
2009-06-07 | re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement) | Jerry DeLisle | 5 | -12/+83 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 7 | -9/+221 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 6 | -8/+394 |
2009-06-07 | re PR fortran/36874 (Add shape checks to cshift/eoshift) | Daniel Franke | 7 | -108/+178 |
2009-06-07 | re PR fortran/25104 ([F2003] Non-initialization expr. as case-selector) | Daniel Franke | 5 | -18/+313 |
2009-06-06 | re PR fortran/37203 (Check ORDER= of RESHAPE) | Daniel Franke | 2 | -1/+7 |
2009-06-06 | re PR fortran/32890 (Compile-time detect of LHS/RHS missmatch for PACK) | Daniel Franke | 5 | -23/+160 |
2009-06-05 | builtins.c (do_mpc_ckconv, [...]): Use mpc_realref/mpc_imagref instead of MPC... | Kaveh R. Ghazi | 2 | -2/+7 |
2009-06-05 | trans-decl.c (gfc_build_qualified_array): Don't skip generation of range types. | Alexandre Oliva | 4 | -9/+31 |
2009-06-04 | re PR fortran/37203 (Check ORDER= of RESHAPE) | Daniel Franke | 3 | -91/+124 |
2009-06-03 | gfortran.texi: Add mixed-language programming... | Tobias Burnus | 5 | -39/+567 |
2009-06-03 | iso-c-binding.def: Use INTMAX_TYPE instead of | Francois-Xavier Coudert | 3 | -6/+7 |
2009-06-03 | * module.c (mio_f2k_derived): Initialize cur. | Alexandre Oliva | 2 | -1/+5 |
2009-06-01 | re PR fortran/40309 (gfortran does not support static c/d-tors.) | Tobias Burnus | 2 | -1/+12 |
2009-05-29 | re PR fortran/40019 (LEADZ and TRAILZ give wrong results) | Francois-Xavier Coudert | 7 | -62/+92 |
2009-05-27 | Makefile.in (LINKER, [...]): Define. | Ian Lance Taylor | 2 | -2/+8 |
2009-05-27 | re PR fortran/40270 (Revision 147883 caused many Fortran regressions) | Tobias Burnus | 2 | -1/+29 |
2009-05-26 | re PR fortran/39178 (Generate main() rather than using a main in libgfortran/... | Tobias Burnus | 3 | -128/+215 |
2009-05-26 | re PR fortran/40246 (ICE on invalid SOURCE= using NULLIFY) | Tobias Burnus | 2 | -0/+10 |
2009-05-26 | Makefile.in (COMPILER, [...]): Define. | Ian Lance Taylor | 2 | -6/+11 |
2009-05-26 | gfortran.h (GFC_MPC_RND_MODE): New. | Kaveh R. Ghazi | 3 | -8/+67 |
2009-05-25 | re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value) | Janus Weil | 6 | -10/+45 |
2009-05-25 | Dominique Dhumieres | Jerry DeLisle | 2 | -0/+9 |
2009-05-22 | re PR fortran/40195 (Cannot unlink existing module file) | François-Xavier Coudert | 2 | -19/+28 |
2009-05-18 | re PR fortran/40164 (Fortran 2003: "Arrays of procedure pointers" (using PPCs)) | Janus Weil | 3 | -2/+19 |
2009-05-18 | intrinsic.c (add_sym): Fix my last commit (r147655), which broke bootstrap. | Janus Weil | 2 | -1/+6 |
2009-05-18 | re PR tree-optimization/40168 (finding common subexpressions) | Richard Guenther | 2 | -4/+13 |
2009-05-18 | re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p... | Janus Weil | 7 | -109/+284 |
2009-05-17 | iso-fortran-env.def: Define INT8, INT16, INT32, INT64, REAL32, REAL64 and REA... | Francois-Xavier Coudert | 5 | -20/+141 |
2009-05-17 | re PR fortran/36260 (Audit intrinsic.texi and check whether keyword= names ma... | Francois-Xavier Coudert | 3 | -170/+204 |
2009-05-16 | re PR fortran/33197 (Fortran 2008: math functions) | Francois-Xavier Coudert | 4 | -2/+149 |
2009-05-16 | re PR fortran/31243 (Detect strings longer than 2**32 characters) | Francois-Xavier Coudert | 3 | -5/+50 |
2009-05-16 | * ChangeLog: Forgotten in previous commit. | François-Xavier Coudert | 1 | -0/+9 |
2009-05-16 | re PR fortran/36031 (ARM -fshort-enums attribute not emitted for Fortran) | François-Xavier Coudert | 4 | -5/+5 |
2009-05-15 | re PR fortran/39352 (gfortran.dg/vect/pr39318.f90 doesn't work on ia64) | Tobias Burnus | 6 | -11/+44 |