aboutsummaryrefslogtreecommitdiff
path: root/gcc/f
AgeCommit message (Collapse)AuthorFilesLines
2002-02-27Daily bump.GCC Administrator1-2/+2
From-SVN: r50095
2002-02-26Daily bump.GCC Administrator1-2/+2
From-SVN: r50053
2002-02-26Daily bump.Mark Mitchell1-1/+1
From-SVN: r50044
2002-02-26Set version numbers for mainlineMark Mitchell1-1/+1
From-SVN: r50036
2002-02-25Daily bump.GCC Administrator1-1/+1
From-SVN: r50022
2002-02-24Daily bump.GCC Administrator1-1/+1
From-SVN: r50002
2002-02-23Daily bump.GCC Administrator1-1/+1
From-SVN: r49987
2002-02-22Daily bump.GCC Administrator1-1/+1
From-SVN: r49957
2002-02-21Daily bump.GCC Administrator1-1/+1
From-SVN: r49925
2002-02-20Daily bump.GCC Administrator1-1/+1
From-SVN: r49893
2002-02-19Daily bump.GCC Administrator1-1/+1
From-SVN: r49861
2002-02-18Daily bump.GCC Administrator1-1/+1
From-SVN: r49836
2002-02-17Daily bump.GCC Administrator1-1/+1
From-SVN: r49817
2002-02-16Daily bump.GCC Administrator1-1/+1
From-SVN: r49802
2002-02-15Daily bump.GCC Administrator1-1/+1
From-SVN: r49785
2002-02-14Daily bump.GCC Administrator1-1/+1
From-SVN: r49762
2002-02-14news.texi: List Problem Reports fixed in 3.1.Toon Moene2-4/+32
2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: List Problem Reports fixed in 3.1. From-SVN: r49760
2002-02-13Daily bump.GCC Administrator1-1/+1
From-SVN: r49722
2002-02-13data.c (ffedata_eval_offset_): Only convert index...Toon Moene2-30/+46
2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl> * data.c (ffedata_eval_offset_): Only convert index, low and high bound in data statements to default integer if they are constants. Use a copy of the data structure. From-SVN: r49721
2002-02-12Daily bump.GCC Administrator1-1/+1
From-SVN: r49704
2002-02-11Daily bump.GCC Administrator1-1/+1
From-SVN: r49672
2002-02-10Daily bump.GCC Administrator1-1/+1
From-SVN: r49650
2002-02-09data.c (ffedata_eval_offset_): Convert non-default integer constants to ↵Toon Moene2-4/+35
default integer kind if necessary. 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl> * data.c (ffedata_eval_offset_): Convert non-default integer constants to default integer kind if necessary. From-SVN: r49646
2002-02-09invoke.texi: Add a short debugging session as an example to the ↵Toon Moene2-2/+38
documentation of -g. 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl> * invoke.texi: Add a short debugging session as an example to the documentation of -g. From-SVN: r49636
2002-02-09Daily bump.GCC Administrator1-1/+1
From-SVN: r49634
2002-02-08Daily bump.GCC Administrator1-1/+1
From-SVN: r49612
2002-02-07Daily bump.GCC Administrator1-1/+1
From-SVN: r49569
2002-02-06PR fortran/4730 fortran/5473Toon Moene6-12/+57
2002-02-06 Toon Moene <toon@moene.indiv.nluug.nl> PR fortran/4730 fortran/5473 * com.c (ffecom_expr_): Deal with %VAL constructs. * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics, to indicate "no larger than default kind" integers and logicals. * intrin.def: Use 'N' constraints in table of intrinsics. * intdoc.c: Document this constraint. * intdoc.texi: Regenerated. From-SVN: r49554
2002-02-06Daily bump.GCC Administrator1-1/+1
From-SVN: r49540
2002-02-05Daily bump.GCC Administrator1-1/+1
From-SVN: r49517
2002-02-04Update copyright dates.Philipp Thomas6-5/+10
From-SVN: r49479
2002-02-04bad.def [...]: Insert comments to mark messages as not being printf style ↵Philipp Thomas9-0/+416
where appropriate. 2002-02-04 Philipp Thomas <pthomas@suse.de> * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c: Insert comments to mark messages as not being printf style where appropriate. From-SVN: r49477
2002-02-03expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do ↵Toon Moene2-4/+8
loop counts. 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl> * expr.c (ffeexpr_sym_impdoitem_): Allow other than default INTEGER implied-do loop counts. From-SVN: r49459
2002-02-02g77.texi [...]: Change last update date and/or copyright year.Toon Moene4-6/+6
2002-02-02 Toon Moene <toon@moene.indiv.nluug.nl> * g77.texi proj.h com.c bugs.texi: Change last update date and/or copyright year. From-SVN: r49439
2002-02-02Daily bump.GCC Administrator1-1/+1
From-SVN: r49436
2002-02-01bad.def: Remove non-historical reference to version 0.6.Toon Moene7-69/+14
2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl> * bad.def: Remove non-historical reference to version 0.6. * bugs.texi: Ditto. * com.c: Ditto. * ffe.texi: Ditto. * proj.h: Ditto. * g77.texi: Ditto. From-SVN: r49413
2002-02-01Daily bump.GCC Administrator1-1/+1
From-SVN: r49390
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers2-1/+6
gcc: * gccbug.in: Follow GNU Coding Standards for --version. Use GCC version rather than GNATS version in --version output. gcc/f: * g77spec.c (lang_specific_driver): Follow GNU Coding Standards for --version. gcc/java: * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version): Follow GNU Coding Standards for --version. libjava: * gnu/gcj/convert/Convert.java: Only include one copyright year in --version output. From-SVN: r49372
2002-01-31Daily bump.GCC Administrator1-1/+1
From-SVN: r49368
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson2-2/+7
* rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New. * rtl.c (note_insn_name): Update. * emit-rtl.c (remove_unnecessary_notes): Kill it. * stmt.c (expand_end_loop): Kill jump opt code. Use LOOP_END_TOP_COND to perform loop rotation. (expand_exit_loop_top_cond): New. * tree.h (expand_exit_loop_top_cond): Declare it. * c-semantics.c (genrtl_while_stmt): Use it. (genrtl_for_stmt): Likewise. * ada/trans.c (tree_transform) [N_Loop_Statement]: Use expand_exit_loop_top_cond. * f/ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond. (ffeste_R819B): Likewise. From-SVN: r49364
2002-01-30intrin.c (upcasecmp_): New function.Toon Moene2-2/+24
2002-01-30 Toon Moene <toon@moene.indiv.nluug.nl> * intrin.c (upcasecmp_): New function. (ffeintrin_cmp_name_): Use it to correctly compare name and table entry for bsearch. From-SVN: r49347
2002-01-30Daily bump.GCC Administrator1-1/+1
From-SVN: r49338
2002-01-29Daily bump.GCC Administrator1-1/+1
From-SVN: r49311
2002-01-28Daily bump.GCC Administrator1-1/+1
From-SVN: r49277
2002-01-27Daily bump.GCC Administrator1-1/+1
From-SVN: r49265
2002-01-26intrin.c (ffeintrin_cmp_name_): Correct comparison for intrinsics in ↵Toon Moene2-2/+24
intrinsic table (intrin.def). 2002-01-26 Toon Moene <toon@moene.indiv.nluug.nl> * intrin.c (ffeintrin_cmp_name_): Correct comparison for intrinsics in intrinsic table (intrin.def). From-SVN: r49248
2002-01-26Daily bump.GCC Administrator1-1/+1
From-SVN: r49243
2002-01-25Daily bump.GCC Administrator1-1/+1
From-SVN: r49210
2002-01-24Daily bump.GCC Administrator1-1/+1
From-SVN: r49175
2002-01-23Daily bump.GCC Administrator1-1/+1
From-SVN: r49127