Commit beb7e030 by Eric Botcazou Committed by Eric Botcazou

* gcc-interface/Make-lang.in: Fix formatting.

From-SVN: r148083
parent a67b92c3
2009-06-02 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Make-lang.in: Fix formatting.
2009-06-01 Olivier Hainque <hainque@adacore.com> 2009-06-01 Olivier Hainque <hainque@adacore.com>
Eric Botcazou <ebotcazou@adacore.com> Eric Botcazou <ebotcazou@adacore.com>
......
...@@ -1124,8 +1124,8 @@ ada/link.o : ada/link.c ...@@ -1124,8 +1124,8 @@ ada/link.o : ada/link.c
ada/targext.o : ada/targext.c $(SYSTEM_H) coretypes.h $(TM_H) ada/targext.o : ada/targext.c $(SYSTEM_H) coretypes.h $(TM_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ADA_CFLAGS) $(ALL_CPPFLAGS) \ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ADA_CFLAGS) \
$(INCLUDES) $< $(OUTPUT_OPTION) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
ada/cio.o : ada/cio.c $(CONFIG_H) $(SYSTEM_H) ada/adaint.h ada/cio.o : ada/cio.c $(CONFIG_H) $(SYSTEM_H) ada/adaint.h
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ADA_CFLAGS) \ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ADA_CFLAGS) \
......
2009-06-02 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/alignment6.adb: Remove XFAIL.
2009-06-02 Simon Martin <simartin@users.sourceforge.net> 2009-06-02 Simon Martin <simartin@users.sourceforge.net>
PR c++/38089 PR c++/38089
......
...@@ -28,5 +28,5 @@ begin ...@@ -28,5 +28,5 @@ begin
B_REC := A_REC; B_REC := A_REC;
end; end;
-- { dg-final { scan-tree-dump-not "VIEW_CONVERT_EXPR" "gimple" { xfail *-*-* } } } -- { dg-final { scan-tree-dump-not "VIEW_CONVERT_EXPR" "gimple" } }
-- { dg-final { cleanup-tree-dump "gimple" } } -- { dg-final { cleanup-tree-dump "gimple" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment