Commit 00e65cfa by John David Anglin Committed by John David Anglin

re PR fortran/31608 (wrong types in character array/scalar binop)

	PR fortran/31608
	* pa.h (ASM_PN_FORMAT): Delete define.

From-SVN: r129671
parent 02c99cd0
2007-10-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR fortran/31608
* pa.h (ASM_PN_FORMAT): Delete define.
2007-10-26 Janis Johnson <janis187@us.ibm.com> 2007-10-26 Janis Johnson <janis187@us.ibm.com>
* doc/invoke.texi (Option Summary, optimizations): Remove * doc/invoke.texi (Option Summary, optimizations): Remove
...@@ -1749,9 +1749,6 @@ do { \ ...@@ -1749,9 +1749,6 @@ do { \
#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN) pa_asm_output_aligned_local (FILE, NAME, SIZE, ALIGN)
#define ASM_PN_FORMAT "%s___%lu"
/* All HP assemblers use "!" to separate logical lines. */ /* All HP assemblers use "!" to separate logical lines. */
#define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!') #define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!')
......
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