re PR fortran/31608 (wrong types in character array/scalar binop)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 27 Oct 2007 00:21:02 +0000 (00:21 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 27 Oct 2007 00:21:02 +0000 (00:21 +0000)
PR fortran/31608
* pa.h (ASM_PN_FORMAT): Delete define.

From-SVN: r129671

gcc/ChangeLog
gcc/config/pa/pa.h

index 7906625..89fe24d 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * doc/invoke.texi (Option Summary, optimizations): Remove
index 7680d3d..56e4e13 100644 (file)
@@ -1749,9 +1749,6 @@ do {                                                                      \
 #define 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.  */
 #define IS_ASM_LOGICAL_LINE_SEPARATOR(C, STR) ((C) == '!')