~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/0d/0d951cef3b820c637b328f76d1279f408b1e1e1c.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Document: cpp-@BV@
 
2
Title: The GNU C preprocessor
 
3
Author: Various
 
4
Abstract: The C preprocessor is a "macro processor" that is used automatically
 
5
 by the C compiler to transform your program before actual compilation.
 
6
 It is called a macro processor because it allows you to define "macros",
 
7
 which are brief abbreviations for longer constructs.
 
8
Section: Programming
 
9
 
 
10
Format: html
 
11
Index: /usr/share/doc/gcc-@BV@-base/cpp.html
 
12
Files: /usr/share/doc/gcc-@BV@-base/cpp.html
 
13
 
 
14
Format: info
 
15
Index: /usr/share/info/cpp-@BV@.info.gz
 
16
Files: /usr/share/info/cpp-@BV@*