index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
dump-parse-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-08
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+27
2011-06-05
dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...
Andreas Schmidt
1
-1
/
+2
2011-04-30
dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK be...
Thomas Koenig
1
-0
/
+5
2011-01-31
re PR fortran/47519 (Deferred-length string wrong results with character intr...
Paul Thomas
1
-0
/
+9
2011-01-13
re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)
Tobias Burnus
1
-1
/
+1
2010-12-29
dump_parse_tree.c (show_components): Show ALLOCATABLE.
Thomas Koenig
1
-0
/
+2
2010-12-27
dump-parse-tree.c (show_typespec): Also show character kind.
Thomas Koenig
1
-0
/
+1
2010-12-12
dump-parse-tree.c (show_expr): Add space for parens.
Thomas Koenig
1
-1
/
+1
2010-12-03
re PR fortran/44352 (ICE in string_to_single_character)
Thomas Koenig
1
-1
/
+2
2010-11-03
dump-parse-tree.c (code_indent): Take label into acount when calculating indent.
Thomas Koenig
1
-45
/
+87
2010-09-06
re PR fortran/45560 (debugging: Add EXPR pretty printer (gfc_debug_expr))
Tobias Burnus
1
-1
/
+1
2010-09-06
re PR fortran/45560 (debugging: Add EXPR pretty printer (gfc_debug_expr))
Tobias Burnus
1
-0
/
+14
2010-06-27
dump-parse-tree.c (show_symbol): Dump target-expression for associate names.
Daniel Kraft
1
-8
/
+24
2010-06-26
re PR fortran/44678 (ICE with -fdump-parse-tree and select type)
Thomas Koenig
1
-0
/
+10
2010-06-21
re PR fortran/40632 (Support F2008's contiguous attribute)
Tobias Burnus
1
-0
/
+2
2010-06-09
re PR fortran/44430 (Infinite recursion with -fdump-parse-tree)
Janus Weil
1
-1
/
+1
2010-05-23
gfortran.h: Do not include system.h.
Tobias Burnus
1
-0
/
+1
2010-04-13
[multiple changes]
Jerry DeLisle
1
-3
/
+5
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-3
/
+5
2010-04-06
re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...
Tobias Burnus
1
-1
/
+58
2010-01-08
re PR fortran/25829 ([F03] Asynchronous IO support)
Tobias Burnus
1
-0
/
+2
2009-11-30
backport: re PR fortran/42053 ([OOP] SELECT TYPE: reject duplicate CLASS IS b...
Janus Weil
1
-2
/
+2
2009-09-30
re PR fortran/40996 ([F03] ALLOCATABLE scalars)
Tobias Burnus
1
-3
/
+8
2009-08-30
re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)
Daniel Kraft
1
-18
/
+38
2009-08-13
re PR fortran/40941 (gfc_typespec: put derived and cl into union)
Janus Weil
1
-3
/
+3
2009-07-09
re PR fortran/40646 ([F03] array-valued procedure pointer components)
Janus Weil
1
-2
/
+2
2009-06-19
gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.
Kaveh R. Ghazi
1
-2
/
+4
2009-05-14
dump-parse-tree.c (show_code_node): Add ERRMSG to the dumping of allocate and...
Steven G. Kargl
1
-0
/
+12
2009-05-14
passes.c (finish_optimization_passes): Change i to int.
Ian Lance Taylor
1
-3
/
+3
2009-05-14
re PR fortran/40045 (ICE with type extension and -fdump-parse-tree)
Daniel Kraft
1
-5
/
+3
2009-05-13
gfortran.h (gfc_code): Rename struct member expr to expr1.
Steven G. Kargl
1
-28
/
+28
2009-05-13
gfortran.h (gfc_code): Rename struct member label to label1.
Steven G. Kargl
1
-8
/
+8
2009-05-13
re PR fortran/34153 (Debugging: Cannot set breakpoint in comment lines or "EN...
Tobias Burnus
1
-0
/
+3
2009-05-06
re PR fortran/39630 ([F03] Procedure Pointer Components)
Janus Weil
1
-2
/
+17
2009-04-24
gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.
Daniel Kraft
1
-10
/
+10
2008-09-02
gfortran.h (struct gfc_namespace): New member `implicit_loc'.
Daniel Kraft
1
-1
/
+1
2008-09-01
gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...
Daniel Kraft
1
-0
/
+102
2008-08-23
gfortran.h (gfc_component): Add field "symbol_attribute attr"...
Janus Weil
1
-4
/
+4
2008-07-19
gfortran.h (operator): Remove macro.
Kaveh R. Ghazi
1
-3
/
+3
2008-07-19
gfortran.h (protected): Remove macro.
Kaveh R. Ghazi
1
-1
/
+1
2008-06-06
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
Jakub Jelinek
1
-1
/
+12
2008-05-06
arith.c: (gfc_arith_concat...
Francois-Xavier Coudert
1
-4
/
+2
2008-04-06
dump-parse-tree.c: Use fprintf, fputs and fputc instead of gfc_status and gfc...
François-Xavier Coudert
1
-600
/
+594
2008-04-05
PR fortran/25829 28655
Jerry DeLisle
1
-0
/
+110
2008-02-24
arith.c: Update copyright years.
Tobias Schlüter
1
-1
/
+1
2007-12-16
re PR fortran/31213 (ICE on valid code with gfortran)
Paul Thomas
1
-0
/
+11
2007-12-09
re PR fortran/32129 (ICE: Procedure call with array-section-actual to scalar ...
Paul Thomas
1
-0
/
+9
2007-11-30
re PR fortran/34186 (dump-parse-tree: ICE for ts->cl->length, if ts->cl == NULL)
Tobias Burnus
1
-0
/
+2
2007-09-02
dump-parse-tree.c (show_char_const): New function.
Tobias Schlüter
1
-24
/
+25
2007-08-18
[multiple changes]
Tobias Burnus
1
-0
/
+2
[next]