aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2012-06-27re PR fortran/41951 ([OOP] Not diagnosing ambiguous operators (TB vs. INTERFA...Janus Weil4-20/+62
2012-06-22re PR fortran/47710 ([OOP] Improve ambiguity check for GENERIC TBP w/ PASS an...Janus Weil5-30/+74
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist2-2/+8
2012-06-18intrinsic.h (gfc_resolve_rank): New prototype.Tobias Burnus5-1/+49
2012-06-18re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)Tobias Burnus3-2/+23
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus2-7/+49
2012-06-18re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)Tobias Burnus2-11/+36
2012-06-17re PR fortran/53691 (ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f)Tobias Burnus2-2/+13
2012-06-16re PR fortran/53642 (Front-end optimization: Wrong string length for deferred...Tobias Burnus3-15/+16
2012-06-13re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)Tobias Burnus3-10/+12
2012-06-13re PR fortran/53597 (F95/F2003 constraint no longer triggers: un-SAVED defaul...Tobias Burnus2-2/+9
2012-06-08re PR fortran/52552 ([OOP] ICE when trying to allocate non-allocatable object...Janus Weil3-22/+30
2012-06-07re PR fortran/52861 ((missed optimisation) missed transformation to memset wi...Thomas Koenig2-3/+12
2012-06-07re PR fortran/52861 ((missed optimisation) missed transformation to memset wi...Thomas Koenig2-4/+17
2012-06-04re PR fortran/50619 (Surprising interaction between -finit-real=NAN and the ...Tobias Burnus2-1/+8
2012-06-03re PR fortran/48831 (check.c: Constant expression (PARAMETER array element) r...Alessandro Fanfarillo4-18/+27
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher4-3/+6
2012-05-31re PR fortran/53521 (Memory leak with zero-sized array constructor)Tobias Burnus2-13/+7
2012-05-30re PR c/53502 (Bootstrap broken with --disable-build-poststage1-with-cxx)Tobias Burnus2-3/+7
2012-05-30decl.c: Fix comment typos.Tobias Burnus10-37/+49
2012-05-23re PR fortran/51055 (deferred length character allocation: allocate(character...Tobias Burnus3-4/+28
2012-05-22re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function...Tobias Burnus2-1/+12
2012-05-22PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or WunusedDodji Seketeli2-1/+6
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist4-19/+20
2012-05-14re PR fortran/49110 (Deferred-length character result triggers (false positiv...Tobias Burnus3-21/+33
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2-0/+9
2012-05-13re PR fortran/52158 (Regression on character function with gfortran 4.7)Alessandro Fanfarillo3-21/+38
2012-05-12re PR fortran/49110 (Deferred-length character result triggers (false positiv...Tobias Burnus2-1/+8
2012-05-11re PR libfortran/52537 (slow trim function)Thomas Koenig2-25/+142
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2-2/+13
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka3-4/+5
2012-05-07re PR fortran/53255 ([OOP] With TYPE, wrong type-bound operator used: of pare...Tobias Burnus2-6/+11
2012-05-06re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Tobias Burnus2-1/+9
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas10-67/+346
2012-05-05PR 49010,24518 MOD/MODULO fixes.Janne Blomqvist4-87/+110
2012-05-05Fix handling of temporary files.Janne Blomqvist2-9/+27
2012-05-04re PR fortran/53175 (link failure for private module variables used in functi...Tobias Burnus3-1/+23
2012-05-04re PR fortran/53111 (Derived types cannot be USE-associated again with -std=f95)Tobias Burnus2-0/+8
2012-05-03re PR fortran/52864 (Assignment to pointer component for INTENT(IN) dummy arg...Tobias Burnus2-38/+16
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2-2/+6
2012-04-29re PR fortran/53148 (Incorrect intrinsic function parsing on labeled statemen...Thomas Koenig2-0/+16
2012-04-25re PR fortran/52196 (Add -Wrealloc-lhs)Tobias Burnus6-6/+78
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher4-5/+18
2012-04-16[multiple changes]Tobias Burnus2-4/+16
2012-04-16re PR fortran/52968 ([OOP] Call to type-bound procedure wrongly rejected)Janus Weil2-4/+7
2012-04-15re PR fortran/51082 ([F03] Wrong result for a pointer to a proc-pointer compo...Janus Weil2-1/+7
2012-04-15re PR fortran/52916 (481.wrf in SPEC CPU 2006 failed to build)Tobias Burnus5-1/+30
2012-04-11re PR fortran/52729 (Symbol has no implicit type in SELECT TYPE block)Tobias Burnus2-3/+12
2012-04-08re PR fortran/52751 (private module variable are not exported as local)Tobias Burnus2-3/+14
2012-04-07re PR fortran/52893 (Moving functions out of implied DO loops)Thomas Koenig2-2/+24