mirror of git://gcc.gnu.org/git/gcc.git
Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog.
From-SVN: r82023
This commit is contained in:
parent
34a8630613
commit
59fa6e39c6
|
|
@ -1,4 +1,5 @@
|
||||||
2004-05-18 Paul Brook <paul@codesourcery.com>
|
2004-05-18 Feng Wang <fengwang@nudt.edu.cn>
|
||||||
|
Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
|
* f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
|
||||||
Create decls for __builtin_pow{,f}.
|
Create decls for __builtin_pow{,f}.
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
2004-05-18 Paul Brook <paul@codesourcery.com>
|
2004-05-18 Feng Wang <fengwang@nudt.edu.cn>
|
||||||
|
|
||||||
* gfortran.fortran-torture/execute/power.f90: Test constant integers.
|
* gfortran.fortran-torture/execute/power.f90: Test constant integers.
|
||||||
|
|
||||||
2004-05-18 Andrew Pinski <pinskia@physics.uc.edu>
|
2004-05-18 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
Jeff Law <law@redhat.com>
|
Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
* gcc.dg/tree-ssa/20040514-2.c: Update expected output.
|
* gcc.dg/tree-ssa/20040514-2.c: Update expected output.
|
||||||
* gcc.dg/tree-ssa/20040518-2.c: New test.
|
* gcc.dg/tree-ssa/20040518-2.c: New test.
|
||||||
|
|
||||||
* gcc.dg/tree-ssa/20040518-1.c: New test.
|
* gcc.dg/tree-ssa/20040518-1.c: New test.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
2004-05-18 Paul Brook <paul@codesourcery.com>
|
2004-05-18 Paul Brook <paul@codesourcery.com>
|
||||||
|
Feng Wang <fengwang@nudt.edu.cn>
|
||||||
|
|
||||||
* Makefile.am (i_pow_c): Set it. Add build rule.
|
* Makefile.am (i_pow_c): Set it. Add build rule.
|
||||||
(gfor_built_src): Use it.
|
(gfor_built_src): Use it.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue