diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2005-06-14 23:59:48 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2005-06-14 23:59:48 +0000 |
commit | 11f4453b3cce13640039ecf973ddf7f67dc71e6f (patch) | |
tree | fd1048b792f897e82eb68a18af704ad9417bd01b /fixincludes/tests/base/math.h | |
parent | cc786582dd203c82ec671bf88c2f4993bb5cca63 (diff) | |
download | gcc-11f4453b3cce13640039ecf973ddf7f67dc71e6f.tar.gz |
re PR target/15266 (libgfortran doesn't compile on IRIX 5.3)
PR libfortran/15266
* inclhack.def (broken_cabs): Mention IRIX 5/6 problem.
Use double quotes in select so \t matches tabs.
Add IRIX testcase.
* fixincl.x: Regenerate.
* tests/base/math.h [BROKEN_CABS_CHECK]: Adapt for new testcase.
From-SVN: r100960
Diffstat (limited to 'fixincludes/tests/base/math.h')
-rw-r--r-- | fixincludes/tests/base/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index 945cc04e11e..37d34c58d60 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -28,6 +28,7 @@ struct exception; /* This is a comment and it ends here. */ + #endif /* BROKEN_CABS_CHECK */ |