aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29match.c (gfc_match_call): Exit loop after setting i.Po-Chun Chang1-1/+4
2013-07-28re PR fortran/58009 (Elements with same value in vector subscript in variable...Thomas Koenig1-0/+45
2013-05-27expr.c (gfc_build_intrinsic_call): Make symbol asTobias Burnus1-0/+1
2013-04-18expr.c (find_array_element): Don't copy expr.Tobias Burnus1-3/+1
2013-04-16re PR fortran/56968 ([F03] Issue with a procedure defined with a generic name...Janus Weil1-1/+5
2013-04-13re PR fortran/55959 ([OOP] ICE in in gfc_simplify_expr, at fortran/expr.c:1920)Janus Weil1-1/+0
2013-04-12re PR fortran/56261 ([OOP] seg fault call procedure pointer on polymorphic ar...Janus Weil1-0/+16
2013-04-11Replace enum gfc_try with bool type.Janne Blomqvist1-327/+319
2013-03-25re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Tobias Burnus1-14/+33
2013-03-10re PR fortran/56575 (An invalid OO code causes ICE)Paul Thomas1-1/+2
2013-03-03re PR fortran/56477 (ICE on invalid with pointer assignment to function result)Mikael Morin1-1/+1
2013-01-29re PR fortran/54107 ([F03] Memory hog with abstract interface)Janus Weil1-67/+1
2013-01-15re PR fortran/54286 (Accepts invalid proc-pointer assignments involving proc-...Paul Thomas1-1/+1
2013-01-13re PR fortran/54286 (Accepts invalid proc-pointer assignments involving proc-...Paul Thomas1-6/+24
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-07re PR fortran/55763 (Issues with some simpler CLASS(*) programs)Tobias Burnus1-18/+45
2013-01-07re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...Tobias Burnus1-4/+10
2013-01-03re PR fortran/55855 ([OOP] incorrect warning with procedure pointer component...Janus Weil1-3/+2
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas1-29/+47
2012-12-01re PR fortran/46897 ([OOP] type-bound defined ASSIGNMENT(=) not used for deri...Alessandro Fanfarillo1-10/+29
2012-11-27re PR fortran/55476 (Bogus warning "Pointer might outlive the pointer target")Tobias Burnus1-1/+3
2012-10-28re PR fortran/54958 (Wrongly rejects ac-implied-DO variables which also occur...Tobias Burnus1-5/+7
2012-10-04expr.c (scalarize_intrinsic_call): Plug memory leak.Tobias Burnus1-0/+2
2012-09-17re PR fortran/54285 ([F03] Calling a PPC with proc-ptr result)Janus Weil1-2/+10
2012-09-16re PR fortran/54387 ([F03] Wrongly accepts non-proc result variable on the RH...Janus Weil1-0/+9
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus1-0/+1
2012-08-20re PR fortran/54301 (Add optional warning if pointer assigning a local variab...Tobias Burnus1-0/+32
2012-08-14gfortran.h (gfc_get_proc_ptr_comp): New prototype.Mikael Morin1-21/+27
2012-08-02array.c (gfc_copy_array_ref): Don't copy the offset field.Mikael Morin1-5/+2
2012-07-31re PR fortran/42418 (PROCEDURE: Rejects interface which is both specific and ...Janus Weil1-2/+0
2012-07-30re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-0/+22
2012-07-25trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.Tobias Burnus1-1/+1
2012-07-20re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-1/+2
2012-07-17re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)Janus Weil1-8/+9
2012-07-08gfortran.h: Do not include coretypes.h here.Steven Bosscher1-0/+1
2012-06-22re PR fortran/47710 ([OOP] Improve ambiguity check for GENERIC TBP w/ PASS an...Janus Weil1-1/+1
2012-06-03re PR fortran/48831 (check.c: Constant expression (PARAMETER array element) r...Alessandro Fanfarillo1-17/+11
2012-05-30decl.c: Fix comment typos.Tobias Burnus1-3/+3
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas1-0/+3
2012-04-16[multiple changes]Tobias Burnus1-4/+10
2012-03-03re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+1
2012-03-02re PR fortran/52270 ([OOP] Polymorphic vars: wrong intent(in) check, passing ...Tobias Burnus1-1/+2
2012-01-29re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Tobias Burnus1-1/+7
2012-01-27re PR fortran/51970 ([OOP] gimplification failed for polymorphic MOVE_ALLOC)Tobias Burnus1-3/+7
2012-01-19re PR fortran/51904 (ICE on SIZE function evaluation)Tobias Burnus1-0/+5
2012-01-16re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)Tobias Burnus1-2/+1
2012-01-062012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-6/+10
2011-12-31re PR fortran/51502 (Potentially wrong code generation due to wrong implict_p...Thomas Koenig1-2/+17
2011-12-11re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...Paul Thomas1-6/+15
2011-12-06re PR fortran/51435 (Bad association status after null() of derived type comp...Tobias Burnus1-0/+3