merge from gcc
authorDJ Delorie <dj@redhat.com>
Fri, 6 Sep 2002 00:03:11 +0000 (00:03 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 6 Sep 2002 00:03:11 +0000 (00:03 +0000)
libiberty/ChangeLog
libiberty/regex.c

index 828f76f8a8a00b4d55f51b55b47b3b5810a0eb3f..70b975930d1e65483d39682c3282570ed3f84c93 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-05  Roger Sayle  <roger@eyesopen.com>
+
+       * regex.c: Only use "#pragma alloca" on AIX when not using gcc.
+
 2002-08-07  DJ Delorie  <dj@redhat.com>
 
        * regex.c (re_error_msgid): Just use a simple array of strings.
index a83cda055274b0c5f3641a95ab0c7a598004382f..e2763dc2a514a968298d49a065c8c0944df65dd0 100644 (file)
@@ -25,7 +25,7 @@
    routines with an "x" prefix so they do not collide with the native regex
    routines or with other components regex routines. */
 /* AIX requires this to be the first thing in the file. */
-#if defined _AIX && !defined REGEX_MALLOC
+#if defined _AIX && !defined __GNUC__ && !defined REGEX_MALLOC
   #pragma alloca
 #endif
 
This page took 0.031615 seconds and 4 git commands to generate.