[Bug target/50678] [4.7/4.8 Regression] FAIL: c52104y on x86_64-apple-darwin10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50678 ging...@gcc.gnu.org changed: What|Removed |Added CC||gingold at gcc dot gnu.org --- Comment #75 from gingold at gcc dot gnu.org 2013-02-06 08:44:51 UTC --- (In reply to comment #74) > > Tristan, any comments here? This is fine with me. As a possible minor optimization (for the future), we could avoid the version test if __MAC_OS_X_VERSION_MIN_REQUIRED is >= 1080 according to Availability.h Tristan.
[Bug ada/54028] [4.8 Regression] libada build failure when bootstrapping x86_64-w64-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54028 ging...@gcc.gnu.org changed: What|Removed |Added CC||gingold at gcc dot gnu.org --- Comment #1 from gingold at gcc dot gnu.org 2012-07-20 07:23:35 UTC --- Can you try again (with updated sources) ? If it still fails, don't forget to report the revision.
[Bug target/52928] New: Alpha/VMS: c++ triggers gas errors
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52928 Bug #: 52928 Summary: Alpha/VMS: c++ triggers gas errors Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassig...@gcc.gnu.org ReportedBy: ging...@gcc.gnu.org While building libsupc++: .../libstdc++-v3/libsupc++/array_type_info.cc -o array_type_info.obj cc56SH6m.s: Assembler messages: cc56SH6m.s: Error: no entry symbol for global function '_ZN10__cxxabiv117__array_type_infoD1Ev' cc56SH6m.s: Fatal error: can't close array_type_info.obj: Section has no contents Looks like an hole in gas.
[Bug target/52928] Alpha/VMS: c++ triggers gas errors
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52928 ging...@gcc.gnu.org changed: What|Removed |Added Target||alpha64-dec-openvms Priority|P3 |P4 Status|UNCONFIRMED |ASSIGNED Last reconfirmed||2012-04-10 AssignedTo|unassigned at gcc dot |gingold at gcc dot gnu.org |gnu.org | Ever Confirmed|0 |1
[Bug c/44005] gcc should implement __int64, so it can e.g. read the VMS system headers
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44005 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #1 from gingold at gcc dot gnu.org 2012-04-10 13:51:12 UTC --- __int64 is now defined as long long.
[Bug other/44279] system.h calloc/malloc/realloc VMS size_t vs. __size_t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44279 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #1 from gingold at gcc dot gnu.org 2012-04-10 13:53:13 UTC --- GCC definition of size_t now matches DEC-C one.
[Bug target/44242] vms-crt0*.c should compile with gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44242 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #3 from gingold at gcc dot gnu.org 2012-04-10 13:54:40 UTC --- Fixed by the rework.
[Bug bootstrap/44000] gcc/resource.h conflicts with sysroot/usr/include/resource.h (alpha-dec-vms)ā
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44000 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #1 from gingold at gcc dot gnu.org 2012-04-10 13:55:20 UTC --- Fixed by fixinclude.
[Bug c/44003] gcc 4.5.0 stddef.h clobbers __size_t with #define, breaks VMS (code already avoids similar on FreeBSD)ā
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44003 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #2 from gingold at gcc dot gnu.org 2012-04-10 14:29:48 UTC --- Now fixed by change in stddef.h
[Bug translation/45116] config/ia64/vms_symvec_libgcc_s.opt not an options file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45116 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED --- Comment #2 from gingold at gcc dot gnu.org 2012-04-10 14:47:00 UTC --- OBE as the file has been removed.
[Bug target/52928] Alpha/VMS: c++ triggers gas errors
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52928 --- Comment #1 from gingold at gcc dot gnu.org 2012-04-11 14:01:27 UTC --- The error pattern is: _ZN10__cxxabiv117__array_type_infoD2Ev: .pdesc _ZN10__cxxabiv117__array_type_infoD2Ev..en,stack $70.._ZNSt9type_infoD2Ev..lk: .linkage _ZNSt9type_infoD2Ev .end _ZN10__cxxabiv117__array_type_infoD2Ev .globl _ZN10__cxxabiv117__array_type_infoD1Ev _ZN10__cxxabiv117__array_type_infoD1Ev = _ZN10__cxxabiv117__array_type_infoD2Ev
[Bug ada/44431] [boot with C++] Conflicting exit declaration in ada/b_gnatb.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44431 --- Comment #6 from gingold at gcc dot gnu.org 2011-03-28 09:49:14 UTC --- Author: gingold Date: Mon Mar 28 09:49:10 2011 New Revision: 171593 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171593 Log: 2011-03-28 Tristan Gingold PR ada/44431 * gcc-interface/Make-lang.in (ada/b_gnat1.adb): Replaces ada/b_gnat1.c. Use ada output of gnatbind. (ada/b_gnatb.adb): Ditto. (ada/b_gnat1.o, ada/b_gnatb.o): New rules. (ada.mostlyclean, ada.stage1) (ada.stage2, ada.stage3, ada.stage4, ada.stageprofile) (ada.stagefeedback): Adjust. * gcc-interface/Makefile.in (b_gnatl.adb): Replaces b_gnatl.c Use ada output of gnatbind. (b_gnatm.adb): Ditto. (b_gnatl.o, b_gnatm.o): New rules. Modified: trunk/gcc/ada/ChangeLog trunk/gcc/ada/gcc-interface/Make-lang.in trunk/gcc/ada/gcc-interface/Makefile.in
[Bug target/48895] config/vms/vms-ar.c:main: variable ācwdā set but not used
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48895 --- Comment #1 from gingold at gcc dot gnu.org 2011-05-06 07:47:30 UTC --- Author: gingold Date: Fri May 6 07:47:27 2011 New Revision: 173471 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173471 Log: 2011-05-06 Tristan Gingold PR target/48895 * config/vms/vms-ar.c (main): Remove cwd variable. Modified: trunk/gcc/ChangeLog trunk/gcc/config/vms/vms-ar.c
[Bug 44242] (target) vms-crt0*.c should compile with gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44242 --- Comment #2 from gingold at gcc dot gnu.org 2010-09-24 08:46:39 UTC --- Author: gingold Date: Fri Sep 24 08:46:36 2010 New Revision: 164587 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164587 Log: 2010-09-09 Tristan Gingold PR target/44242 * config/vms/vms-crt0-64.c: Removed. * config/vms/vms-crt0.c: Removed. * config/vms/vms-psxcrt0-64.c: Removed. * config/vms/vms-psxcrt0.c: Removed. * config/vms/vms-ucrt0.c: New file. * config/vms/t-vms64: Removed. * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it. Remove DECC. Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o * config.gcc (alpha-dec-vms): Use t-vms. Added: trunk/gcc/config/vms/vms-ucrt0.c Removed: trunk/gcc/config/vms/t-vms64 trunk/gcc/config/vms/vms-crt0-64.c trunk/gcc/config/vms/vms-crt0.c trunk/gcc/config/vms/vms-psxcrt0-64.c trunk/gcc/config/vms/vms-psxcrt0.c Modified: trunk/gcc/ChangeLog trunk/gcc/config.gcc trunk/gcc/config/vms/t-vms -- Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug.
[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241 --- Comment #3 from gingold at gcc dot gnu.org 2011-06-27 12:51:14 UTC --- Author: gingold Date: Mon Jun 27 12:51:09 2011 New Revision: 175523 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175523 Log: 2011-06-27 Tristan Gingold PR target/44241 * config/vms/vms-protos.h: New file. * config/vms/vms-crtlmap.map: New file. * config/vms/vms.c: New file. * config/vms/make-crtlmap.awk: New file. * config/vms/vms-crtl.h: File removed. * config/vms/vms-crtl-64.h: File removed. * config/vms/t-vms (vms-crtlmap.h, vms.o): New targets. * config/alpha/vms64.h: Do not include vms-crtl-64.h * config/alpha/alpha.c (alpha_init_builtins): Remove code to clear some builtins on VMS. Calls vms_patch_builtins. (avms_asm_output_external): Remove. * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Remove. (struct crtl_name_spec): Remove (DO_CTRL_NAMES): Remove. * config/ia64/vms.h (struct crtl_name_spec): Remove (DO_CTRL_NAMES): Remove. * config/ia64/ia64.c (alpha_init_builtins): Remove code to clear some builtins on VMS. Calls vms_patch_builtins. (ia64_asm_output_external): Remove DO_CRTL_NAME. * config/ia64/vms64.h: Do not include vms-crtl-64.h * config.gcc (*-*-*vms*): Define extra_objs, target_gtfiles, tm_p_file. Added: trunk/gcc/config/vms/make-crtlmap.awk trunk/gcc/config/vms/vms-crtlmap.map trunk/gcc/config/vms/vms-protos.h trunk/gcc/config/vms/vms.c Removed: trunk/gcc/config/vms/vms-crtl-64.h trunk/gcc/config/vms/vms-crtl.h Modified: trunk/gcc/ChangeLog trunk/gcc/config.gcc trunk/gcc/config/alpha/alpha.c trunk/gcc/config/alpha/vms.h trunk/gcc/config/alpha/vms64.h trunk/gcc/config/ia64/ia64.c trunk/gcc/config/ia64/vms.h trunk/gcc/config/ia64/vms64.h trunk/gcc/config/vms/t-vms
[Bug target/44241] vms-crtl.h, vms-crtl-64.h need many more symbols
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241 ging...@gcc.gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC||gingold at gcc dot gnu.org Resolution||FIXED AssignedTo|unassigned at gcc dot |gingold at adacore dot com |gnu.org | --- Comment #4 from gingold at gcc dot gnu.org 2011-06-27 12:57:55 UTC --- No custom list yet, but the list is now in one text file.