This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/58881] GNAT crashes with bug box when trying to instantiate a generic package


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58881

Luke A. Guest <laguest at archeia dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laguest at archeia dot com

--- Comment #2 from Luke A. Guest <laguest at archeia dot com> ---
$ gnatmake gl_test-framebuffers.adb
gcc -c gl_test-framebuffers.adb
+===========================GNAT BUG DETECTED==============================+
| 4.9.0 20130916 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure
einfo.adb:953|
| Error detected at gl-objects-textures-with_1d_loader.ads:31:4
[gl-objects-textures-targets.ads:28:4]|
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
Consider also -gnatd.n switch (see debug.adb).

gl_test-framebuffers.adb
gl.ads
gl-buffers.ads
gl-low_level.ads
gl-types.ads
gl-algebra.ads
gl-vectors.ads
gl-matrices.ads
gl-types-colors.ads
gl-immediate.ads
gl-fixed.ads
gl-fixed-matrix.ads
gl-enums.ads
gl-toggles.ads
gl-fixed-textures.ads
gl-objects.ads
gl-objects-textures.ads
gl-low_level-enums.ads
gl-pixel_data.ads
gl-enums-textures.ads
gl-objects-textures-targets.ads
gl-objects-textures-with_1d_loader.ads
gl-objects-textures-with_2d_loader.ads
gl-objects-textures-with_3d_loader.ads
gl-objects-renderbuffers.ads
gl-objects-framebuffers.ads
gl-window.ads
gl_test.ads
gl_test-display_backend.ads

compilation abandoned
gnatmake: "gl_test-framebuffers.adb" compilation error


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]